6 Commits

Author SHA1 Message Date
5a2b3954c2 Update src/app/page.tsx 2026-03-17 14:00:59 +00:00
6bfb91fbe7 Merge version_3 into main
Merge version_3 into main
2026-03-17 13:59:45 +00:00
cd1e7147be Update src/app/page.tsx 2026-03-17 13:59:41 +00:00
54a51f7350 Merge version_2 into main
Merge version_2 into main
2026-03-17 13:45:34 +00:00
238679a8d7 Update src/app/page.tsx 2026-03-17 13:45:30 +00:00
9519aecf76 Merge version_1 into main
Merge version_1 into main
2026-03-16 20:51:38 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Order Online", href: "#order" },
{ text: "Reserve Your Table", href: "#order" },
{ text: "Visit Tonight", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -79,8 +79,8 @@ export default function LandingPage() {
mediaAnimation="slide-up"
metricsAnimation="slide-up"
metrics={[
{ value: "10+", title: "Years Serving Cleveland" },
{ value: "500+", title: "5-Star Reviews" },
{ value: "10+", title: "Years Serving Cleveland" },
{ value: "1000+", title: "Weekly Guests" }
]}
useInvertedBackground={false}
@@ -118,9 +118,9 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
products={[
{ id: "margarita-classic", brand: "Our Signature", name: "Classic Cadillac Margarita", price: "$12", rating: 5, reviewCount: "248 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-granita-dessert-with-fruit-flavoring_23-2149431467.jpg", imageAlt: "Cadillac margarita with fresh lime and Cointreau" },
{ id: "carne-asada", brand: "Main Course", name: "Carne Asada Tacos", price: "$14", rating: 5, reviewCount: "312 reviews", imageSrc: "http://img.b2bpic.net/free-photo/beef-fajitas-mexican-style-inside-plack-pan_114579-1754.jpg", imageAlt: "Grilled carne asada with cilantro and lime" },
{ id: "chile-relleno", brand: "House Special", name: "Chile Relleno Supremo", price: "$16", rating: 5, reviewCount: "189 reviews", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131345.jpg", imageAlt: "Poblano pepper stuffed with cheese and topped with sauce" }
{ id: "margarita-classic", brand: "Most Ordered", name: "Classic Cadillac Margarita", price: "$12", rating: 5, reviewCount: "248 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-granita-dessert-with-fruit-flavoring_23-2149431467.jpg", imageAlt: "Cadillac margarita with fresh lime and Cointreau" },
{ id: "carne-asada", brand: "Chef's Pick", name: "Carne Asada Tacos", price: "$14", rating: 5, reviewCount: "312 reviews", imageSrc: "http://img.b2bpic.net/free-photo/beef-fajitas-mexican-style-inside-plack-pan_114579-1754.jpg", imageAlt: "Grilled carne asada with cilantro and lime" },
{ id: "chile-relleno", brand: "Best Seller", name: "Chile Relleno Supremo", price: "$16", rating: 5, reviewCount: "189 reviews", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131345.jpg", imageAlt: "Poblano pepper stuffed with cheese and topped with sauce" }
]}
buttons={[{ text: "Full Menu & Ordering", href: "#order" }]}
buttonAnimation="slide-up"