2 Commits

Author SHA1 Message Date
74f6b37309 Update src/app/page.tsx 2026-03-26 23:41:56 +00:00
ac48a91bb8 Merge version_1 into main
Merge version_1 into main
2026-03-26 23:37:15 +00:00

View File

@@ -68,13 +68,13 @@ export default function LandingPage() {
<FeatureCardTwentyOne
useInvertedBackground={false}
title="Signature Treatments"
description="Experience personalised care using the latest cosmetic advancements."
description="Experience personalised care using the latest cosmetic advancements. We believe in visual proof, explore our before & after results below."
accordionItems={[
{ id: "1", title: "Anti-Wrinkle Injections", content: "Subtle, professional results to soften fine lines." },
{ id: "2", title: "Dermal Fillers", content: "Restore volume and define your features naturally." },
{ id: "3", title: "Skin Rejuvenation", content: "Advanced skincare to improve texture and radiance." }
{ id: "1", title: "Anti-Wrinkle Injections", content: "Subtle, professional results to soften fine lines. See the natural rejuvenation difference in our gallery." },
{ id: "2", title: "Dermal Fillers", content: "Restore volume and define your features naturally. View our before-and-after case studies." },
{ id: "3", title: "Skin Rejuvenation", content: "Advanced skincare to improve texture and radiance. Witness the transformative results for yourself." }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVFWTOf4kRQuJF3pUVGfQa2UNG/close-up-artistic-shot-of-facial-skincar-1774568199466-99ee6987.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVFWTOf4kRQuJF3pUVGfQa2UNG/before-and-after-treatment-comparison-1774568199888-2af3d1bc.png"
mediaAnimation="blur-reveal"
/>
</div>
@@ -85,13 +85,13 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={false}
title="Client Success Stories"
description="See why our clients trust us with their natural enhancement journey."
title="Transformative Results Gallery"
description="Real outcomes for real people. Browse our clinical results showcase to see the expertise and dedication behind our signature aesthetic approach."
testimonials={[
{ id: "1", name: "Sophie M.", role: "Client", company: "Sydney", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVFWTOf4kRQuJF3pUVGfQa2UNG/bright-clinic-space-architectural-focus-1774568201746-98bbe42e.png" },
{ id: "2", name: "Chloe T.", role: "Client", company: "Sydney", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVFWTOf4kRQuJF3pUVGfQa2UNG/clinic-consultation-desk-1774568200927-c8113bb1.png" },
{ id: "3", name: "Mia R.", role: "Client", company: "Sydney", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVFWTOf4kRQuJF3pUVGfQa2UNG/comfortable-treatment-room-view-1774568200528-db4def54.png" },
{ id: "4", name: "Elena P.", role: "Client", company: "Sydney", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVFWTOf4kRQuJF3pUVGfQa2UNG/luxury-skincare-display-area-1774568200900-dee1d0fc.png" }
{ id: "1", name: "Sophie M. - Post-Treatment", role: "Natural Radiance", company: "Dermal Therapy", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVFWTOf4kRQuJF3pUVGfQa2UNG/bright-clinic-space-architectural-focus-1774568201746-98bbe42e.png" },
{ id: "2", name: "Chloe T. - Post-Treatment", role: "Volume Restoration", company: "Injectables", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVFWTOf4kRQuJF3pUVGfQa2UNG/clinic-consultation-desk-1774568200927-c8113bb1.png" },
{ id: "3", name: "Mia R. - Post-Treatment", role: "Refined Contours", company: "Clinical Aesthetics", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVFWTOf4kRQuJF3pUVGfQa2UNG/comfortable-treatment-room-view-1774568200528-db4def54.png" },
{ id: "4", name: "Elena P. - Post-Treatment", role: "Textured Skin", company: "Signature Care", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVFWTOf4kRQuJF3pUVGfQa2UNG/luxury-skincare-display-area-1774568200900-dee1d0fc.png" }
]}
/>
</div>
@@ -115,4 +115,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}