From d17ff4d73caf6df3f072bcefcdaacc172b28affe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:07:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94f80fd..8cad389 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Sparkles, Fish, ShieldCheck, Star } from "lucide-react"; const navItems = [{ name: "Home", id: "/" }]; @@ -39,7 +38,7 @@ export default function Page() { { imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600" }, { imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600" } ]} - buttons={[{ text: "Explore Menu" }, { text: "Visit Us" }]} + mediaAnimation="slide-up" />
-- 2.49.1