File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 11import { notFound } from "next/navigation" ;
2- import Image from "next/image" ;
32import { CalendarIcon , MapPinIcon , Clock } from "lucide-react" ;
43import { format } from "date-fns" ;
54import { TicketSelector } from "@/components/TicketSelector" ;
Original file line number Diff line number Diff line change 55 CarouselItem ,
66} from "@/components/ui/carousel" ;
77import eventData from "@/const/data.json" ;
8- import Image from "next/image" ;
98import Link from "next/link" ;
109
1110export const metadata = {
@@ -22,7 +21,6 @@ export default function DemoPage() {
2221 < >
2322 < section className = "flex flex-col gap-2" >
2423 { /* Featured Events Carousel */ }
25- < h1 > IMAGE TEST WITH NEXT</ h1 >
2624 < div className = "mb-8" >
2725 < Carousel
2826 className = "w-full"
Original file line number Diff line number Diff line change 11"use client" ;
22
3- import Image from "next/image" ;
43import Link from "next/link" ;
54import { usePathname } from "next/navigation" ;
65import { Button } from "./ui/button" ;
You can’t perform that action at this time.
0 commit comments