diff --git a/src/app/page.tsx b/src/app/page.tsx index c2e8eeb..0ff2946 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,28 +31,14 @@ export default function LandingPage() { @@ -60,37 +46,14 @@ export default function LandingPage() { @@ -100,7 +63,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Why You Choose Us" description="Most companies rush the job, miss details, or don’t show up. We built Faith Works Exteriors to fix that. You get clear communication, reliable scheduling, and work that actually makes your home look better." - imageSrc="http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261266.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261266.jpg" imageAlt="Reliable exterior cleaning experts" /> @@ -110,36 +73,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Window Cleaning", - description: "Crystal-clear glass with streak-free finishes. Ask about our protective coating for longer-lasting cleanliness.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-helmet_23-2149343651.jpg?_wi=1", - imageAlt: "Window cleaning", - }, - { - title: "Pressure Washing", - description: "Safe, effective dirt and algae removal without damaging your surfaces.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint_23-2149714282.jpg", - imageAlt: "Pressure washing", - }, - { - title: "Gutter Cleaning", - description: "Prevent expensive water damage with professional debris removal and flow testing.", - imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-decorated-with-garlands-backyard-house_169016-59521.jpg", - imageAlt: "Gutter care", - }, - { - title: "Permanent Lighting", - description: "Professional architectural lighting installed once, customized for your home.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15986.jpg", - imageAlt: "Architectural lighting", - }, - { - title: "Christmas Lighting", - description: "Full-service holiday lighting: design, install, maintain, and remove. Zero stress.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg", - imageAlt: "Holiday lighting", - }, + { title: "Window Cleaning", description: "Crystal-clear glass with streak-free finishes. Ask about our protective coating for longer-lasting cleanliness.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-helmet_23-2149343651.jpg", imageAlt: "Window cleaning" }, + { title: "Pressure Washing", description: "Safe, effective dirt and algae removal without damaging your surfaces.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint_23-2149714282.jpg", imageAlt: "Pressure washing" }, + { title: "Gutter Cleaning", description: "Prevent expensive water damage with professional debris removal and flow testing.", imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-decorated-with-garlands-backyard-house_169016-59521.jpg", imageAlt: "Gutter care" }, + { title: "Permanent Lighting", description: "Professional architectural lighting installed once, customized for your home.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15986.jpg", imageAlt: "Architectural lighting" }, + { title: "Christmas Lighting", description: "Full-service holiday lighting: design, install, maintain, and remove. Zero stress.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg", imageAlt: "Holiday lighting" }, ]} title="Our Services" description="We specialize in precision exterior care to protect and beautify your home." @@ -152,21 +90,9 @@ export default function LandingPage() { title="Our Professional Standard" tag="Commitment" metrics={[ - { - id: "m1", - value: "100%", - description: "On-Time Arrival Rate", - }, - { - id: "m2", - value: "24/7", - description: "Client Communication", - }, - { - id: "m3", - value: "Zero", - description: "Corners Cut", - }, + { id: "m1", value: "100%", description: "On-Time Arrival Rate" }, + { id: "m2", value: "24/7", description: "Client Communication" }, + { id: "m3", value: "Zero", description: "Corners Cut" }, ]} metricsAnimation="slide-up" /> @@ -177,26 +103,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "1. Request a Quote", - content: "Simply fill out our request form to get a fast, accurate quote for your property.", - }, - { - id: "f2", - title: "2. Schedule Service", - content: "Choose a date that fits your schedule and we will confirm immediately.", - }, - { - id: "f3", - title: "3. We Handle Everything", - content: "Our trained technicians arrive, handle all logistics, and ensure perfect results.", - }, - { - id: "f4", - title: "4. Enjoy the Results", - content: "Step back and admire your clean, protected home.", - }, + { id: "f1", title: "1. Request a Quote", content: "Simply fill out our request form to get a fast, accurate quote for your property." }, + { id: "f2", title: "2. Schedule Service", content: "Choose a date that fits your schedule and we will confirm immediately." }, + { id: "f3", title: "3. We Handle Everything", content: "Our trained technicians arrive, handle all logistics, and ensure perfect results." }, + { id: "f4", title: "4. Enjoy the Results", content: "Step back and admire your clean, protected home." }, ]} title="Simple Process" description="Get it done right the first time with our streamlined approach." @@ -206,54 +116,15 @@ export default function LandingPage() {
@@ -282,67 +146,20 @@ export default function LandingPage() {