From 03adf49cd2cbdb95757e9b1c3e7758d4b52d6016 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 16:32:57 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 95 ++++++++++-------------------------------------- 1 file changed, 20 insertions(+), 75 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8596276..24cc1a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,11 +32,11 @@ export default function LuxuryDentistPage() { { name: "Home", id: "hero" }, { name: "Services", id: "services" }, { name: "About", id: "about" }, + { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} button={{ - text: "Schedule Consultation", - href: "#contact" + text: "Schedule Consultation", href: "#contact" }} /> @@ -77,34 +77,16 @@ export default function LuxuryDentistPage() { useInvertedBackground={true} products={[ { - id: "1", - brand: "Cosmetic", - name: "Smile Design & Whitening", - price: "From $500", - rating: 5, - reviewCount: "234", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif", - imageAlt: "Cosmetic smile design consultation" + id: "1", brand: "Cosmetic", name: "Smile Design & Whitening", price: "From $500", rating: 5, + reviewCount: "234", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif", imageAlt: "Cosmetic smile design consultation" }, { - id: "2", - brand: "Restorative", - name: "Dental Implants & Crowns", - price: "From $1,200", - rating: 5, - reviewCount: "312", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif", - imageAlt: "Advanced dental implant technology" + id: "2", brand: "Restorative", name: "Dental Implants & Crowns", price: "From $1,200", rating: 5, + reviewCount: "312", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif", imageAlt: "Advanced dental implant technology" }, { - id: "3", - brand: "Advanced", - name: "Orthodontics & Aligners", - price: "From $800", - rating: 5, - reviewCount: "289", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif", - imageAlt: "Clear aligner orthodontic treatment" + id: "3", brand: "Advanced", name: "Orthodontics & Aligners", price: "From $800", rating: 5, + reviewCount: "289", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif", imageAlt: "Clear aligner orthodontic treatment" } ]} buttons={[ @@ -138,14 +120,10 @@ export default function LuxuryDentistPage() { useInvertedBackground={true} features={[ { - title: "Digital Technology", - description: "3D imaging, intraoral cameras, and computer-aided design for precise diagnostics and treatment planning", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about1.avif", + title: "Digital Technology", description: "3D imaging, intraoral cameras, and computer-aided design for precise diagnostics and treatment planning", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about1.avif" }, { - title: "Master Craftsmanship", - description: "Award-winning dentists with decades of experience in cosmetic and restorative excellence", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about2.avif", + title: "Master Craftsmanship", description: "Award-winning dentists with decades of experience in cosmetic and restorative excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about2.avif" } ]} /> @@ -161,52 +139,22 @@ export default function LuxuryDentistPage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Jennifer Martinez", - handle: "San Diego Patient", - testimonial: "The most professional and caring dental experience I've ever had. The results exceeded my expectations and the attention to detail is extraordinary.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp", - imageAlt: "Jennifer Martinez" + id: "1", name: "Jennifer Martinez", handle: "San Diego Patient", testimonial: "The most professional and caring dental experience I've ever had. The results exceeded my expectations and the attention to detail is extraordinary.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp", imageAlt: "Jennifer Martinez" }, { - id: "2", - name: "Robert Chen", - handle: "Business Executive", - testimonial: "Finally found a dentist who understands aesthetics and function. My smile is now my confidence. Highly recommended to anyone serious about quality.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp", - imageAlt: "Robert Chen" + id: "2", name: "Robert Chen", handle: "Business Executive", testimonial: "Finally found a dentist who understands aesthetics and function. My smile is now my confidence. Highly recommended to anyone serious about quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp", imageAlt: "Robert Chen" }, { - id: "3", - name: "Sarah Williams", - handle: "Entertainment Industry", - testimonial: "This is the place where art meets science. My smile transformation has been life-changing. The expertise here is unmatched.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp", - imageAlt: "Sarah Williams" + id: "3", name: "Sarah Williams", handle: "Entertainment Industry", testimonial: "This is the place where art meets science. My smile transformation has been life-changing. The expertise here is unmatched.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp", imageAlt: "Sarah Williams" }, { - id: "4", - name: "Michael Torres", - handle: "Loyal Patient", - testimonial: "I've been a patient for 8 years. The consistent excellence, warm staff, and cutting-edge treatments keep me coming back with confidence.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif", - imageAlt: "Michael Torres" + id: "4", name: "Michael Torres", handle: "Loyal Patient", testimonial: "I've been a patient for 8 years. The consistent excellence, warm staff, and cutting-edge treatments keep me coming back with confidence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif", imageAlt: "Michael Torres" }, { - id: "5", - name: "Amanda Rodriguez", - handle: "Social Media Influencer", - testimonial: "When your smile matters for your career, you go to the best. This practice delivered a smile that's both beautiful and natural-looking.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image6.avif", - imageAlt: "Amanda Rodriguez" + id: "5", name: "Amanda Rodriguez", handle: "Social Media Influencer", testimonial: "When your smile matters for your career, you go to the best. This practice delivered a smile that's both beautiful and natural-looking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image6.avif", imageAlt: "Amanda Rodriguez" }, { - id: "6", - name: "David Kim", - handle: "Healthcare Professional", - testimonial: "The clinical precision combined with artistic vision is remarkable. This team truly understands comprehensive dental care at the highest level.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif", - imageAlt: "David Kim" + id: "6", name: "David Kim", handle: "Healthcare Professional", testimonial: "The clinical precision combined with artistic vision is remarkable. This team truly understands comprehensive dental care at the highest level.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif", imageAlt: "David Kim" } ]} /> @@ -236,8 +184,7 @@ export default function LuxuryDentistPage() { copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Cosmetic Dentistry", href: "#services" }, { label: "Dental Implants", href: "#services" }, { label: "Orthodontics", href: "#services" }, @@ -245,8 +192,7 @@ export default function LuxuryDentistPage() { ] }, { - title: "Practice", - items: [ + title: "Practice", items: [ { label: "About Us", href: "#about" }, { label: "Our Team", href: "#testimonials" }, { label: "Technology", href: "#features" }, @@ -254,8 +200,7 @@ export default function LuxuryDentistPage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Google Reviews", href: "https://google.com" }, @@ -267,4 +212,4 @@ export default function LuxuryDentistPage() { ); -} +} \ No newline at end of file -- 2.49.1 From adf9f038dd5d55c0b53db1256f77e90a1d0ecd11 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 16:32:57 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 676c0e8..fd718b9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #0c1325; - --primary-cta: #0798ff; - --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; - --secondary-cta-text: #0c1325; - --accent: #93c7ff; - --background-accent: #a8cde8; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #106EFB; + --primary-cta-text: #ffffff; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #000612e6; + --accent: #e2e2e2; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1