diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 94b108b..3f37914 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -90,4 +90,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 50ca2e9..81dce43 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1259,4 +1259,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ea667c..f58da17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Flame, ChefHat, Sparkles, Calendar, Hexagon, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send } from 'lucide-react'; +import { Flame, ChefHat, Sparkles, Calendar } from 'lucide-react'; export default function LandingPage() { return ( @@ -51,7 +51,7 @@ export default function LandingPage() { background={{ variant: "plain" }} buttons={[{ text: "Reserve Now", href: "contact" }]} buttonAnimation="slide-up" - slides={[ + mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/close-up-hands-professional-chef-wear-black-gloves-making-sushi-rolls-restaurant-kitchen-japanese-traditional-food_627829-6726.jpg", imageAlt: "Master Chef Preparing Premium Wagyu" }, @@ -237,4 +237,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index eb2b567..3a8490c 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -302,4 +302,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 4757b2b..98a5bc9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -156,4 +156,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file