From dcfd53fd8b6889962836440b669b7c576323bd7d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:58:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6490c4d..86b4415 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,13 +1,13 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Fish } from "lucide-react"; const navItems = [{ name: "Home", id: "/" }]; @@ -46,6 +46,7 @@ export default function Page() { subdescription="Fresh ingredients, every single day." icon={Fish} imageSrc="https://images.unsplash.com/photo-1579684385327-38686e920653" + videoSrc="https://www.youtube.com/watch?v=dQw4w9WgXcQ" />