diff --git a/src/app/page.tsx b/src/app/page.tsx index dbdc184..b6ffd76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -130,16 +135,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", role: "Car Owner", company: "Mumbai", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kumar"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Kumar" + }, { id: "2", name: "Priya Sharma", role: "Fleet Manager", company: "Transportation Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma" + }, { id: "3", name: "Amit Patel", role: "Business Owner", company: "Mumbai", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Amit Patel"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amit Patel" + }, { id: "4", name: "Neha Gupta", role: "Frequent Customer", company: "Mumbai", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Neha Gupta"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Neha Gupta" + }, ]} kpiItems={[ { value: "1000+", label: "Happy Customers" }, @@ -162,13 +171,17 @@ export default function LandingPage() { animationType="slide-up" faqs={[ { - id: "1", title: "How do I book an appointment?", content: "You can book through WhatsApp, call us directly, or fill the contact form. We'll confirm within 2 hours during business hours."}, + id: "1", title: "How do I book an appointment?", content: "You can book through WhatsApp, call us directly, or fill the contact form. We'll confirm within 2 hours during business hours." + }, { - id: "2", title: "What payment methods do you accept?", content: "We accept cash, credit/debit cards, UPI, and digital wallets. All payments are secure and transparent with detailed invoices."}, + id: "2", title: "What payment methods do you accept?", content: "We accept cash, credit/debit cards, UPI, and digital wallets. All payments are secure and transparent with detailed invoices." + }, { - id: "3", title: "Do you provide warranty on services?", content: "Yes, all our services come with a 6-month warranty. Parts carry manufacturer warranty. Contact us for warranty details."}, + id: "3", title: "Do you provide warranty on services?", content: "Yes, all our services come with a 6-month warranty. Parts carry manufacturer warranty. Contact us for warranty details." + }, { - id: "4", title: "What are your business hours?", content: "Monday to Saturday: 9 AM - 7 PM. Sunday: 10 AM - 5 PM. Emergency services available upon request."}, + id: "4", title: "What are your business hours?", content: "Monday to Saturday: 9 AM - 7 PM. Sunday: 10 AM - 5 PM. Emergency services available upon request." + }, ]} />