From d404681074bc8351ed8bc0cc0873eba7e27d2df5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:48:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 +++++++++++++++------------------------- 1 file changed, 15 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dcbac85..7347701 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -42,7 +42,7 @@ export default function LandingPage() { @@ -126,20 +123,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Patricia Williams", role: "Homeowner", company: "Residential Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg?_wi=2" + id: "1", name: "Patricia Williams", role: "Homeowner", company: "Residential Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg" }, { - id: "2", name: "James Martinez", role: "Facilities Manager", company: "Commercial Property", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-couch_23-2149915934.jpg?_wi=2" + id: "2", name: "James Martinez", role: "Facilities Manager", company: "Commercial Property", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-couch_23-2149915934.jpg" }, { - id: "3", name: "Linda Johnson", role: "Property Manager", company: "Multi-Unit Complex", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3668.jpg?_wi=2" + id: "3", name: "Linda Johnson", role: "Property Manager", company: "Multi-Unit Complex", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3668.jpg" }, { - id: "4", name: "Robert Taylor", role: "Restaurant Owner", company: "Food Service Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-dark-skinned-smiling-young-woman-with-afro-hairstyle-dressed-casual-summer-clothing_273609-3169.jpg" + id: "4", name: "Robert Taylor", role: "Restaurant Owner", company: "Food Service Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-dark-skinned-smiling-young-woman-with-afro-hairstyle-dressed-casual-summer-clothing_273609-3169.jpg" } ]} kpiItems={[ @@ -159,20 +152,17 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "basic", title: "Basic Repair Service", price: "$89", period: "per service call", imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg", imageAlt: "Professional plumbing repair service", button: { text: "Schedule Now", href: "contact" }, - features: [ + id: "basic", title: "Basic Repair Service", price: "$89", period: "per service call", imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg", imageAlt: "Professional plumbing repair service", button: { text: "Schedule Now", href: "contact" }, features: [ "Service call and diagnostics included", "First hour labor included", "Parts charged at cost", "24-hour emergency availability" ] }, { - id: "maintenance", title: "Maintenance Plan", price: "$299", period: "per year", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746307.jpg", imageAlt: "Regular plumbing maintenance service", button: { text: "Subscribe Now", href: "contact" }, - features: [ + id: "maintenance", title: "Maintenance Plan", price: "$299", period: "per year", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746307.jpg", imageAlt: "Regular plumbing maintenance service", button: { text: "Subscribe Now", href: "contact" }, features: [ "Two annual inspections", "Priority emergency response", "Drain cleaning included", "15% discount on repairs" ] }, { - id: "premium", title: "Premium Service Plus", price: "$599", period: "per year", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Complete plumbing installation service", button: { text: "Get Premium", href: "contact" }, - features: [ + id: "premium", title: "Premium Service Plus", price: "$599", period: "per year", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Complete plumbing installation service", button: { text: "Get Premium", href: "contact" }, features: [ "Quarterly inspections", "24/7 emergency response", "Free drain and sewer cleaning", "20% discount on all services", "Water heater maintenance included" ] }