Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-05 06:39:30 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ export default function AboutPage() {
{ value: "5+", title: "Years Serving Excellence" },
{ value: "500+", title: "Happy Customers Daily" },
]}
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg"
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=2"
imageAlt="Big Cheese Cafe Interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -99,13 +99,13 @@ export default function AboutPage() {
features={[
{
id: "1", title: "Authentic Recipes", author: "Traditional Heritage", description: "Every dish is prepared using time-honored recipes passed down through generations, ensuring authentic taste in every bite. We respect the culinary traditions of Turkish and Arabian cuisine.", tags: ["Heritage", "Tradition", "Quality"],
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3956.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3956.jpg?_wi=2"},
{
id: "2", title: "Fresh Ingredients", author: "Daily Sourcing", description: "We source fresh, premium ingredients every day from trusted local suppliers. Quality is never compromised, and every item is handpicked for excellence.", tags: ["Premium", "Fresh", "Local"],
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg?_wi=2"},
{
id: "3", title: "Customer Dedication", author: "Service Excellence", description: "Our team is trained to provide exceptional service with a smile. We treat every customer as family and ensure your dining experience is unforgettable.", tags: ["Friendly", "Professional", "Welcoming"],
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg?_wi=2"},
]}
animationType="slide-up"
textboxLayout="default"

View File

@@ -138,11 +138,11 @@ export default function HomePage() {
tagIcon={Star}
products={[
{
id: "1", name: "Chicken Shawarma", price: "₹250", variant: "Spiced to Perfection", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg", imageAlt: "Chicken Shawarma"},
id: "1", name: "Chicken Shawarma", price: "₹250", variant: "Spiced to Perfection", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg?_wi=1", imageAlt: "Chicken Shawarma"},
{
id: "2", name: "Beef Burger Deluxe", price: "₹300", variant: "Premium Beef Patty", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hot-burger-with-cold-beer-table-dark-blue-background_181624-58594.jpg", imageAlt: "Beef Burger"},
{
id: "3", name: "Cheese Pizza", price: "₹280", variant: "Loaded with Cheese", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg", imageAlt: "Cheese Pizza"},
id: "3", name: "Cheese Pizza", price: "₹280", variant: "Loaded with Cheese", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg?_wi=1", imageAlt: "Cheese Pizza"},
{
id: "4", name: "Arabian Pasta", price: "₹220", variant: "Creamy & Aromatic", imageSrc: "http://img.b2bpic.net/free-photo/serving-homemade-pappardelle-pasta-with-mushrooms-parmesan-cheese_53876-105902.jpg", imageAlt: "Arabian Pasta"},
]}
@@ -163,7 +163,7 @@ export default function HomePage() {
{ value: "500+", title: "Happy Customers Daily" },
{ value: "50+", title: "Menu Items" },
]}
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg"
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=1"
imageAlt="Big Cheese Cafe Interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -189,7 +189,7 @@ export default function HomePage() {
imageSrc: "http://img.b2bpic.net/free-photo/ready-be-served-burger-plate_23-2148290713.jpg"},
{
id: "4", title: "Pastas", author: "Slow Cooked", description: "Creamy and aromatic pasta dishes inspired by Arabian cuisine. Rich sauces and fresh ingredients.", tags: ["Comfort Food", "Vegetarian Options"],
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3956.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3956.jpg?_wi=1"},
]}
animationType="slide-up"
textboxLayout="default"