diff --git a/src/app/page.tsx b/src/app/page.tsx index 2934ed7..aa2d81c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -7,6 +7,7 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Coffee, Heart, Sparkles, Star } from "lucide-react"; @@ -184,6 +185,61 @@ export default function LandingPage() { /> +