From 47439f5e456db41ce4b8e749d414eb1401d2a4db Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:26:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 116 ++++++++++++++--------------------------------- 1 file changed, 35 insertions(+), 81 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cffc4a..a1c422f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,52 +23,38 @@ export default function LandingPage() { cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" - headingFontWeight="normal" + headingFontWeight="bold" >
@@ -78,15 +64,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: 1, - title: "Dental Implants", description: "High-quality implants to restore your smile and confidence with natural-looking results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/high-end-dental-clinic-interior-in-antal-1774977744894-05d91d39.png?_wi=2", imageAlt: "Dental Implants"}, - { - id: 2, - title: "Hollywood Smile", description: "A complete smile makeover designed to your facial features and preferences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/happy-patient-smiling-in-a-dental-chair--1774977745695-ff963590.png?_wi=2", imageAlt: "Hollywood Smile"}, - { - id: 3, - title: "Teeth Whitening", description: "Professional in-office whitening to brighten your teeth and give you a youthful look.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/modern-dental-tools-and-equipment-close--1774977745345-c77fd782.png?_wi=2", imageAlt: "Teeth Whitening"}, + { id: 1, title: "Dental Implants", description: "High-quality implants to restore your smile and confidence with natural-looking results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/high-end-dental-clinic-interior-in-antal-1774977744894-05d91d39.png?_wi=2", imageAlt: "Dental Implants" }, + { id: 2, title: "Hollywood Smile", description: "A complete smile makeover designed to your facial features and preferences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/happy-patient-smiling-in-a-dental-chair--1774977745695-ff963590.png?_wi=2", imageAlt: "Hollywood Smile" }, + { id: 3, title: "Teeth Whitening", description: "Professional in-office whitening to brighten your teeth and give you a youthful look.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/modern-dental-tools-and-equipment-close--1774977745345-c77fd782.png?_wi=2", imageAlt: "Teeth Whitening" }, ]} title="Our Expert Dental Services" description="We offer a wide range of premium dental treatments tailored to your individual needs." @@ -97,15 +77,10 @@ export default function LandingPage() { @@ -116,14 +91,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} members={[ - { - id: "1", name: "Dt. Ahmet Göktas", role: "Lead Dentist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-41ht3vf6.jpg"}, - { - id: "2", name: "Dr. Ayse Yilmaz", role: "Implant Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-74hyktbk.jpg"}, - { - id: "3", name: "Dt. Mehmet Demir", role: "Cosmetic Dentist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-1vqb150d.jpg"}, - { - id: "4", name: "Dr. Elif Kaya", role: "General Dentistry", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-44o4qqhh.jpg"}, + { id: "1", name: "Dt. Ahmet Göktaş", role: "Founder Dentist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-41ht3vf6.jpg" }, + { id: "2", name: "Dr. Irmak Tumen", role: "Dentist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-74hyktbk.jpg" }, + { id: "3", name: "Spec. Dr. Dt. Elif Coşkuner Uysal", role: "Orthodontist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-1vqb150d.jpg" }, + { id: "4", name: "Support Staff", role: "Patient Care", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774977718978-44o4qqhh.jpg" }, ]} title="Meet Our Professionals" description="Experienced English-speaking staff dedicated to your safety and comfort." @@ -137,21 +108,10 @@ export default function LandingPage() { animationType="blur-reveal" useInvertedBackground={true} testimonials={[ - { - id: "1", name: "Duane", role: "Patient", company: "UK", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977744689-d36b0ad8.png?_wi=1"}, - { - id: "2", name: "Nicole F", role: "Patient", company: "International", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977744627-591fad07.png"}, - { - id: "3", name: "Mi Yuwa", role: "Patient", company: "International", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977745112-8172eeb3.png"}, - { - id: "4", name: "Patient User", role: "Patient", company: "Norway", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977743526-d8f07443.png"}, - { - id: "5", name: "Erik S.", role: "Patient", company: "Norway", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977744689-d36b0ad8.png?_wi=2"}, + { id: "1", name: "Duane", role: "Patient", company: "UK", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977744689-d36b0ad8.png?_wi=1" }, + { id: "2", name: "Nicole F", role: "Patient", company: "International", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977744627-591fad07.png" }, + { id: "3", name: "Mi Yuwa", role: "Patient", company: "International", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977745112-8172eeb3.png" }, + { id: "4", name: "Patient User", role: "Patient", company: "Norway", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/real-portrait-of-happy-international-den-1774977743526-d8f07443.png" }, ]} title="Patients Trust Our Care" description="Proven results for patients from around the world." @@ -161,23 +121,17 @@ export default function LandingPage() {
-- 2.49.1