From 083e912f6896c54d9730f901995ff3eb5588cac4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 20:09:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 271 +++++++++++------------------------------------ 1 file changed, 62 insertions(+), 209 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 874bca0..dfdf350 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -57,101 +49,55 @@ export default function LandingPage() { @@ -161,9 +107,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Legacy of Beautiful Smiles" description={[ - "For over twenty years, we have combined cutting-edge technology with artisanal precision to elevate oral health standards.", - "Our team of specialists provides personalized care that respects both the aesthetic and functional needs of every patient.", - ]} + "For over twenty years, we have combined cutting-edge technology with artisanal precision to elevate oral health standards.", "Our team of specialists provides personalized care that respects both the aesthetic and functional needs of every patient."]} /> @@ -175,41 +119,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Porcelain Veneers", - price: "Custom Quote", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ei6588", - }, + id: "1", name: "Porcelain Veneers", price: "Custom Quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ei6588"}, { - id: "2", - name: "Invisalign Pro", - price: "Custom Quote", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=26j0v0", - }, + id: "2", name: "Invisalign Pro", price: "Custom Quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=26j0v0"}, { - id: "3", - name: "Dental Implants", - price: "Custom Quote", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ell6gt", - }, + id: "3", name: "Dental Implants", price: "Custom Quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ell6gt"}, { - id: "4", - name: "Teeth Whitening", - price: "Custom Quote", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yz4mau", - }, + id: "4", name: "Teeth Whitening", price: "Custom Quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yz4mau"}, { - id: "5", - name: "Full Mouth Reconstruction", - price: "Custom Quote", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tzodvl", - }, + id: "5", name: "Full Mouth Reconstruction", price: "Custom Quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tzodvl"}, { - id: "6", - name: "Laser Gum Therapy", - price: "Custom Quote", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7hgw9i", - }, + id: "6", name: "Laser Gum Therapy", price: "Custom Quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7hgw9i"}, ]} title="Our Signature Procedures" description="Comprehensive dental solutions tailored to your unique aesthetic goals." @@ -224,19 +144,13 @@ export default function LandingPage() { features={[ { icon: Shield, - title: "Sterility Standards", - description: "Exceeding international safety protocols for your peace of mind.", - }, + title: "Sterility Standards", description: "Exceeding international safety protocols for your peace of mind."}, { icon: Sparkles, - title: "Luxury Amenities", - description: "Enjoy spa-like comfort with noise-canceling headphones and aromatherapy.", - }, + title: "Luxury Amenities", description: "Enjoy spa-like comfort with noise-canceling headphones and aromatherapy."}, { icon: Award, - title: "Board-Certified Experts", - description: "Care provided by globally recognized dental specialists.", - }, + title: "Board-Certified Experts", description: "Care provided by globally recognized dental specialists."}, ]} title="The Elite Dental Standard" description="We prioritize your comfort and results through exclusive dental innovations." @@ -245,44 +159,20 @@ export default function LandingPage() {
@@ -362,13 +228,12 @@ export default function LandingPage() { @@ -379,33 +244,21 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Accessibility", - href: "#", - }, + label: "Accessibility", href: "#"}, ], }, ]} -- 2.49.1