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 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 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