diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 947b6a4..dbfa38e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,28 +25,14 @@ export default function LandingPage() { @@ -54,16 +40,8 @@ export default function LandingPage() { @@ -96,11 +68,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e589475..55b0a89 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,37 +25,21 @@ export default function LandingPage() {
); -} +} \ No newline at end of file diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 4292dc3..a7e8380 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -24,28 +24,14 @@ export default function LandingPage() { @@ -56,24 +42,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { - id: "1", - name: "Lawn Care Result", - price: "Before/After", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=4", - }, - { - id: "2", - name: "Window Wash Result", - price: "Before/After", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg?_wi=3", - }, - { - id: "3", - name: "Pressure Wash Result", - price: "Before/After", - imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=4", - }, + { id: "1", name: "Lawn Care Result", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" }, + { id: "2", name: "Window Wash Result", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg" }, + { id: "3", name: "Pressure Wash Result", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" }, ]} title="Our Work" description="See the transformation for yourself." @@ -89,60 +60,22 @@ export default function LandingPage() { title="Before & After" description="See the results of our work." products={[ - { - id: "4", - name: "Cleaned Patio", - price: "See Results", - imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=5", - }, - { - id: "5", - name: "Trimmed Edge", - price: "See Results", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=5", - }, + { id: "4", name: "Cleaned Patio", price: "See Results", imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" }, + { id: "5", name: "Trimmed Edge", price: "See Results", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" }, ]} /> ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index a8f8c98..821613a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,28 +29,14 @@ export default function LandingPage() { @@ -59,16 +45,10 @@ export default function LandingPage() { title="Professional Exterior Cleaning & Lawn Care Services" description="Reliable, affordable, and high-quality maintenance to enhance your home's curb appeal. Get 10% off your first service today." buttons={[ - { - text: "Get a Free Quote", - href: "/contact", - }, - { - text: "Call Now", - href: "tel:5550123", - }, + { text: "Get a Free Quote", href: "/contact" }, + { text: "Call Now", href: "tel:5550123" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg" imageAlt="Professional lawn and exterior care" showBlur={true} /> @@ -79,21 +59,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Choose GreenClean Pros?" metrics={[ - { - icon: ShieldCheck, - label: "Licensed & Insured", - value: "100%", - }, - { - icon: Award, - label: "Customer Satisfaction", - value: "99%", - }, - { - icon: Clock, - label: "Years of Experience", - value: "10+", - }, + { icon: ShieldCheck, label: "Licensed & Insured", value: "100%" }, + { icon: Award, label: "Customer Satisfaction", value: "99%" }, + { icon: Clock, label: "Years of Experience", value: "10+" }, ]} metricsAnimation="slide-up" /> @@ -103,31 +71,11 @@ export default function LandingPage() { @@ -186,59 +109,25 @@ export default function LandingPage() { useInvertedBackground={false} title="Quality You Can See" description="We take pride in our precision and attention to detail." - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg" mediaAnimation="slide-up" bulletPoints={[ - { - title: "Eco-Friendly Products", - description: "Safe for pets and your garden.", - }, - { - title: "Reliable Scheduling", - description: "We arrive on time, every time.", - }, + { title: "Eco-Friendly Products", description: "Safe for pets and your garden." }, + { title: "Reliable Scheduling", description: "We arrive on time, every time." }, ]} /> ); -} +} \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 22b5f14..71e6dd1 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -25,28 +25,14 @@ export default function LandingPage() { @@ -58,42 +44,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Lawn Care", - description: "Expert mowing, edging, and trimming to keep your property looking pristine.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=1", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=4", - imageAlt: "lawn care service", + title: "Lawn Care", description: "Expert mowing, edging, and trimming to keep your property looking pristine.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" }, }, { id: 2, - title: "Window Washing", - description: "Residential and commercial window cleaning services for a crystal clear view.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg?_wi=1", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2711.jpg?_wi=3", - imageAlt: "happy homeowner", + title: "Window Washing", description: "Residential and commercial window cleaning services for a crystal clear view.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg" }, }, { id: 3, - title: "Pressure Washing", - description: "Powerful cleaning for driveways, sidewalks, and home siding surfaces.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=1", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg?_wi=2", - imageAlt: "happy homeowner", + title: "Pressure Washing", description: "Powerful cleaning for driveways, sidewalks, and home siding surfaces.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" }, }, ]} showStepNumbers={false} @@ -109,52 +71,16 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - name: "Lawn Maintenance", - price: "From $49", - buttons: [ - { - text: "Get Quote", - href: "/contact", - }, - ], - features: [ - "Mowing", - "Edging", - "Trimming", - ], + id: "basic", name: "Lawn Maintenance", price: "From $49", buttons: [{ text: "Get Quote", href: "/contact" }], + features: ["Mowing", "Edging", "Trimming"], }, { - id: "pro", - name: "Window Wash", - price: "From $99", - buttons: [ - { - text: "Get Quote", - href: "/contact", - }, - ], - features: [ - "Interior/Exterior", - "Glass Care", - "Frame Cleanup", - ], + id: "pro", name: "Window Wash", price: "From $99", buttons: [{ text: "Get Quote", href: "/contact" }], + features: ["Interior/Exterior", "Glass Care", "Frame Cleanup"], }, { - id: "enterprise", - name: "Pressure Wash", - price: "From $149", - buttons: [ - { - text: "Get Quote", - href: "/contact", - }, - ], - features: [ - "Driveway", - "Sidewalk", - "Siding Care", - ], + id: "enterprise", name: "Pressure Wash", price: "From $149", buttons: [{ text: "Get Quote", href: "/contact" }], + features: ["Driveway", "Sidewalk", "Siding Care"], }, ]} title="Pricing Options" @@ -164,42 +90,14 @@ export default function LandingPage() { ); -} +} \ No newline at end of file