From ee5f7dba2b96ae1d5bbc54ee4cfc8445efde1525 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 22:40:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 85 +++++++++++------------------------------------- 1 file changed, 19 insertions(+), 66 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9eea20b..f27b072 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import FooterBase from '@/components/sections/footer/FooterBase'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; + import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; @@ -33,20 +33,13 @@ export default function LandingPage() { -
- -
@@ -261,23 +216,21 @@ export default function LandingPage() { { title: "SHOP", items: [ { - label: "Best Sellers", href: "#best-sellers"}, + label: "Best Sellers", href: "/#best-sellers"}, { - label: "Collections", href: "#collections"}, + label: "Aqua Collection", href: "/collections/p-aqua"}, { - label: "Body Care", href: "#products"}, + label: "EmberCell Collection", href: "/collections/p-embercell"}, { - label: "Serums", href: "#products"}, - { - label: "Masks", href: "#products"}, + label: "PrismaStem Collection", href: "/collections/p-prismastem"}, ], }, { title: "CUSTOMER SERVICE", items: [ { - label: "Contact Us", href: "#contact"}, + label: "Contact Us", href: "/#contact"}, { - label: "FAQ", href: "#faq"}, + label: "FAQ", href: "/#faq"}, { label: "Shipping & Returns", href: "#"}, ], @@ -285,9 +238,9 @@ export default function LandingPage() { { title: "ABOUT US", items: [ { - label: "Our Story", href: "#about"}, + label: "Our Story", href: "/#about"}, { - label: "Our Philosophy", href: "#about"}, + label: "Our Philosophy", href: "/#about"}, { label: "Careers", href: "#"}, ],