diff --git a/src/app/page.tsx b/src/app/page.tsx index ca20712..7b02605 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Cake, Clock, Coffee, MapPin, Smile, Sparkles } from "lucide-react"; +import { Cake, Coffee, MapPin, Smile, Sparkles, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,10 @@ export default function LandingPage() {