diff --git a/src/app/page.tsx b/src/app/page.tsx index c2a12a9..a4ab4b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,125 +32,75 @@ export default function LandingPage() {
@@ -173,20 +123,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Exterior Detail", - description: "Hand wash, wax, and paint protection.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194131.jpg", - }, + title: "Exterior Detail", description: "Hand wash, wax, and paint protection.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194131.jpg"}, { - title: "Interior Deep Clean", - description: "Thorough vacuuming, shampoo, and sanitization.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg", - }, + title: "Interior Deep Clean", description: "Thorough vacuuming, shampoo, and sanitization.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg"}, { - title: "Quick Turnaround", - description: "Fast and reliable service without compromising quality.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-car_23-2148510614.jpg", - }, + title: "Quick Turnaround", description: "Fast and reliable service without compromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-car_23-2148510614.jpg"}, ]} title="Services We Provide" description="High-quality auto detailing and maintenance tailored to keep your car looking brand new." @@ -201,20 +142,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "4.9+", - description: "Google Star Rating", - }, + id: "m1", value: "4.9+", description: "Google Star Rating"}, { - id: "m2", - value: "100%", - description: "Client Satisfaction", - }, + id: "m2", value: "100%", description: "Client Satisfaction"}, { - id: "m3", - value: "Fast", - description: "Turnaround Times", - }, + id: "m3", value: "Fast", description: "Turnaround Times"}, ]} title="Built on Trust" description="Consistently rated 5 stars by our community." @@ -226,47 +158,23 @@ export default function LandingPage() { textboxLayout="split" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} + animationType="slide-up" testimonials={[ { - id: "1", - name: "Brett Diehl", - role: "Client", - company: "Coos Bay", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-showing-thumb-up-while-buying-car-salon_7502-9630.jpg", - }, + id: "1", name: "Brett Diehl", role: "Client", company: "Coos Bay", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-showing-thumb-up-while-buying-car-salon_7502-9630.jpg"}, { - id: "2", - name: "Grant Zulu Agar", - role: "Client", - company: "Coos Bay", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346509.jpg", - }, + id: "2", name: "Grant Zulu Agar", role: "Client", company: "Coos Bay", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346509.jpg"}, { - id: "3", - name: "Edmund Scheer", - role: "Client", - company: "Coos Bay", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371200.jpg", - }, + id: "3", name: "Edmund Scheer", role: "Client", company: "Coos Bay", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371200.jpg"}, { - id: "4", - name: "Satisfied Customer", - role: "Client", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg", - }, + id: "4", name: "Satisfied Customer", role: "Client", company: "Local", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg"}, { - id: "5", - name: "Another Review", - role: "Client", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg", - }, + id: "5", name: "Another Review", role: "Client", company: "Local", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg"}, ]} title="What Our Customers Say" description="Don't just take our word for it—hear from the people we serve." @@ -279,20 +187,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Where are you located?", - content: "221 N Schoneman Ave, Coos Bay, OR 97420.", - }, + id: "f1", title: "Where are you located?", content: "221 N Schoneman Ave, Coos Bay, OR 97420."}, { - id: "f2", - title: "What are your hours?", - content: "Monday - Tuesday: 9am-5pm. Wednesday - Friday: 9am-5pm. Closed weekends.", - }, + id: "f2", title: "What are your hours?", content: "Monday - Tuesday: 9am-5pm. Wednesday - Friday: 9am-5pm. Closed weekends."}, { - id: "f3", - title: "How can I book?", - content: "Call us at (541) 260-3109 to schedule.", - }, + id: "f3", title: "How can I book?", content: "Call us at (541) 260-3109 to schedule."}, ]} title="Common Questions" description="Get quick answers about our services and location." @@ -302,10 +201,10 @@ export default function LandingPage() {