From 74f6b3730944b49457449bcf8f65f6682de7035c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 23:41:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d68f7fd..1f871e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,13 +68,13 @@ export default function LandingPage() { @@ -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" } ]} /> @@ -115,4 +115,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1