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" />