From be474de31dda8f8f62b4c94a5b9361b0a6fb64ea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:12:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 200 ++++++++++++----------------------------------- 1 file changed, 48 insertions(+), 152 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 538fc87..f74d23e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,69 +45,44 @@ export default function LandingPage() {
@@ -129,32 +96,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", - value: "5.0", - title: "Google Rating", - description: "Consistently rated 5 stars", - icon: Star, + id: "1", value: "5.0", title: "Google Rating", description: "Consistently rated 5 stars", icon: Star, }, { - id: "2", - value: "24/7", - title: "Response Time", - description: "Same day service available", - icon: Clock, + id: "2", value: "24/7", title: "Response Time", description: "Same day service available", icon: Clock, }, { - id: "3", - value: "100%", - title: "Satisfaction", - description: "Guaranteed quality work", - icon: CheckCircle, + id: "3", value: "100%", title: "Satisfaction", description: "Guaranteed quality work", icon: CheckCircle, }, { - id: "4", - value: "Local", - title: "Service", - description: "Queensland based experts", - icon: MapPin, + id: "4", value: "Local", title: "Service", description: "Queensland based experts", icon: MapPin, }, ]} title="Why Choose Matti" @@ -169,36 +120,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Emergency Repairs", - author: "Plumbing Team", - description: "Fast response for leaks and urgent issues.", - tags: [ - "Urgent", - "24/7", - ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg", - }, + id: "s1", title: "Emergency Repairs", author: "Plumbing Team", description: "Fast response for leaks and urgent issues.", tags: [ + "Urgent", "24/7"], + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg"}, { - id: "s2", - title: "General Maintenance", - author: "Plumbing Team", - description: "Preventative care for your pipe systems.", - tags: [ - "Maintenance", - ], - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-glue-attaches-window_1150-23995.jpg", - }, + id: "s2", title: "General Maintenance", author: "Plumbing Team", description: "Preventative care for your pipe systems.", tags: [ + "Maintenance"], + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-glue-attaches-window_1150-23995.jpg"}, { - id: "s3", - title: "Full Installations", - author: "Plumbing Team", - description: "Professional setup for bathrooms and kitchens.", - tags: [ - "New Build", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-is-sitting-toilet_1204-357.jpg", - }, + id: "s3", title: "Full Installations", author: "Plumbing Team", description: "Professional setup for bathrooms and kitchens.", tags: [ + "New Build"], + imageSrc: "http://img.b2bpic.net/free-photo/man-is-sitting-toilet_1204-357.jpg"}, ]} title="What We Do" description="Comprehensive plumbing solutions tailored to your needs." @@ -213,45 +145,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah Miller", - role: "Homeowner", - company: "Brisbane", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", - }, + id: "t1", name: "Sarah Miller", role: "Homeowner", company: "Brisbane", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg"}, { - id: "t2", - name: "James Cook", - role: "Small Business", - company: "Gold Coast", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", - }, + id: "t2", name: "James Cook", role: "Small Business", company: "Gold Coast", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"}, { - id: "t3", - name: "Elena Smith", - role: "Homeowner", - company: "Sunshine Coast", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg", - }, + id: "t3", name: "Elena Smith", role: "Homeowner", company: "Sunshine Coast", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg"}, { - id: "t4", - name: "David Brown", - role: "Homeowner", - company: "Brisbane", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", - }, + id: "t4", name: "David Brown", role: "Homeowner", company: "Brisbane", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"}, { - id: "t5", - name: "Anna Williams", - role: "Tenant", - company: "Queensland", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", - }, + id: "t5", name: "Anna Williams", role: "Tenant", company: "Queensland", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg"}, ]} title="Hear From Our Customers" description="See why Queensland trusts Matti Plumbing." @@ -262,8 +169,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1