Merge version_1_1781451916304 into main #1
@@ -17,13 +17,9 @@ export default function HomePage() {
|
||||
title="Buffalo's Legendary Comfort Food Since 1967"
|
||||
description="Famous Texas Red Hots. Breakfast All Day. Burgers. Greek Specialties. Late-Night Cravings."
|
||||
primaryButton={{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Order Online", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "View Menu", href: "#menu"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burgers-with-usa-flag-assortment_23-2149897366.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -37,28 +33,16 @@ export default function HomePage() {
|
||||
description="Family-owned and operated with fresh, cooked-to-order classics."
|
||||
metrics={[
|
||||
{
|
||||
value: "1967",
|
||||
title: "Est. Year",
|
||||
features: [
|
||||
"Family Owned",
|
||||
"Local Institution",
|
||||
],
|
||||
value: "1967", title: "Est. Year", features: [
|
||||
"Family Owned", "Local Institution"],
|
||||
},
|
||||
{
|
||||
value: "1 AM",
|
||||
title: "Open Late",
|
||||
features: [
|
||||
"Daily Hours",
|
||||
"Late Night Comfort",
|
||||
],
|
||||
value: "1 AM", title: "Open Late", features: [
|
||||
"Daily Hours", "Late Night Comfort"],
|
||||
},
|
||||
{
|
||||
value: "Fresh",
|
||||
title: "Cooked To Order",
|
||||
features: [
|
||||
"Never Frozen",
|
||||
"Premium Ingredients",
|
||||
],
|
||||
value: "Fresh", title: "Cooked To Order", features: [
|
||||
"Never Frozen", "Premium Ingredients"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -73,40 +57,19 @@ export default function HomePage() {
|
||||
description="Legendary recipes passed down through generations."
|
||||
items={[
|
||||
{
|
||||
title: "Texas Red Hot",
|
||||
description: "Louie's Special 100% Beef Greek Sauce, mustard, onions, steamed roll.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-dog-with-chips_23-2148679028.jpg",
|
||||
},
|
||||
title: "Texas Red Hot", description: "Louie's Special 100% Beef Greek Sauce, mustard, onions, steamed roll.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-dog-with-chips_23-2148679028.jpg"},
|
||||
{
|
||||
title: "Deluxe Burger",
|
||||
description: "Crispy bacon, American cheese, fresh toppings. Made to order.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger_23-2152021198.jpg",
|
||||
},
|
||||
title: "Deluxe Burger", description: "Crispy bacon, American cheese, fresh toppings. Made to order.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger_23-2152021198.jpg"},
|
||||
{
|
||||
title: "Big Breakfast",
|
||||
description: "Eggs, toast, home fries, and coffee. All day breakfast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushroom-egg-benedict-white-plate_1203-7378.jpg",
|
||||
},
|
||||
title: "Big Breakfast", description: "Eggs, toast, home fries, and coffee. All day breakfast.", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-egg-benedict-white-plate_1203-7378.jpg"},
|
||||
{
|
||||
title: "Steak Bomber",
|
||||
description: "Shaved ribeye, peppers, onions, house steak sauce.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-ciabatta-sandwich-with-fresh-meat-vegetables-generated-by-ai_188544-21308.jpg",
|
||||
},
|
||||
title: "Steak Bomber", description: "Shaved ribeye, peppers, onions, house steak sauce.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-ciabatta-sandwich-with-fresh-meat-vegetables-generated-by-ai_188544-21308.jpg"},
|
||||
{
|
||||
title: "Greek Omelette",
|
||||
description: "Traditional feta and fresh vegetables served hot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hot-dogs-with-mustard-onion_23-2148768195.jpg",
|
||||
},
|
||||
title: "Greek Omelette", description: "Traditional feta and fresh vegetables served hot.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hot-dogs-with-mustard-onion_23-2148768195.jpg"},
|
||||
{
|
||||
title: "Hand-Cut Fries",
|
||||
description: "Crispy golden goodness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-cheeseburger-with-tomatoes-salad_23-2148314191.jpg",
|
||||
},
|
||||
title: "Hand-Cut Fries", description: "Crispy golden goodness.", imageSrc: "http://img.b2bpic.net/free-photo/half-cheeseburger-with-tomatoes-salad_23-2148314191.jpg"},
|
||||
{
|
||||
title: "Greek Salad",
|
||||
description: "Fresh, local ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waffles-milk-jar-coffee-cup-blueberries-bowl-white-crumpled-tablecloth_23-2148074957.jpg",
|
||||
},
|
||||
title: "Greek Salad", description: "Fresh, local ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/waffles-milk-jar-coffee-cup-blueberries-bowl-white-crumpled-tablecloth_23-2148074957.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -132,53 +95,29 @@ export default function HomePage() {
|
||||
description="Explore our categories."
|
||||
items={[
|
||||
{
|
||||
title: "Breakfast All Day",
|
||||
tags: [
|
||||
"Daily",
|
||||
"Local",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-egg_1203-2832.jpg",
|
||||
},
|
||||
title: "Breakfast All Day", tags: [
|
||||
"Daily", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-egg_1203-2832.jpg"},
|
||||
{
|
||||
title: "Texas Red Hots",
|
||||
tags: [
|
||||
"Famous",
|
||||
"Signature",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-sausage-mayonnaise_140725-6676.jpg",
|
||||
},
|
||||
title: "Texas Red Hots", tags: [
|
||||
"Famous", "Signature"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-sausage-mayonnaise_140725-6676.jpg"},
|
||||
{
|
||||
title: "100% Beef Burgers",
|
||||
tags: [
|
||||
"Classic",
|
||||
"Fresh",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-cheeseburger-with-bacon_23-2151985471.jpg",
|
||||
},
|
||||
title: "100% Beef Burgers", tags: [
|
||||
"Classic", "Fresh"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-cheeseburger-with-bacon_23-2151985471.jpg"},
|
||||
{
|
||||
title: "Sandwiches",
|
||||
tags: [
|
||||
"Lunch",
|
||||
"Dinner",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-eclair-placed-pineapple-slices_140725-5776.jpg",
|
||||
},
|
||||
title: "Sandwiches", tags: [
|
||||
"Lunch", "Dinner"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-eclair-placed-pineapple-slices_140725-5776.jpg"},
|
||||
{
|
||||
title: "Greek Specialties",
|
||||
tags: [
|
||||
"Traditional",
|
||||
"Authentic",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-tartar-still-life_23-2150655660.jpg",
|
||||
},
|
||||
title: "Greek Specialties", tags: [
|
||||
"Traditional", "Authentic"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-tartar-still-life_23-2150655660.jpg"},
|
||||
{
|
||||
title: "Kids Favorites",
|
||||
tags: [
|
||||
"Family",
|
||||
"Friendly",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-hot-dogs-sauce_23-2148768182.jpg",
|
||||
},
|
||||
title: "Kids Favorites", tags: [
|
||||
"Family", "Friendly"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-hot-dogs-sauce_23-2148768182.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -189,42 +128,23 @@ export default function HomePage() {
|
||||
<TestimonialOverlayCards
|
||||
tag="Customer Reviews"
|
||||
title="Buffalo Loves Louie's"
|
||||
description="What our community has to say about us."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
role: "Regular",
|
||||
company: "Buffalo Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
|
||||
},
|
||||
name: "Sarah J.", role: "Regular", company: "Buffalo Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg"},
|
||||
{
|
||||
name: "Michael C.",
|
||||
role: "Foodie",
|
||||
company: "Elmwood Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016704.jpg",
|
||||
},
|
||||
name: "Michael C.", role: "Foodie", company: "Elmwood Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016704.jpg"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
role: "Local",
|
||||
company: "Buffalo Family",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-christmas-celebration-friends-gathering-festive-dinner-table-smiling-woman-holding-traditional-chicken-happy-diverse-people-eating-xmas-dishes-winter-holiday-party_482257-50351.jpg",
|
||||
},
|
||||
name: "Emily R.", role: "Local", company: "Buffalo Family", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-christmas-celebration-friends-gathering-festive-dinner-table-smiling-woman-holding-traditional-chicken-happy-diverse-people-eating-xmas-dishes-winter-holiday-party_482257-50351.jpg"},
|
||||
{
|
||||
name: "David K.",
|
||||
role: "Frequent",
|
||||
company: "Late Night Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624089.jpg",
|
||||
},
|
||||
name: "David K.", role: "Frequent", company: "Late Night Fan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624089.jpg"},
|
||||
{
|
||||
name: "Jessica B.",
|
||||
role: "Customer",
|
||||
company: "Since '98",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg",
|
||||
},
|
||||
name: "Jessica B.", role: "Customer", company: "Since '98", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -236,13 +156,9 @@ export default function HomePage() {
|
||||
tag="The Legend"
|
||||
text="The Famous Greek Sauce that built Louie's. Made the same way generations have loved."
|
||||
primaryButton={{
|
||||
text: "Try a Texas Red Hot",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Try a Texas Red Hot", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Our Story", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -253,13 +169,9 @@ export default function HomePage() {
|
||||
tag="Visit Us"
|
||||
text="1098 Elmwood Ave, Buffalo, NY 14222. Open Daily 8 AM – 1 AM."
|
||||
primaryButton={{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Get Directions", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Call (716) 882-4687",
|
||||
href: "tel:7168824687",
|
||||
}}
|
||||
text: "Call (716) 882-4687", href: "tel:7168824687"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user