diff --git a/src/app/page.tsx b/src/app/page.tsx index f2cb014..abc4a6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,24 +29,13 @@ export default function LandingPage() {
@@ -55,40 +44,16 @@ export default function LandingPage() { logoText="Carriage Cleaners" description="Premium Dry Cleaning & Alterations in Maryland Heights. Friendly, professional garment care trusted by local families and businesses." buttons={[ - { - text: "Call Now (314) 878-5360", - href: "tel:3148785360", - }, - { - text: "Get Directions", - href: "https://www.google.com/maps/dir/?api=1&destination=12640+Dorsett+Rd+Maryland+Heights+MO", - }, + { text: "Call Now (314) 878-5360", href: "tel:3148785360" }, + { text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=12640+Dorsett+Rd+Maryland+Heights+MO" }, ]} slides={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg?_wi=1", - imageAlt: "Professional Garment Care", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg?_wi=2", - imageAlt: "Dry Cleaning Facility", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg?_wi=3", - imageAlt: "Expert Tailoring Work", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg?_wi=4", - imageAlt: "Prom Dress Cleaning", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg?_wi=5", - imageAlt: "Wedding Dress Preservation", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg?_wi=6", - imageAlt: "Professional Pressing", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg", imageAlt: "Professional Garment Care" }, + { imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg", imageAlt: "Dry Cleaning Facility" }, + { imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg", imageAlt: "Expert Tailoring Work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg", imageAlt: "Prom Dress Cleaning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg", imageAlt: "Wedding Dress Preservation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg", imageAlt: "Professional Pressing" }, ]} /> @@ -109,66 +74,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "s1", - title: "Dry Cleaning", - author: "Careful & Safe", - description: "Eco-friendly cleaning for your delicate fabrics.", - tags: [ - "Premium", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz&_wi=1", - }, - { - id: "s2", - title: "Alterations & Tailoring", - author: "Expert Fit", - description: "Professional adjustments for a perfect look.", - tags: [ - "Precise", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz&_wi=2", - }, - { - id: "s3", - title: "Wedding & Prom", - author: "Special Handling", - description: "Preservation for your most cherished garments.", - tags: [ - "Specialty", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz&_wi=3", - }, - { - id: "s4", - title: "Professional Laundry", - author: "Fast & Fresh", - description: "Crisp shirts and quality finish every time.", - tags: [ - "Daily", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz&_wi=4", - }, - { - id: "s5", - title: "Specialty Cleaning", - author: "Versatile", - description: "Pillows, unique fabrics, and household items.", - tags: [ - "Unique", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz&_wi=5", - }, - { - id: "s6", - title: "Garment Pressing", - author: "Flawless", - description: "Detail-focused pressing for everyday items.", - tags: [ - "Sharp", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz&_wi=6", - }, + { id: "s1", title: "Dry Cleaning", author: "Careful & Safe", description: "Eco-friendly cleaning for your delicate fabrics.", tags: ["Premium"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz" }, + { id: "s2", title: "Alterations & Tailoring", author: "Expert Fit", description: "Professional adjustments for a perfect look.", tags: ["Precise"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz" }, + { id: "s3", title: "Wedding & Prom", author: "Special Handling", description: "Preservation for your most cherished garments.", tags: ["Specialty"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz" }, + { id: "s4", title: "Professional Laundry", author: "Fast & Fresh", description: "Crisp shirts and quality finish every time.", tags: ["Daily"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz" }, + { id: "s5", title: "Specialty Cleaning", author: "Versatile", description: "Pillows, unique fabrics, and household items.", tags: ["Unique"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz" }, + { id: "s6", title: "Garment Pressing", author: "Flawless", description: "Detail-focused pressing for everyday items.", tags: ["Sharp"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz" }, ]} title="Our Professional Services" description="Comprehensive garment care tailored to your needs." @@ -181,46 +92,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Jane D.", - handle: "Local Resident", - testimonial: "Friendly, respectful, polite, and professional staff. My white pillowcase came back amazingly bright and perfectly handled.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-black-woman-with-afro-haircut-uses-mobile-phone-satisfied-poses-outdoor-private-sector-near-her-house_273609-18705.jpg", - }, - { - id: "2", - name: "Mark S.", - handle: "Local Parent", - testimonial: "They cleaned my daughter’s prom dress and did an awesome job. Very professional and finished within 3 days.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg", - }, - { - id: "3", - name: "Sarah K.", - handle: "Regular Client", - testimonial: "Great people that run the shop — wonderful service every time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg", - }, - { - id: "4", - name: "Mike B.", - handle: "Business Owner", - testimonial: "The attention to detail and speed is unmatched in the area.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-african-american-man-spending-time-shop-smiling-man-standing-near-hangers-with-male-clothes-having-free-time-looking-camera-leisure-activity-fashion-shopping-concept_74855-21489.jpg", - }, - { - id: "5", - name: "Emily P.", - handle: "Longtime Customer", - testimonial: "They handle my wedding dresses and tailored shirts perfectly every single time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", - }, + { id: "1", name: "Jane D.", handle: "Local Resident", testimonial: "Friendly, respectful, polite, and professional staff. My white pillowcase came back amazingly bright and perfectly handled.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-black-woman-with-afro-haircut-uses-mobile-phone-satisfied-poses-outdoor-private-sector-near-her-house_273609-18705.jpg" }, + { id: "2", name: "Mark S.", handle: "Local Parent", testimonial: "They cleaned my daughter’s prom dress and did an awesome job. Very professional and finished within 3 days.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg" }, + { id: "3", name: "Sarah K.", handle: "Regular Client", testimonial: "Great people that run the shop — wonderful service every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg" }, + { id: "4", name: "Mike B.", handle: "Business Owner", testimonial: "The attention to detail and speed is unmatched in the area.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-african-american-man-spending-time-shop-smiling-man-standing-near-hangers-with-male-clothes-having-free-time-looking-camera-leisure-activity-fashion-shopping-concept_74855-21489.jpg" }, + { id: "5", name: "Emily P.", handle: "Longtime Customer", testimonial: "They handle my wedding dresses and tailored shirts perfectly every single time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg" }, ]} showRating={true} title="Trusted by Local Customers" @@ -234,33 +110,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "step1", - value: "01", - title: "Drop Off", - items: [ - "Bring your garments to our Maryland Heights location.", - "Quick check-in process.", - ], - }, - { - id: "step2", - value: "02", - title: "Careful Inspection", - items: [ - "Each item is handled with care and attention to detail.", - "Tailored treatment plans.", - ], - }, - { - id: "step3", - value: "03", - title: "Pick Up", - items: [ - "Enjoy clean, pressed clothing ready to wear.", - "Always on time.", - ], - }, + { id: "step1", value: "01", title: "Drop Off", items: ["Bring your garments to our Maryland Heights location.", "Quick check-in process."] }, + { id: "step2", value: "02", title: "Careful Inspection", items: ["Each item is handled with care and attention to detail.", "Tailored treatment plans."] }, + { id: "step3", value: "03", title: "Pick Up", items: ["Enjoy clean, pressed clothing ready to wear.", "Always on time."] }, ]} title="Our 3-Step Process" description="Simple, transparent, and professional." @@ -270,9 +122,7 @@ export default function LandingPage() {