diff --git a/src/app/page.tsx b/src/app/page.tsx index d2ecb59..28c1f95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -73,15 +55,8 @@ export default function LandingPage() { @@ -93,49 +68,19 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Pressure Washing", - description: "Expert driveway and concrete surface cleaning.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg?_wi=1", - imageAlt: "Pressure washing", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg?_wi=2", - imageAlt: "Pressure washing", - }, - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359032.jpg?_wi=2", - imageAlt: "professional house washing residential", + id: 1, + title: "Pressure Washing", description: "Expert driveway and concrete surface cleaning.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg", imageAlt: "Pressure washing" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg", imageAlt: "Pressure washing" }, }, { - id: "2", - title: "House Washing", - description: "Safe, effective exterior surface cleaning.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=1", - imageAlt: "House washing", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=2", - imageAlt: "House washing", - }, - imageSrc: "http://img.b2bpic.net/free-photo/male-housekeeper-cleaning-glass-window-home_58466-11241.jpg", - imageAlt: "professional window cleaning service", + id: 2, + title: "House Washing", description: "Safe, effective exterior surface cleaning.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "House washing" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "House washing" }, }, { - id: "3", - title: "Gutter Cleaning", - description: "Prevent debris buildup and protect your home.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg?_wi=1", - imageAlt: "Gutter cleaning", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg?_wi=2", - imageAlt: "Gutter cleaning", - }, - imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg?_wi=3", - imageAlt: "driveway pressure washing before after", + id: 3, + title: "Gutter Cleaning", description: "Prevent debris buildup and protect your home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg", imageAlt: "Gutter cleaning" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg", imageAlt: "Gutter cleaning" }, }, ]} showStepNumbers={false} @@ -150,41 +95,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah J.", - handle: "@sarahj", - testimonial: "Excellent service! My driveway looks brand new.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bottle-spray-cleanser-cleaning-oven-home-kitchen_231208-13610.jpg", - }, - { - id: "2", - name: "Mark D.", - handle: "@markd", - testimonial: "Very professional and fast. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-around_72229-256.jpg", - }, - { - id: "3", - name: "Elena R.", - handle: "@elenar", - testimonial: "The best gutter cleaning in LA. Will use again!", - imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-indian-woman-wear-formal-posing-cafe_627829-4649.jpg", - }, - { - id: "4", - name: "Tom P.", - handle: "@tomp", - testimonial: "Fantastic window cleaning work. Crystal clear.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-white-church-with-beautiful-flower-garden_181624-27038.jpg", - }, - { - id: "5", - name: "Lisa K.", - handle: "@lisak", - testimonial: "Reliable and thorough. My house looks amazing!", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-umbrella-while-taking-selfie_107420-12271.jpg", - }, + { id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Excellent service! My driveway looks brand new.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bottle-spray-cleanser-cleaning-oven-home-kitchen_231208-13610.jpg" }, + { id: "2", name: "Mark D.", handle: "@markd", testimonial: "Very professional and fast. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-around_72229-256.jpg" }, + { id: "3", name: "Elena R.", handle: "@elenar", testimonial: "The best gutter cleaning in LA. Will use again!", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-indian-woman-wear-formal-posing-cafe_627829-4649.jpg" }, + { id: "4", name: "Tom P.", handle: "@tomp", testimonial: "Fantastic window cleaning work. Crystal clear.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-white-church-with-beautiful-flower-garden_181624-27038.jpg" }, + { id: "5", name: "Lisa K.", handle: "@lisak", testimonial: "Reliable and thorough. My house looks amazing!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-umbrella-while-taking-selfie_107420-12271.jpg" }, ]} title="What Our Clients Say" description="See why Los Angeles trusts Apex Exterior Cleaning." @@ -194,19 +109,11 @@ export default function LandingPage() {
@@ -215,26 +122,13 @@ export default function LandingPage() {