Update src/app/page.tsx

This commit is contained in:
2026-03-03 03:03:54 +00:00
parent e37b602bcf
commit 1661231ea3

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{ text: "📞 Call Now", href: "tel:+14072058244" },
{ text: "📅 Book an Event", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/friends-drinking-eating-tailgate-party_53876-132067.jpg"
imageSrc="http://img.b2bpic.net/free-photo/friends-drinking-eating-tailgate-party_53876-132067.jpg?_wi=1"
imageAlt="Outdoor food truck park with family dining atmosphere"
showDimOverlay={true}
/>
@@ -65,7 +65,7 @@ export default function LandingPage() {
{ text: "Get Directions", href: "https://maps.google.com/?q=9350+US-192+Clermont+FL+34714" },
{ text: "View Full Menu", href: "#products" },
]}
imageSrc="http://img.b2bpic.net/free-photo/friends-drinking-eating-tailgate-party_53876-132067.jpg"
imageSrc="http://img.b2bpic.net/free-photo/friends-drinking-eating-tailgate-party_53876-132067.jpg?_wi=2"
imageAlt="Clean bathrooms and outdoor seating at Food Truck Garden"
useInvertedBackground={false}
/>
@@ -106,15 +106,15 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "birthday", title: "Birthday Parties", price: "Group", period: "Pricing", imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-setting-outdoor-wedding-reception_637285-5701.jpg", imageAlt: "Birthday party setup", button: { text: "Request Info", href: "#contact" },
id: "birthday", title: "Birthday Parties", price: "Group", period: "Pricing", imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-setting-outdoor-wedding-reception_637285-5701.jpg?_wi=1", imageAlt: "Birthday party setup", button: { text: "Request Info", href: "#contact" },
features: ["Food truck selection", "Outdoor seating included", "Live music available", "Event coordination support"],
},
{
id: "corporate", title: "Corporate Gatherings", price: "Group", period: "Pricing", imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-setting-outdoor-wedding-reception_637285-5701.jpg", imageAlt: "Corporate event setup", button: { text: "Request Info", href: "#contact" },
id: "corporate", title: "Corporate Gatherings", price: "Group", period: "Pricing", imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-setting-outdoor-wedding-reception_637285-5701.jpg?_wi=2", imageAlt: "Corporate event setup", button: { text: "Request Info", href: "#contact" },
features: ["Multiple food truck options", "Team building atmosphere", "Reserved seating area", "Catering coordination"],
},
{
id: "community", title: "Community Events", price: "Group", period: "Pricing", imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-setting-outdoor-wedding-reception_637285-5701.jpg", imageAlt: "Community celebration", button: { text: "Request Info", href: "#contact" },
id: "community", title: "Community Events", price: "Group", period: "Pricing", imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-setting-outdoor-wedding-reception_637285-5701.jpg?_wi=3", imageAlt: "Community celebration", button: { text: "Request Info", href: "#contact" },
features: ["Flexible scheduling", "Large capacity venue", "Food truck variety", "Entertainment options"],
},
]}
@@ -132,11 +132,11 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="uniform-all-items-equal"
testimonials={[
{ id: "1", name: "Maria Santos", role: "Local Family", company: "Clermont", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Maria Santos" },
{ id: "1", name: "Maria Santos", role: "Local Family", company: "Clermont", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Maria Santos" },
{ id: "2", name: "John Thompson", role: "Frequent Visitor", company: "Orlando Tourist", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg", imageAlt: "John Thompson" },
{ id: "3", name: "Angela Rodriguez", role: "Event Organizer", company: "Celebration Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Angela Rodriguez" },
{ id: "4", name: "David Park", role: "Food Enthusiast", company: "Clermont Foodies", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg", imageAlt: "David Park" },
{ id: "5", name: "Rebecca Martin", role: "Family Outing", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Rebecca Martin" },
{ id: "5", name: "Rebecca Martin", role: "Family Outing", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Rebecca Martin" },
]}
/>
</div>
@@ -177,7 +177,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Tell us about your event and group size...", rows: 5, required: false }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/elegant-table-setting-outdoor-wedding-reception_637285-5701.jpg"
imageSrc="http://img.b2bpic.net/free-photo/elegant-table-setting-outdoor-wedding-reception_637285-5701.jpg?_wi=4"
imageAlt="Event celebration at Food Truck Garden"
mediaPosition="right"
mediaAnimation="slide-up"