From e3437b95ccffa715b82d5411c543ab944e5121a8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:21:01 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 81 ++++++++-------------------------------- 1 file changed, 15 insertions(+), 66 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3141dee..236be6e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -12,61 +12,34 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > -
- -
-
@@ -74,36 +47,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From b58217cf8f956028ce2b4ec8701e4cc7e82cef3b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:21:02 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 244 +++++++---------------------------------------- 1 file changed, 33 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73d83e1..5c4cbda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,23 +16,21 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -127,119 +77,15 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "John D.", - handle: "@patient", - testimonial: "Excellent care and friendly staff. Highly recommend.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg", - }, - { - id: "2", - name: "Sarah K.", - handle: "@patient", - testimonial: "Professional and clean environment. Truly great service.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-gesturing-ok-sign-front-two-male-dentist_23-2147862057.jpg", - }, - { - id: "3", - name: "Mike L.", - handle: "@patient", - testimonial: "Very satisfied with my dental implants. Great experience.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg", - }, - { - id: "4", - name: "Anna P.", - handle: "@patient", - testimonial: "The doctor is very thorough and knowledgeable.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-dentist-with-patient-dental-clinic_662251-2616.jpg", - }, - { - id: "5", - name: "David W.", - handle: "@patient", - testimonial: "Comfortable and stress-free appointment. Best clinic.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiles-toothily-keeps-eyes-closed-wears-round-transparent-glasses-pink-jacket-being-good-mood-isolated-blue_273609-56371.jpg", - }, + { id: "1", name: "John D.", handle: "@patient", testimonial: "Excellent care and friendly staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg" }, + { id: "2", name: "Sarah K.", handle: "@patient", testimonial: "Professional and clean environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-gesturing-ok-sign-front-two-male-dentist_23-2147862057.jpg" }, + { id: "3", name: "Mike L.", handle: "@patient", testimonial: "Very satisfied with my dental implants.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg" }, + { id: "4", name: "Anna P.", handle: "@patient", testimonial: "The doctor is very thorough.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-dentist-with-patient-dental-clinic_662251-2616.jpg" }, + { id: "5", name: "David W.", handle: "@patient", testimonial: "Comfortable and stress-free appointment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiles-toothily-keeps-eyes-closed-wears-round-transparent-glasses-pink-jacket-being-good-mood-isolated-blue_273609-56371.jpg" } ]} showRating={true} title="Patient Experiences" - description="Hear from those who have trusted us with their smile and periodontal health." - /> - - -
- -
- -
-
@@ -247,36 +93,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From ba851b25a9e7310b97054a54db3111430f8f8bce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:21:02 +0000 Subject: [PATCH 3/3] Update src/app/resources/page.tsx --- src/app/resources/page.tsx | 71 +++++++++----------------------------- 1 file changed, 17 insertions(+), 54 deletions(-) diff --git a/src/app/resources/page.tsx b/src/app/resources/page.tsx index c9febe0..1e77c3b 100644 --- a/src/app/resources/page.tsx +++ b/src/app/resources/page.tsx @@ -12,23 +12,21 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -64,36 +51,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1