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