From 5ee6b2cbf36816c0dafee435754bd1a85ce53281 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 23:58:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 174 +++++++++++++---------------------------------- 1 file changed, 47 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c0a8c5..9c946f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,27 +17,26 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -107,34 +90,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "plumbing", - label: "Reliable", - title: "General Plumbing", - items: [ - "Leak repair", - "Pipe installations", - "Maintenance", - ], + id: "plumbing", label: "Reliable", title: "General Plumbing", items: [ + "Leak repair", "Pipe installations", "Maintenance"], }, { - id: "heating", - label: "Efficient", - title: "Heating & Boilers", - items: [ - "Boiler servicing", - "Radiator repairs", - "Heating system upgrades", - ], + id: "heating", label: "Efficient", title: "Heating & Boilers", items: [ + "Boiler servicing", "Radiator repairs", "Heating system upgrades"], }, { - id: "emergency", - label: "Immediate", - title: "24/7 Emergency", - items: [ - "Burst pipes", - "Water leaks", - "Urgent repairs", - ], + id: "emergency", label: "Immediate", title: "24/7 Emergency", items: [ + "Burst pipes", "Water leaks", "Urgent repairs"], }, ]} title="Our Professional Services" @@ -149,45 +114,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - handle: "@sarahm", - testimonial: "Excellent service and very prompt response to my burst pipe.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg", - }, + id: "1", name: "Sarah Miller", handle: "@sarahm", testimonial: "Excellent service and very prompt response to my burst pipe.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg"}, { - id: "2", - name: "James Wilson", - handle: "@jwilson", - testimonial: "Very professional and fixed my boiler issue in under an hour.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg", - }, + id: "2", name: "James Wilson", handle: "@jwilson", testimonial: "Very professional and fixed my boiler issue in under an hour.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg"}, { - id: "3", - name: "Emily Chen", - handle: "@emilyc", - testimonial: "Highly recommended for their transparency and quality work.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", - }, + id: "3", name: "Emily Chen", handle: "@emilyc", testimonial: "Highly recommended for their transparency and quality work.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg"}, { - id: "4", - name: "David Smith", - handle: "@dsmith", - testimonial: "Fast service and reasonable prices. Will use again.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", - }, + id: "4", name: "David Smith", handle: "@dsmith", testimonial: "Fast service and reasonable prices. Will use again.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg"}, { - id: "5", - name: "Mark Johnson", - handle: "@markj", - testimonial: "Great work on our bathroom installation project.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-female-face-looking-camera_1262-2974.jpg", - }, + id: "5", name: "Mark Johnson", handle: "@markj", testimonial: "Great work on our bathroom installation project.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-female-face-looking-camera_1262-2974.jpg"}, ]} showRating={true} title="Trusted by Homeowners" @@ -199,18 +139,13 @@ export default function LandingPage() { @@ -221,42 +156,27 @@ export default function LandingPage() { logoText="AJ Plumbing & Heating" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Plumbing", - href: "#features", - }, + label: "Plumbing", href: "#features"}, { - label: "Heating", - href: "#features", - }, + label: "Heating", href: "#features"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}