diff --git a/src/app/page.tsx b/src/app/page.tsx index 59c8680..a350bd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,6 +36,8 @@ export default function LandingPage() { name: "Services", id: "services"}, { name: "About", id: "about"}, + { + name: "FAQ", id: "faq"}, { name: "Contact", id: "contact"}, ]} @@ -153,11 +155,9 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", title: "Do you travel?", content: "Yes, we cover all of Melbourne and surrounding regions."}, + id: "f1", title: "What types of events do you perform at?", content: "Mex Music Man performs at a wide range of events including corporate functions, weddings, birthdays, festivals, product launches, kids' parties, and schools. Whether you need a solo performer or a full live band, there's an option to suit your occasion."}, { - id: "f2", title: "Can you handle big weddings?", content: "Absolutely, our troupe is built for large events."}, - { - id: "f3", title: "What equipment is needed?", content: "We bring our own sound equipment suitable for your event size."}, + id: "f2", title: "Can you perform for children's events?", content: "Absolutely. Alejandro's Mexican Music Man show is specifically designed for kids of all ages. He brings a basket of instruments so the children can join in, and his set list runs from classics like 'I'm a Little Teapot' all the way through to 'La Bamba' — keeping the energy high and the little ones dancing and singing from start to finish."}, ]} title="Common Questions" description="Have questions? We have answers for your fiesta planning."