Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-21 03:30:55 +00:00

View File

@@ -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."
/>
</div>
@@ -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() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Contact Us Today"
description="Ready to taste the difference? Send us a message."
title="Get in Touch"
description="Send us a message to discuss your event. We are open Monday-Friday: 10AM - 8PM, Saturday: 12PM - 9PM."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -177,7 +179,7 @@ export default function LandingPage() {
},
]}
textarea={{
name: "message", placeholder: "Tell us about your catering needs..."}}
name: "message", placeholder: "Tell us about your catering needs or inquiry..."}}
imageSrc="http://img.b2bpic.net/free-photo/chef-smiling-in-kitchen_23-21489412584.jpg"
/>
</div>
@@ -186,13 +188,22 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services", items: [
{ label: "Catering", href: "#services" },
{ label: "Events", href: "#services" },
title: "Navigation", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Business Info", items: [
{ label: "123 Soul Street, Flavor City", href: "#" },
{ label: "(555) 123-4567", href: "tel:5551234567" },
],
},
]}
logoText="Ray Dubbz"
copyrightText="© 2025 | Ray Dubbz - Soul Food"
/>
</div>
</ReactLenis>