Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-08 00:34:15 +00:00

View File

@@ -73,8 +73,8 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
features={[ features={[
{ title: "Trifecta Wings", description: "Crispy, saucy, unforgettable.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-dark-wooden-surface_1150-44340.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-dark-wooden-surface_1150-44340.jpg" } }, { title: "Trifecta Wings", description: "Crispy, saucy, unforgettable.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-dark-wooden-surface_1150-44340.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-dark-wooden-surface_1150-44340.jpg?_wi=2" } },
{ title: "BBQ Bacon Burger", description: "Juicy, hand-cut fries, signature BBQ.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/rustic-restaurant-furniture-restaurant_53876-16490.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/rustic-restaurant-furniture-restaurant_53876-16490.jpg" } }, { title: "BBQ Bacon Burger", description: "Juicy, hand-cut fries, signature BBQ.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/rustic-restaurant-furniture-restaurant_53876-16490.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/rustic-restaurant-furniture-restaurant_53876-16490.jpg?_wi=2" } },
]} ]}
/> />
</div> </div>
@@ -88,8 +88,8 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
products={[ products={[
{ id: "p1", brand: "Pub", name: "50¢ Wing Wednesday", price: "Wednesday Nights", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-dark-wooden-surface_1150-44340.jpg" }, { id: "p1", brand: "Pub", name: "50¢ Wing Wednesday", price: "Wednesday Nights", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-dark-wooden-surface_1150-44340.jpg?_wi=3" },
{ id: "p2", brand: "Pub", name: "Happy Hour", price: "Mon-Fri", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/rustic-restaurant-furniture-restaurant_53876-16490.jpg" }, { id: "p2", brand: "Pub", name: "Happy Hour", price: "Mon-Fri", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/rustic-restaurant-furniture-restaurant_53876-16490.jpg?_wi=3" },
]} ]}
/> />
</div> </div>