From 927082a594bb617b2776c3e91a210e4c03aa37ed Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 06:46:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 87 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 62 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5296fd..7430a15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; @@ -19,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="plain" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -32,13 +33,13 @@ export default function LandingPage() { { name: "Home", id: "/"}, { - name: "Products", id: "/products"}, + name: "Products", id: "#products"}, { - name: "Contact", id: "/contact"}, + name: "Contact", id: "#contact"}, ]} logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x51310" - logoAlt="SKIN CARE Logo" - brandName="SKIN CARE" + logoAlt="SKIN TO SKIN Logo" + brandName="SKIN TO SKIN" /> @@ -46,11 +47,11 @@ export default function LandingPage() { +
+ +
+
-- 2.49.1