Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27d0b30778 | |||
| 5a2b3954c2 | |||
| 6bfb91fbe7 | |||
| cd1e7147be | |||
| 54a51f7350 | |||
| 238679a8d7 | |||
| 9519aecf76 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user