Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-17 02:59:30 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ export default function MenuPage() {
<ProductCatalog
layout="section"
products={[
{ id: "1", name: "Chicken Momos", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg", rating: 5 },
{ id: "1", name: "Chicken Momos", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg?_wi=2", rating: 5 },
{ id: "2", name: "Creamy Pasta", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-pasta-white-plate_181624-23315.jpg", rating: 5 },
{ id: "3", name: "Chinese Hotpot", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563736.jpg", rating: 5 },
{ id: "4", name: "Fresh Cake", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chocolate-cake-concept_23-2148801134.jpg", rating: 5 },

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{ name: "Zainab Noor", handle: "@zainab", testimonial: "Always fresh, warm, and delivered right on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/details-home-autumn-decor-rustic-style-interior-room-top-view_169016-14203.jpg" },
]}
buttons={[{ text: "View Menu", href: "/menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg?_wi=1"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/kitchen-work_1098-13989.jpg", alt: "Customer 1" },
@@ -75,9 +75,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{ id: "1", title: "Fresh Ingredients", tags: ["Premium Quality"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg" },
{ id: "2", title: "Free Delivery", tags: ["Wah Cantt"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg" },
{ id: "3", title: "Hygienic Home Cooking", tags: ["Safe"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg" },
{ id: "1", title: "Fresh Ingredients", tags: ["Premium Quality"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg?_wi=1" },
{ id: "2", title: "Free Delivery", tags: ["Wah Cantt"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg?_wi=2" },
{ id: "3", title: "Hygienic Home Cooking", tags: ["Safe"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg?_wi=1" },
]}
title="Why Choose Us"
description="We put love into every ingredient."
@@ -116,7 +116,7 @@ export default function LandingPage() {
tag="Get in touch"
title="Order Directly on WhatsApp"
description="Click below to chat with our kitchen manager and place your order."
imageSrc="http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg?_wi=2"
mediaAnimation="blur-reveal"
/>
</div>