diff --git a/src/app/page.tsx b/src/app/page.tsx index afdc5c6..4c91261 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -61,15 +51,11 @@ export default function LandingPage() { description="Professional auto detailing in West Springfield, MA. We restore your vehicle to showroom condition with passion and precision." buttons={[ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, { - text: "Call Now", - href: "tel:4137369452", - }, + text: "Call Now", href: "tel:4137369452"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-vacuuming-car-inside_1303-30580.jpg" + imageSrc="http://img.b2bpic.net/free-photo/shiny-white-car-detail-service_1150-17688.jpg" /> @@ -78,14 +64,9 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Red & Fred's Passion for Perfection", - }, + type: "text", content: "Red & Fred's Passion for Perfection"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212213.jpg", - alt: "About Red & Fred's", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212213.jpg", alt: "About Red & Fred's"}, ]} /> @@ -98,24 +79,16 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Interior Detailing", - description: "Deep cleaning of seats, carpets, and dashboards.", - }, + title: "Interior Detailing", description: "Deep cleaning of seats, carpets, and dashboards."}, { icon: Car, - title: "Exterior Wash & Polish", - description: "Hand wash, clay bar, and high-gloss polish.", - }, + title: "Exterior Wash & Polish", description: "Hand wash, clay bar, and high-gloss polish."}, { icon: Car, - title: "Pet Hair Removal", - description: "Advanced extraction techniques for stubborn fur.", - }, + title: "Pet Hair Removal", description: "Advanced extraction techniques for stubborn fur."}, { icon: Wrench, - title: "Full Restoration", - description: "Complete top-to-bottom vehicle deep clean.", - }, + title: "Full Restoration", description: "Complete top-to-bottom vehicle deep clean."}, ]} title="Our Professional Services" description="We specialize in making your vehicle sparkle with comprehensive cleaning and restoration packages." @@ -129,19 +102,9 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "5.0", - title: "Star Rating", - description: "Consistently rated 5 stars by customers.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-64007.jpg", - }, + id: "m1", value: "5.0", title: "Star Rating", description: "Consistently rated 5 stars by customers.", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-64007.jpg"}, { - id: "m2", - value: "29+", - title: "Positive Reviews", - description: "Verified happy local customers.", - imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6099.jpg", - }, + id: "m2", value: "29+", title: "Positive Reviews", description: "Verified happy local customers.", imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6099.jpg"}, ]} title="Why Choose Red & Fred's" description="Trusted by our local community with a perfect rating." @@ -155,40 +118,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@sarahj", - testimonial: "My car looks brand new!", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-standing-auto-salon-smiling-camera_7502-9589.jpg?_wi=1", - }, + id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "My car looks brand new!", imageSrc: "http://img.b2bpic.net/free-photo/businessman-standing-auto-salon-smiling-camera_7502-9589.jpg?_wi=1"}, { - id: "2", - name: "Mark D.", - handle: "@markd", - testimonial: "Best detailing service I’ve ever used.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-hand-shaking-human-resources-person_23-2148507819.jpg", - }, + id: "2", name: "Mark D.", handle: "@markd", testimonial: "Best detailing service I’ve ever used.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-hand-shaking-human-resources-person_23-2148507819.jpg"}, { - id: "3", - name: "Elena M.", - handle: "@elenam", - testimonial: "Affordable and high quality.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-home_23-2148990135.jpg", - }, + id: "3", name: "Elena M.", handle: "@elenam", testimonial: "Affordable and high quality.", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-home_23-2148990135.jpg"}, { - id: "4", - name: "Tom R.", - handle: "@tomr", - testimonial: "These guys are truly passionate about cars.", - imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430633.jpg", - }, + id: "4", name: "Tom R.", handle: "@tomr", testimonial: "These guys are truly passionate about cars.", imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430633.jpg"}, { - id: "5", - name: "Jessica W.", - handle: "@jessw", - testimonial: "Excellent service and quick turnaround time!", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-standing-auto-salon-smiling-camera_7502-9589.jpg?_wi=2", - }, + id: "5", name: "Jessica W.", handle: "@jessw", testimonial: "Excellent service and quick turnaround time!", imageSrc: "http://img.b2bpic.net/free-photo/businessman-standing-auto-salon-smiling-camera_7502-9589.jpg?_wi=2"}, ]} title="What Our Clients Say" description="Don't just take our word for it—read why Springfield loves us." @@ -199,8 +137,7 @@ export default function LandingPage() {