From eacec39b790eadaf00b99ab06075f16287aeb33e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:19:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78b5ecb..bf04220 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Order Now", href: "order" }, { text: "Visit Us Today", href: "contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-with-fire-ai-generative_123827-23823.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-with-fire-ai-generative_123827-23823.jpg" imageAlt="Tender smoked ribs with authentic BBQ flavor" mediaAnimation="slide-up" /> @@ -65,7 +65,7 @@ export default function LandingPage() { { icon: Zap, label: "Generous Portions", value: "Loaded" }, { icon: Users, label: "Real Hospitality", value: "Always" }, ]} - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -76,9 +76,9 @@ export default function LandingPage() { description="Discover the dishes that keep our customers coming back for more" products={[ { - id: "1", name: "Rib Tip Dinner", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-fried-meat-with-greens-baked-plums-inside-plate-brown-desk_140725-32588.jpg?_wi=1", imageAlt: "Slow smoked rib tips falling off the bone"}, + id: "1", name: "Rib Tip Dinner", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-fried-meat-with-greens-baked-plums-inside-plate-brown-desk_140725-32588.jpg", imageAlt: "Slow smoked rib tips falling off the bone"}, { - id: "2", name: "BBQ Shrimp Plate", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-seafood-shrimp-spices_23-2148637799.jpg?_wi=1", imageAlt: "Fresh jumbo shrimp with Cajun fries"}, + id: "2", name: "BBQ Shrimp Plate", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-seafood-shrimp-spices_23-2148637799.jpg", imageAlt: "Fresh jumbo shrimp with Cajun fries"}, { id: "3", name: "Hot Water Cornbread", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-still-life_23-2150246005.jpg", imageAlt: "Golden southern style cornbread"}, { @@ -124,9 +124,9 @@ export default function LandingPage() { { id: "01", title: "Slow Cooked", description: "Every dish is smoked low and slow to perfection, using traditional techniques that honor the soul of authentic BBQ.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187205.jpg", imageAlt: "Cozy BBQ restaurant interior"}, { - id: "02", title: "Perfectly Seasoned", description: "Our signature rubs and homemade sauces are crafted to deliver bold, unforgettable flavor in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-fried-meat-with-greens-baked-plums-inside-plate-brown-desk_140725-32588.jpg?_wi=2", imageAlt: "Perfectly seasoned rib tips"}, + id: "02", title: "Perfectly Seasoned", description: "Our signature rubs and homemade sauces are crafted to deliver bold, unforgettable flavor in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-fried-meat-with-greens-baked-plums-inside-plate-brown-desk_140725-32588.jpg", imageAlt: "Perfectly seasoned rib tips"}, { - id: "03", title: "Served with Hospitality", description: "From the moment you walk in, you're family. We believe great food paired with genuine kindness creates lasting memories.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-seafood-shrimp-spices_23-2148637799.jpg?_wi=2", imageAlt: "Generous plates served with care"}, + id: "03", title: "Served with Hospitality", description: "From the moment you walk in, you're family. We believe great food paired with genuine kindness creates lasting memories.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-seafood-shrimp-spices_23-2148637799.jpg", imageAlt: "Generous plates served with care"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -143,7 +143,7 @@ export default function LandingPage() { description="Skip the wait and order your favorites now. We'll have them ready when you arrive." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-with-fire-ai-generative_123827-23823.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-with-fire-ai-generative_123827-23823.jpg" imageAlt="Fresh smoked BBQ ready to order" mediaAnimation="slide-up" inputPlaceholder="Enter your email" -- 2.49.1