From 9d70cb0e7d588997f3afe52f153ef3baf84de592 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:15:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 108 ++++++++++++----------------------------------- 1 file changed, 27 insertions(+), 81 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73ed594..6128dc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,27 +30,18 @@ export default function LandingPage() { @@ -60,13 +51,9 @@ export default function LandingPage() { description="Your vision, our craft. Expert home renovations, kitchen remodels, and custom living spaces designed to inspire." buttons={[ { - text: "Get a Quote", - href: "#contact", - }, + text: "Get a Quote", href: "#contact"}, { - text: "View Projects", - href: "#features", - }, + text: "View Projects", href: "#features"}, ]} imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-with-contemporary-interior-decor-furnishings_23-2150886720.jpg" /> @@ -88,20 +75,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Kitchen Remodels", - description: "Custom cabinetry, stone countertops, and high-end finishings.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-couple-making-plans-redecorate-house_23-2148814624.jpg", - }, + title: "Kitchen Remodels", description: "Custom cabinetry, stone countertops, and high-end finishings.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-couple-making-plans-redecorate-house_23-2148814624.jpg"}, { - title: "Bathroom Upgrades", - description: "Spa-inspired designs with modern fixtures and walk-in showers.", - imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg", - }, + title: "Bathroom Upgrades", description: "Spa-inspired designs with modern fixtures and walk-in showers.", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg"}, { - title: "Home Exteriors", - description: "Siding, roofing, and deck installations that boost curb appeal.", - imageSrc: "http://img.b2bpic.net/free-photo/background-orange-purple-metal-wall-with-white-window-blinders_181624-6584.jpg", - }, + title: "Home Exteriors", description: "Siding, roofing, and deck installations that boost curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/background-orange-purple-metal-wall-with-white-window-blinders_181624-6584.jpg"}, ]} title="Expert Services" description="We deliver comprehensive remodeling solutions tailored to your unique lifestyle needs." @@ -116,25 +94,15 @@ export default function LandingPage() { author="Sarah Miller" avatars={[ { - src: "http://img.b2bpic.net/free-photo/real-estate-concept-excited-guy-looking-small-house-model-smiling-renting-apartment-standing_1258-145555.jpg", - alt: "Sarah Miller", - }, + src: "http://img.b2bpic.net/free-photo/real-estate-concept-excited-guy-looking-small-house-model-smiling-renting-apartment-standing_1258-145555.jpg", alt: "Sarah Miller"}, { - src: "http://img.b2bpic.net/free-photo/we-must-make-modifications-this-project_329181-15105.jpg", - alt: "Mark Davis", - }, + src: "http://img.b2bpic.net/free-photo/we-must-make-modifications-this-project_329181-15105.jpg", alt: "Mark Davis"}, { - src: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15682.jpg", - alt: "Linda Chen", - }, + src: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15682.jpg", alt: "Linda Chen"}, { - src: "http://img.b2bpic.net/free-photo/cheerful-couple-sitting-home_23-2147744898.jpg", - alt: "James Smith", - }, + src: "http://img.b2bpic.net/free-photo/cheerful-couple-sitting-home_23-2147744898.jpg", alt: "James Smith"}, { - src: "http://img.b2bpic.net/free-photo/person-virtual-date_23-2149296003.jpg", - alt: "Elena Gomez", - }, + src: "http://img.b2bpic.net/free-photo/person-virtual-date_23-2149296003.jpg", alt: "Elena Gomez"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -147,20 +115,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How long does a typical kitchen remodel take?", - content: "Most kitchen remodels are completed within 4-6 weeks depending on custom cabinetry lead times.", - }, + id: "1", title: "How long does a typical kitchen remodel take?", content: "Most kitchen remodels are completed within 4-6 weeks depending on custom cabinetry lead times."}, { - id: "2", - title: "Do you handle all permits?", - content: "Yes, we manage all necessary city permits and inspections for every project we undertake.", - }, + id: "2", title: "Do you handle all permits?", content: "Yes, we manage all necessary city permits and inspections for every project we undertake."}, { - id: "3", - title: "Are you licensed and insured?", - content: "We are fully licensed and carry comprehensive insurance coverage for all residential projects.", - }, + id: "3", title: "Are you licensed and insured?", content: "We are fully licensed and carry comprehensive insurance coverage for all residential projects."}, ]} title="Frequently Asked Questions" description="Answers to common questions about our remodeling process." @@ -172,16 +131,13 @@ export default function LandingPage() { @@ -191,29 +147,19 @@ export default function LandingPage() { logoText="Remodeling Kings" columns={[ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQs", - href: "#faq", - }, + label: "FAQs", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1