diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b948e1..35ae059 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,39 +33,23 @@ export default function LandingPage() { @@ -73,44 +57,23 @@ export default function LandingPage() {
@@ -349,25 +204,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "How can I book an appointment?", - content: "You can easily book an appointment through our website's contact form, by calling us directly, or by visiting our garage in person. We recommend booking in advance for specialized services.", - }, + id: "faq-1", title: "How can I book an appointment?", content: "You can easily book an appointment through our website's contact form, by calling us directly, or by visiting our garage in person. We recommend booking in advance for specialized services."}, { - id: "faq-2", - title: "What types of vehicles do you service?", - content: "We proudly service all types of vehicles, from modern daily drivers to cherished classic and vintage automobiles. Our technicians are experienced with a wide range of makes and models.", - }, + id: "faq-2", title: "What types of vehicles do you service?", content: "We proudly service all types of vehicles, from modern daily drivers to cherished classic and vintage automobiles. Our technicians are experienced with a wide range of makes and models."}, { - id: "faq-3", - title: "Do you offer warranties on your repairs? ", - content: "Yes, we stand behind the quality of our work. All our repairs come with a standard warranty, details of which can be provided upon request or at the time of service.", - }, + id: "faq-3", title: "Do you offer warranties on your repairs? ", content: "Yes, we stand behind the quality of our work. All our repairs come with a standard warranty, details of which can be provided upon request or at the time of service."}, { - id: "faq-4", - title: "What payment methods do you accept?", - content: "We accept various payment methods including major credit/debit cards and bank transfers. Please inquire about specific payment options when you book or visit our shop.", - }, + id: "faq-4", title: "What payment methods do you accept?", content: "We accept various payment methods including major credit/debit cards and bank transfers. Please inquire about specific payment options when you book or visit our shop."}, ]} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171289.jpg" imageAlt="Mechanic talking to a client about car repair" @@ -384,21 +227,16 @@ export default function LandingPage() { @@ -411,19 +249,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/mecanicclassics", - ariaLabel: "Facebook page", - }, + href: "https://facebook.com/mecanicclassics", ariaLabel: "Facebook page"}, { icon: Instagram, - href: "https://instagram.com/mecanicclassics", - ariaLabel: "Instagram profile", - }, + href: "https://instagram.com/mecanicclassics", ariaLabel: "Instagram profile"}, { icon: MapPin, - href: "https://www.google.com/maps/place/Mecanic+Classics", - ariaLabel: "Find us on Google Maps", - }, + href: "https://www.google.com/maps/place/Mecanic+Classics", ariaLabel: "Find us on Google Maps"}, ]} />