Merge version_1 into main #1
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
button={{
|
||||
text: "Order on WhatsApp",
|
||||
href: "https://wa.me/YOURPHONENUMBER",
|
||||
onClick: "() => console.log('WhatsApp Order')",
|
||||
onClick: () => console.log('WhatsApp Order'),
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
||||
reviewCount: "250+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-tea-ice-snowflake-with-ice-cream-red-bean_1339-5014.jpg",
|
||||
imageAlt: "Special Ice Cream",
|
||||
category: "Customer Favorite",
|
||||
|
||||
},
|
||||
{
|
||||
id: "chapli-kabab",
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
reviewCount: "300+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-colorful-spices-chicken-with-herbs-lavash-board_140725-73709.jpg",
|
||||
imageAlt: "Authentic Chapli Kabab",
|
||||
category: "Best Seller",
|
||||
|
||||
},
|
||||
{
|
||||
id: "fresh-roti",
|
||||
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-wheat-bread-with-barley-marble-surface_114579-48100.jpg",
|
||||
imageAlt: "Fresh Roti",
|
||||
category: "Side Dish",
|
||||
|
||||
},
|
||||
{
|
||||
id: "takeaway-deals",
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-thai-food-template_23-2151880941.jpg",
|
||||
imageAlt: "Takeaway Deals",
|
||||
category: "Great Value",
|
||||
|
||||
},
|
||||
]}
|
||||
title="Our Delicious Menu"
|
||||
|
||||
Reference in New Issue
Block a user