From 497b3b97689c64d6e41440255aac5012e041fa77 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Wed, 24 Dec 2025 09:37:58 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e017183..cf0f68e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1272,4 +1272,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 4d81030fb7266d253e080c8fdeb8f6f0535b48f1 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Wed, 24 Dec 2025 09:37:59 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 60 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 2 deletions(-) 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() { /> +
+ +
+