Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 15:25:35 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -79,15 +79,15 @@ export default function LandingPage() {
features={[
{
id: "handcrafted", title: "Handcrafted Burgers", author: "Fresh Daily", description: "Quality ingredients, bold flavours, made fresh to order every time. No shortcuts.", tags: ["Quality", "Fresh"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-plate_23-2148784527.jpg", imageAlt: "Handcrafted burger"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-plate_23-2148784527.jpg?_wi=1", imageAlt: "Handcrafted burger"
},
{
id: "loaded", title: "Loaded Fries & Cheesy Sandwiches", author: "Customer Favourite", description: "Crispy fries piled high, melted cheese, and bold toppings. Fully loaded, fully satisfied.", tags: ["Craveable", "Bold"],
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-ketchup-mayonnaise-wooden-table_140725-9618.jpg", imageAlt: "Loaded french fries"
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-ketchup-mayonnaise-wooden-table_140725-9618.jpg?_wi=1", imageAlt: "Loaded french fries"
},
{
id: "affordable", title: "Affordable & Filling", author: "₹200₹400", description: "Quality burgers and sides that won't break the bank. Real food, local prices, neighbourhood vibes.", tags: ["Affordable", "Filling"],
imageSrc: "http://img.b2bpic.net/free-photo/tasty-american-hamburgers_23-2147783563.jpg", imageAlt: "Fully loaded chicken burger"
imageSrc: "http://img.b2bpic.net/free-photo/tasty-american-hamburgers_23-2147783563.jpg?_wi=1", imageAlt: "Fully loaded chicken burger"
}
]}
animationType="slide-up"
@@ -102,13 +102,13 @@ export default function LandingPage() {
description="Our bestsellers and customer favourites. Bold, craveable, and made fresh."
products={[
{
id: "mac-cheese-burger", name: "Mac & Cheese Burger", price: "₹320", variant: "Loaded with melted cheese & crispy patty", imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-plate_23-2148784527.jpg", imageAlt: "Mac and cheese burger"
id: "mac-cheese-burger", name: "Mac & Cheese Burger", price: "₹320", variant: "Loaded with melted cheese & crispy patty", imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-plate_23-2148784527.jpg?_wi=2", imageAlt: "Mac and cheese burger"
},
{
id: "chicken-burger", name: "Fully Loaded Chicken", price: "₹280", variant: "Crispy fried chicken with toppings", imageSrc: "http://img.b2bpic.net/free-photo/tasty-american-hamburgers_23-2147783563.jpg", imageAlt: "Fried chicken burger"
id: "chicken-burger", name: "Fully Loaded Chicken", price: "₹280", variant: "Crispy fried chicken with toppings", imageSrc: "http://img.b2bpic.net/free-photo/tasty-american-hamburgers_23-2147783563.jpg?_wi=2", imageAlt: "Fried chicken burger"
},
{
id: "french-fries", name: "French Fries", price: "₹150", variant: "Crispy & seasoned to perfection", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-ketchup-mayonnaise-wooden-table_140725-9618.jpg", imageAlt: "Golden french fries"
id: "french-fries", name: "French Fries", price: "₹150", variant: "Crispy & seasoned to perfection", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-ketchup-mayonnaise-wooden-table_140725-9618.jpg?_wi=2", imageAlt: "Golden french fries"
},
{
id: "chicken-roll", name: "Chicken Roll", price: "₹220", variant: "Wrapped & loaded with flavour", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-flatbread-served-with-french-fries_140725-6551.jpg", imageAlt: "Filled chicken roll"