Update src/app/page.tsx

This commit is contained in:
2026-05-31 22:40:17 +00:00
parent 93a4b50374
commit ee5f7dba2b

View File

@@ -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() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Shop", id: "#shop"},
{
name: "Best Sellers", id: "#best-sellers"},
{
name: "Collections", id: "#collections"},
{
name: "Products", id: "#products"},
{
name: "Concerns", id: "#concerns"},
{
name: "About", id: "#about"},
{
name: "Contact", id: "#contact"},
{ name: "Home", href: "/"},
{ name: "Best Sellers", href: "/#best-sellers"},
{ name: "Aqua Collection", href: "/collections/p-aqua"},
{ name: "EmberCell Collection", href: "/collections/p-embercell"},
{ name: "PrismaStem Collection", href: "/collections/p-prismastem"},
{ name: "About", href: "/#about"},
{ name: "Contact", href: "/#contact"},
]}
brandName="Introstem"
/>
@@ -58,9 +51,9 @@ export default function LandingPage() {
description="Discover beauty in all our products, harnessing the power of Grape Stem Cells in every drop."
buttons={[
{
text: "Unlock Your Skin's Youthful Radiance", href: "#best-sellers"},
text: "Unlock Your Skin's Youthful Radiance", href: "/#best-sellers"},
{
text: "Learn More About Grape Stem Cells", href: "#about"},
text: "Learn More About Grape Stem Cells", href: "/#about"},
]}
slides={[
{
@@ -165,44 +158,6 @@ export default function LandingPage() {
/>
</div>
<div id="collections" data-section="collections">
<PricingCardEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "p-aqua", badge: "Hydrating", badgeIcon: Droplet,
price: "$599.00", subtitle: "Aqua Collection", buttons: [
{
text: "Explore Collection", href: "#"},
],
features: [
"Deep Hydration Complex", "Refreshing Cleanser", "Nourishing Moisturizer", "Plumping Serum", "Suitable for Dry Skin"],
},
{
id: "p-embercell", badge: "Rejuvenating", badgeIcon: Leaf,
price: "$899.00", subtitle: "EmberCell Collection", buttons: [
{
text: "Explore Collection", href: "#"},
],
features: [
"Advanced Anti-Aging Formula", "Resurfacing Mask", "Firming Cream", "Restorative Serum", "Combats Fine Lines"],
},
{
id: "p-prismastem", badge: "Brightening", badgeIcon: Sun,
price: "$749.00", subtitle: "PrismaStem Collection", buttons: [
{
text: "Explore Collection", href: "#"},
],
features: [
"Radiance-Boosting Complex", "Brightening Cleanser", "Tone-Correcting Moisturizer", "Illuminating Serum", "Evens Skin Tone"],
},
]}
title="Curated Skincare Collections"
description="Unlock your skin's full potential with our exclusive product bundles, tailored for every need and designed to deliver comprehensive care."
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
@@ -249,7 +204,7 @@ export default function LandingPage() {
description="Have questions, need personalized skincare advice, or want to learn more about our products? Our dedicated team is here to help you achieve radiant, healthy skin."
buttons={[
{
text: "Contact Us", href: "#"},
text: "Contact Us", href: "/#contact"},
]}
buttonAnimation="opacity"
/>
@@ -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: "#"},
],