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() {