Update src/app/page.tsx

This commit is contained in:
2026-06-12 17:43:10 +00:00
parent 3c747bb7ac
commit 97bd9a575c

View File

@@ -7,6 +7,7 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
@@ -34,6 +35,7 @@ export default function SkincareTemplatePage() {
{ name: "About", id: "about" },
{ name: "Benefits", id: "benefits" },
{ name: "Reviews", id: "reviews" },
{ name: "Depoiments", id: "client-depoiments" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Shop Now", href: "products" }}
@@ -143,6 +145,26 @@ export default function SkincareTemplatePage() {
/>
</div>
<div id="client-depoiments" data-section="client-depoiments">
<TestimonialCardFive
title="Client Success Stories"
description="Hear directly from our satisfied customers who have experienced the Luminé difference."
testimonials={[
{
id: "1", name: "Olivia Rodriguez", date: "2023-11-01", title: "Absolutely love the results!", quote: "Luminé's products have transformed my skin. It's never felt so smooth and looked so radiant. Highly recommend to everyone looking for a true glow-up!", tag: "Verified Purchase", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif", avatarAlt: "Olivia Rodriguez"
},
{
id: "2", name: "Marcus Thorne", date: "2023-10-25", title: "Game-changer for sensitive skin", quote: "As someone with very sensitive skin, finding effective products is a challenge. Luminé has been gentle yet incredibly effective. My skin barrier feels stronger and looks healthier.", tag: "Sensitive Skin User", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image6.avif", avatarAlt: "Marcus Thorne"
},
{
id: "3", name: "Sophia Chang", date: "2023-09-15", title: "My new skincare obsession!", quote: "The Hydrating Moisturizer is a dream! It's lightweight, deeply moisturizing, and gives my skin a dewy finish. I can't imagine my routine without it now.", tag: "Beauty Enthusiast", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif", avatarAlt: "Sophia Chang"
}
]}
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
title="Got Questions? We Have Answers."