diff --git a/src/app/page.tsx b/src/app/page.tsx index 42e3b4b..93a0084 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,12 +138,14 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", title: "Amazing flavors!", quote: "Absolutely love this company and their food!", name: "Tessa Miller", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-diner-restaurant_23-2148940776.jpg"}, + id: "1", title: "Incredible Experience", quote: "Ray Dubbz catered my wedding and the soul food was authentic, warm, and everyone loved it!", name: "Sarah Jenkins", role: "Wedding Client", imageSrc: "http://img.b2bpic.net/free-photo/happy-diner-restaurant_23-2148940776.jpg"}, { - id: "2", title: "Best food ever", quote: "The culinary team is by far the best I have ever experienced.", name: "Brian Sanders", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-delicious-meal_23-2150633270.jpg"}, + id: "2", title: "True Soul Food", quote: "The seasoning and preparation are spot on. It tastes just like my grandmother's cooking.", name: "Marcus Thorne", role: "Regular Diner", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-delicious-meal_23-2150633270.jpg"}, + { + id: "3", title: "Professional and Friendly", quote: "Not only is the food great, but the team is incredibly accommodating and professional.", name: "Elena Rodriguez", role: "Event Planner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman_23-2148819545.jpg"} ]} title="Customer Success" - description="What our clients say about Ray Dubbz." + description="Hear from our satisfied community members." /> @@ -153,9 +155,9 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", title: "How do I place an order?", content: "Contact us via our form or visit our location directly."}, + id: "f1", title: "How do I place an order?", content: "You can reach us through our contact form or call us directly during business hours to discuss your catering needs."}, { - id: "f2", title: "Do you offer catering?", content: "Yes, we provide specialized catering for your events."}, + id: "f2", title: "Do you offer catering?", content: "Yes! We specialize in catering for weddings, corporate events, and private family gatherings with customizable menus."}, ]} title="Common Questions" description="Everything you need to know about our services." @@ -166,8 +168,8 @@ export default function LandingPage() {