Merge version_1 into main #1
@@ -44,6 +44,7 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
title="Sulphur's Favorite Burgers & Breakfast"
|
||||
description="Fresh made-to-order burgers, crispy fries, and hometown hospitality. Open early for breakfast, ready for lunch. 4.7★ rated by locals."
|
||||
background={{ variant: "plain" }}
|
||||
tag="⭐ 4.7 Stars • 31 Reviews"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -108,23 +109,17 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Momma D's", name: "Classic Cheeseburger", price: "$12.99", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-board_23-2148784508.jpg", imageAlt: "Classic Cheeseburger"},
|
||||
id: "1", brand: "Momma D's", name: "Classic Cheeseburger", price: "$12.99", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-board_23-2148784508.jpg", imageAlt: "Classic Cheeseburger"},
|
||||
{
|
||||
id: "2", brand: "Momma D's", name: "Double Burger", price: "$15.99", rating: 5,
|
||||
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-bacon-burgers_23-2148784482.jpg", imageAlt: "Double Burger"},
|
||||
id: "2", brand: "Momma D's", name: "Double Burger", price: "$15.99", rating: 5, reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-bacon-burgers_23-2148784482.jpg", imageAlt: "Double Burger"},
|
||||
{
|
||||
id: "3", brand: "Momma D's", name: "Fresh-Cut Fries", price: "$4.99", rating: 5,
|
||||
reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/bowl-crispy-spicy-potato-chips-marble-surface_114579-71645.jpg", imageAlt: "Fresh-Cut Fries"},
|
||||
id: "3", brand: "Momma D's", name: "Fresh-Cut Fries", price: "$4.99", rating: 5, reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/bowl-crispy-spicy-potato-chips-marble-surface_114579-71645.jpg", imageAlt: "Fresh-Cut Fries"},
|
||||
{
|
||||
id: "4", brand: "Momma D's", name: "Fried String Beans", price: "$6.99", rating: 5,
|
||||
reviewCount: "68", imageSrc: "http://img.b2bpic.net/free-photo/traditional-green-bean-casserole-topped-with-french-fried-onions-cream-mushroom-wooden-table_123827-26420.jpg", imageAlt: "Fried String Beans"},
|
||||
id: "4", brand: "Momma D's", name: "Fried String Beans", price: "$6.99", rating: 5, reviewCount: "68", imageSrc: "http://img.b2bpic.net/free-photo/traditional-green-bean-casserole-topped-with-french-fried-onions-cream-mushroom-wooden-table_123827-26420.jpg", imageAlt: "Fried String Beans"},
|
||||
{
|
||||
id: "5", brand: "Momma D's", name: "Breakfast Plates", price: "$11.99", rating: 5,
|
||||
reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-meal-assortment_23-2148833936.jpg", imageAlt: "Breakfast Plates"},
|
||||
id: "5", brand: "Momma D's", name: "Breakfast Plates", price: "$11.99", rating: 5, reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-meal-assortment_23-2148833936.jpg", imageAlt: "Breakfast Plates"},
|
||||
{
|
||||
id: "6", brand: "Momma D's", name: "Breakfast Sandwiches", price: "$9.99", rating: 5,
|
||||
reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-toast-sandwiches-with-cheese-ham-inside-blue-plate-with-juice-french-fries-white_140725-20964.jpg", imageAlt: "Breakfast Sandwiches"},
|
||||
id: "6", brand: "Momma D's", name: "Breakfast Sandwiches", price: "$9.99", rating: 5, reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-toast-sandwiches-with-cheese-ham-inside-blue-plate-with-juice-french-fries-white_140725-20964.jpg", imageAlt: "Breakfast Sandwiches"},
|
||||
]}
|
||||
title="Menu Favorites"
|
||||
description="Try our most popular items—made fresh, served hot, and always satisfying."
|
||||
|
||||
Reference in New Issue
Block a user