Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-30 01:35:35 +00:00

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
{ value: "10+ Years", title: "Culinary Experience" },
{ value: "Freshly", title: "Made Daily" },
]}
imageSrc="http://img.b2bpic.net/free-photo/chef-is-working-nicely-decorated-kitchen-preparing-pastry-pizza_613910-3408.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chef-is-working-nicely-decorated-kitchen-preparing-pastry-pizza_613910-3408.jpg?_wi=1"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -75,8 +75,8 @@ export default function LandingPage() {
products={[
{ id: "p1", name: "Mutton Biryani", price: "$18", variant: "Spicy Traditional", imageSrc: "http://img.b2bpic.net/free-psd/traditional-indian-biryani-served-clay-pot_84443-78405.jpg" },
{ id: "p2", name: "Bengali Fish Curry", price: "$16", variant: "Fresh Catch", imageSrc: "http://img.b2bpic.net/free-photo/traditional-georgian-dish-tender-veal-stewed-with-onions-peppers-chashushuli-culinary_166373-6544.jpg" },
{ id: "p3", name: "Traditional Rasgulla", price: "$5", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-indian-dessert_23-2149312418.jpg" },
{ id: "p4", name: "Gulab Jamun", price: "$5", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-indian-dessert_23-2149312418.jpg" },
{ id: "p3", name: "Traditional Rasgulla", price: "$5", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-indian-dessert_23-2149312418.jpg?_wi=1" },
{ id: "p4", name: "Gulab Jamun", price: "$5", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-indian-dessert_23-2149312418.jpg?_wi=2" },
]}
title="Our Signature Dishes"
description="Explore our authentic selection of main courses and traditional handmade desserts."
@@ -91,10 +91,10 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Ahmed K.", role: "Local Resident", company: "Detroit", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-with-her-boyfriend-while-eating-sandwich-outdoor-restaurant_637285-624.jpg" },
{ id: "2", name: "Sarah J.", role: "Foodie", company: "Detroit", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-takeaway-food-using-smartphone_23-2149025812.jpg" },
{ id: "2", name: "Sarah J.", role: "Foodie", company: "Detroit", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-takeaway-food-using-smartphone_23-2149025812.jpg?_wi=1" },
{ id: "3", name: "Omar M.", role: "Customer", company: "Detroit", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409827.jpg" },
{ id: "4", name: "Fatima A.", role: "Customer", company: "Detroit", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-seafood-dish-with-salmon_23-2150463267.jpg" },
{ id: "5", name: "John D.", role: "Local Foodie", company: "Detroit", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-takeaway-food-using-smartphone_23-2149025812.jpg" },
{ id: "5", name: "John D.", role: "Local Foodie", company: "Detroit", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-takeaway-food-using-smartphone_23-2149025812.jpg?_wi=2" },
]}
title="Customer Stories"
description="What our Detroit neighbors say about our traditional kitchen."
@@ -112,7 +112,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Questions or Orders", rows: 4, required: true }}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/chef-is-working-nicely-decorated-kitchen-preparing-pastry-pizza_613910-3408.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chef-is-working-nicely-decorated-kitchen-preparing-pastry-pizza_613910-3408.jpg?_wi=2"
/>
</div>