From 620099c60aa9fc7107bf212712a69c5fb5ddca83 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 07:24:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43b6b18..f867da1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; @@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Heart } from "lucide-react"; +import { Heart, ShoppingCart } from "lucide-react"; export default function LandingPage() { return ( @@ -34,7 +34,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Products", id: "products" }, + { name: "Shop", id: "products" }, { name: "Contact", id: "contact" }, ]} brandName="Tamrah" @@ -174,11 +174,16 @@ export default function LandingPage() {
-
@@ -186,7 +191,7 @@ export default function LandingPage() { -- 2.49.1