From db4e593bd2cccf70053359ecdd1ffd816a66ea83 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 00:15:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 210 ++++++++++------------------------------------- 1 file changed, 43 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7778d3..0db5a4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -185,49 +119,13 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Jane D.", - role: "Homeowner", - company: "Avon Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-elder-woman-kitchen-holding-tablet_23-2148419314.jpg", - }, - { - id: "2", - name: "Rob M.", - role: "Business Owner", - company: "Main St Corp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", - }, - { - id: "3", - name: "Linda G.", - role: "Homeowner", - company: "Avon Hills", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-rubber-gloves-looking-annoyed-irritated-shouting-yelling-with-arms-raised-sitting-table-with-cleaning-supplies-tools-light-living-room_141793-102249.jpg", - }, - { - id: "4", - name: "Steve R.", - role: "Real Estate Agent", - company: "Local Realty", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064840.jpg", - }, - { - id: "5", - name: "Emily P.", - role: "Interior Designer", - company: "Avon Designs", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-cv_23-2149927575.jpg", - }, + { id: "1", name: "Jane D.", role: "Homeowner", company: "Avon Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-elder-woman-kitchen-holding-tablet_23-2148419314.jpg" }, + { id: "2", name: "Rob M.", role: "Business Owner", company: "Main St Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg" }, + { id: "3", name: "Linda G.", role: "Homeowner", company: "Avon Hills", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-rubber-gloves-looking-annoyed-irritated-shouting-yelling-with-arms-raised-sitting-table-with-cleaning-supplies-tools-light-living-room_141793-102249.jpg" }, + { id: "4", name: "Steve R.", role: "Real Estate Agent", company: "Local Realty", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064840.jpg" }, ]} - title="What Avon Clients Say" - description="Real feedback from homeowners who trust our work." + title="5-Star Service Reviews" + description="See why our customers consistently rate us 5 stars for our thorough and professional cleaning approach." /> @@ -236,24 +134,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "How often should I clean?", - content: "Every 6-12 months for optimal hygiene.", - }, - { - id: "q2", - title: "Is it safe for pets?", - content: "Yes, our cleaning solutions are eco-friendly.", - }, - { - id: "q3", - title: "Can you remove wine stains?", - content: "Yes, our targeted treatment is highly effective.", - }, + { id: "q1", title: "How soon will my carpets dry?", content: "Typically 4-6 hours depending on air circulation and humidity." }, + { id: "q2", title: "Are your products safe for families?", content: "Yes, we use certified non-toxic, eco-friendly formulas that are safe for pets and children." }, + { id: "q3", title: "How do I schedule an appointment?", content: "You can book directly via our website or call us for a custom quote." }, ]} - title="Frequently Asked Questions" - description="Answers to your concerns about cleaning procedures and scheduling." + title="Cleaning Questions Answered" + description="Common inquiries about our professional cleaning services." faqsAnimation="slide-up" /> @@ -261,11 +147,9 @@ export default function LandingPage() {
@@ -275,35 +159,27 @@ export default function LandingPage() { logoText="Versatile Cleaning Group" columns={[ { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Careers", - href: "#", - }, + title: "Contact Info", items: [ + { label: "(555) 123-4567", href: "tel:5551234567" }, + { label: "123 Avon Ave, Avon", href: "#" }, + { label: "versatilecleaninggroup.com", href: "https://versatilecleaninggroup.com" }, ], }, { - title: "Services", - items: [ - { - label: "Carpet", - href: "#services", - }, - { - label: "Stain Removal", - href: "#services", - }, + title: "Company", items: [ + { label: "About Us", href: "#about" }, + { label: "Our Services", href: "#services" }, ], }, ]} + copyrightText="© 2025 Versatile Cleaning Group" /> ); -} +}" + } + ], + "rawPlan": "I've updated the team section to highlight our experts and their roles, revamped the testimonials section to emphasize our 5-star customer ratings, added common cleaning questions to the FAQ, provided comprehensive contact details in the footer and contact sections, and updated the footer links to be more relevant to our services and contact information." +} \ No newline at end of file