Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 12:53:08 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14231.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14231.jpg?_wi=1"
imageAlt="Fresh veg sandwich close-up"
mediaAnimation="opacity"
frameStyle="card"
@@ -95,16 +95,16 @@ export default function LandingPage() {
<ProductCardThree
products={[
{
id: "1", name: "Cheese Grilled Sandwich", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-salted-cucumbers-lemon-olives-round-white-plate_176474-3049.jpg", imageAlt: "Cheese Grilled Sandwich", initialQuantity: 1,
id: "1", name: "Cheese Grilled Sandwich", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-salted-cucumbers-lemon-olives-round-white-plate_176474-3049.jpg?_wi=1", imageAlt: "Cheese Grilled Sandwich", initialQuantity: 1,
},
{
id: "2", name: "Veg Club Sandwich", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-salted-cucumbers-lemon-olives-round-white-plate_176474-3049.jpg", imageAlt: "Veg Club Sandwich", initialQuantity: 1,
id: "2", name: "Veg Club Sandwich", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-salted-cucumbers-lemon-olives-round-white-plate_176474-3049.jpg?_wi=2", imageAlt: "Veg Club Sandwich", initialQuantity: 1,
},
{
id: "3", name: "Chocolate Sandwich", price: "₹65", imageSrc: "http://img.b2bpic.net/free-photo/pngchocolate-paste-bowl-with-bread-isolated-white-background_185193-163126.jpg", imageAlt: "Chocolate Sandwich", initialQuantity: 1,
},
{
id: "4", name: "Jain Special", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14231.jpg", imageAlt: "Jain Special Sandwich", initialQuantity: 1,
id: "4", name: "Jain Special", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14231.jpg?_wi=2", imageAlt: "Jain Special Sandwich", initialQuantity: 1,
},
{
id: "5", name: "All-You-Can-Eat Combo", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-french-fries-top-view-wooden-tray_176474-8303.jpg", imageAlt: "All-You-Can-Eat Combo", initialQuantity: 1,
@@ -163,11 +163,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Isha Patel", imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg", imageAlt: "Isha Patel"},
id: "1", name: "Isha Patel", imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg?_wi=1", imageAlt: "Isha Patel"},
{
id: "2", name: "Rahul Sharma", imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg", imageAlt: "Rahul Sharma"},
id: "2", name: "Rahul Sharma", imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg?_wi=2", imageAlt: "Rahul Sharma"},
{
id: "3", name: "Priya Verma", imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg", imageAlt: "Priya Verma"},
id: "3", name: "Priya Verma", imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg?_wi=3", imageAlt: "Priya Verma"},
{
id: "4", name: "Arjun Singh", imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", imageAlt: "Arjun Singh"},
]}