From cb9cad9c113c45b733abb0a645d93ea2a8bc784c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 15:22:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 372 +++++++---------------------------------------- 1 file changed, 49 insertions(+), 323 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f99b7cc..ef1128d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,140 +31,41 @@ export default function LandingPage() {
@@ -173,13 +74,7 @@ export default function LandingPage() { @@ -188,12 +83,7 @@ export default function LandingPage() {
@@ -203,51 +93,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "s1", - title: "Porcelain Veneers", - descriptions: [ - "High-definition ceramic artistry.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-salad-home_1301-7059.jpg", - imageAlt: "woman eating salad at home", - }, - { - id: "s2", - title: "Dental Bonding", - descriptions: [ - "Subtle, seamless restorations.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66996.jpg?_wi=2", - imageAlt: "woman eating salad at home", - }, - { - id: "s3", - title: "Teeth Whitening", - descriptions: [ - "Clinical strength brilliance.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg?_wi=1", - imageAlt: "woman eating salad at home", - }, - { - id: "s4", - title: "Invisalign", - descriptions: [ - "Invisible orthodontic refinement.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/serious-professional-doctor_23-2147642815.jpg?_wi=1", - imageAlt: "woman eating salad at home", - }, - { - id: "s5", - title: "Gum Reshaping", - descriptions: [ - "Framing your smile perfectly.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg?_wi=1", - imageAlt: "woman eating salad at home", - }, + { id: "s1", title: "Porcelain Veneers", descriptions: ["High-definition ceramic artistry."], imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-salad-home_1301-7059.jpg", imageAlt: "woman eating salad at home" }, + { id: "s2", title: "Dental Bonding", descriptions: ["Subtle, seamless restorations."], imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66996.jpg", imageAlt: "woman eating salad at home" }, + { id: "s3", title: "Teeth Whitening", descriptions: ["Clinical strength brilliance."], imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg", imageAlt: "woman eating salad at home" }, + { id: "s4", title: "Invisalign", descriptions: ["Invisible orthodontic refinement."], imageSrc: "http://img.b2bpic.net/free-photo/serious-professional-doctor_23-2147642815.jpg", imageAlt: "woman eating salad at home" }, + { id: "s5", title: "Gum Reshaping", descriptions: ["Framing your smile perfectly."], imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", imageAlt: "woman eating salad at home" } ]} title="Treatments" description="Clinical precision meeting aesthetic artistry." @@ -261,48 +111,12 @@ export default function LandingPage() { gridVariant="one-large-right-three-stacked-left" useInvertedBackground={false} products={[ - { - id: "g1", - name: "Before & After 01", - price: "Veneer Case", - variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-posing-near-piano-stylish-light-room_273443-4278.jpg", - }, - { - id: "g2", - name: "Before & After 02", - price: "Bonding Case", - variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-black-dress-full-shot_23-2149697977.jpg", - }, - { - id: "g3", - name: "Before & After 03", - price: "Whitening Case", - variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/makeup-artist-doing-makeup-beautiful-young-girl_1304-4915.jpg", - }, - { - id: "g4", - name: "Before & After 04", - price: "Smile Case", - variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67189.jpg", - }, - { - id: "g5", - name: "Before & After 05", - price: "Crown Case", - variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg", - }, - { - id: "g6", - name: "Before & After 06", - price: "Restorative", - variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg", - }, + { id: "g1", name: "Before & After 01", price: "Veneer Case", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-posing-near-piano-stylish-light-room_273443-4278.jpg" }, + { id: "g2", name: "Before & After 02", price: "Bonding Case", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-black-dress-full-shot_23-2149697977.jpg" }, + { id: "g3", name: "Before & After 03", price: "Whitening Case", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/makeup-artist-doing-makeup-beautiful-young-girl_1304-4915.jpg" }, + { id: "g4", name: "Before & After 04", price: "Smile Case", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67189.jpg" }, + { id: "g5", name: "Before & After 05", price: "Crown Case", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg" }, + { id: "g6", name: "Before & After 06", price: "Restorative", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg" } ]} title="The Gallery" description="Real patients, real results." @@ -313,18 +127,11 @@ export default function LandingPage() { @@ -336,41 +143,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah J.", - handle: "@ny_resident", - testimonial: "The best cosmetic dentist in Manhattan. Period.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg?_wi=2", - }, - { - id: "t2", - name: "Michael K.", - handle: "@nyc_ceo", - testimonial: "Quiet, expensive, and results are just incredible.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230931.jpg", - }, - { - id: "t3", - name: "Elena R.", - handle: "@vogue_editor", - testimonial: "Truly the gold standard in smile design.", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-with-thermos-street_23-2147765400.jpg", - }, - { - id: "t4", - name: "David M.", - handle: "@tech_founder", - testimonial: "Seamless experience from start to finish.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", - }, - { - id: "t5", - name: "Chloe B.", - handle: "@fashion_influencer", - testimonial: "I trust them with my smile completely.", - imageSrc: "http://img.b2bpic.net/free-photo/browneyed-brunette-woman-beige-dress-with-straw-bag-holds-widebrimmed-hat-moves-along-path-old-city_197531-30085.jpg", - }, + { id: "t1", name: "Sarah J.", handle: "@ny_resident", testimonial: "The best cosmetic dentist in Manhattan. Period.", imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg" }, + { id: "t2", name: "Michael K.", handle: "@nyc_ceo", testimonial: "Quiet, expensive, and results are just incredible.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230931.jpg" }, + { id: "t3", name: "Elena R.", handle: "@vogue_editor", testimonial: "Truly the gold standard in smile design.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-with-thermos-street_23-2147765400.jpg" }, + { id: "t4", name: "David M.", handle: "@tech_founder", testimonial: "Seamless experience from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg" }, + { id: "t5", name: "Chloe B.", handle: "@fashion_influencer", testimonial: "I trust them with my smile completely.", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-brunette-woman-beige-dress-with-straw-bag-holds-widebrimmed-hat-moves-along-path-old-city_197531-30085.jpg" } ]} title="Verified Reviews" description="500+ glowing reviews from our celebrity clientele." @@ -380,22 +157,11 @@ export default function LandingPage() {
@@ -404,50 +170,10 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-towel-smokes-cigarette-reads-newspaper_1153-5145.jpg" logoText="NYCCD" columns={[ - { - title: "Treatments", - items: [ - { - label: "Veneers", - href: "#services", - }, - { - label: "Whitening", - href: "#services", - }, - ], - }, - { - title: "About", - items: [ - { - label: "Philosophy", - href: "#philosophy", - }, - { - label: "Team", - href: "#doctors", - }, - ], - }, - { - title: "Contact", - items: [ - { - label: "Book Now", - href: "#contact", - }, - ], - }, - { - title: "Hours", - items: [ - { - label: "Mon-Fri 9-6", - href: "#", - }, - ], - }, + { title: "Treatments", items: [{ label: "Veneers", href: "#services" }, { label: "Whitening", href: "#services" }] }, + { title: "About", items: [{ label: "Philosophy", href: "#philosophy" }, { label: "Team", href: "#doctors" }] }, + { title: "Contact", items: [{ label: "Book Now", href: "#contact" }] }, + { title: "Hours", items: [{ label: "Mon-Fri 9-6", href: "#" }] } ]} /> -- 2.49.1