Update src/app/page.tsx

This commit is contained in:
2026-05-14 14:08:04 +00:00
parent 7e2afbae07
commit 74c3e8154c

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
{
text: "Contact Us", href: "#contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-f9bv2p8b.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-f9bv2p8b.jpg?_wi=1"
imageAlt="Mr. Shawarma Signature Dish"
mediaAnimation="slide-up"
avatars={[
@@ -106,17 +106,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Arabian Chicken Shawarma", price: "80/-", variant: "Roll", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-6lt2jx4d.jpg"},
id: "p1", name: "Arabian Chicken Shawarma", price: "80/-", variant: "Roll", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-6lt2jx4d.jpg?_wi=1"},
{
id: "p2", name: "Peri Peri Shawarma", price: "90/-", variant: "Roll", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-f9bv2p8b.jpg"},
id: "p2", name: "Peri Peri Shawarma", price: "90/-", variant: "Roll", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-f9bv2p8b.jpg?_wi=2"},
{
id: "p3", name: "BBQ Chicken Shawarma", price: "100/-", variant: "Roll", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-y3omvnke.png"},
id: "p3", name: "BBQ Chicken Shawarma", price: "100/-", variant: "Roll", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-y3omvnke.png?_wi=1"},
{
id: "p4", name: "Spl Rumali Shawarma Combo", price: "250/-", variant: "Combo", imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg"},
{
id: "p5", name: "Zinger Chicken Burger", price: "100/-", variant: "Burger", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311151.jpg"},
id: "p5", name: "Zinger Chicken Burger", price: "100/-", variant: "Burger", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311151.jpg?_wi=1"},
{
id: "p6", name: "Loaded French Fries", price: "180/-", variant: "Sides", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"},
id: "p6", name: "Loaded French Fries", price: "180/-", variant: "Sides", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg?_wi=1"},
]}
title="Our Signature Menu"
description="Hand-picked spices, fresh vegetables, and succulent meat. Explore our range of rolls, plates, and combos."
@@ -130,11 +130,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1", value: "100%", title: "Hygiene Standard", description: "Focused on safety", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-f9bv2p8b.jpg"},
id: "m1", value: "100%", title: "Hygiene Standard", description: "Focused on safety", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-f9bv2p8b.jpg?_wi=3"},
{
id: "m2", value: "15+", title: "Unique Spices", description: "Secret flavor blend", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-6lt2jx4d.jpg"},
id: "m2", value: "15+", title: "Unique Spices", description: "Secret flavor blend", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-6lt2jx4d.jpg?_wi=2"},
{
id: "m3", value: "1000+", title: "Happy Diners", description: "Served this month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-y3omvnke.png"},
id: "m3", value: "1000+", title: "Happy Diners", description: "Served this month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-y3omvnke.png?_wi=2"},
]}
title="The Mr. Shawarma Vibe"
description="Visual highlights of our kitchen, service, and the freshest ingredients used in our restaurant."
@@ -148,9 +148,9 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Rahul P.", role: "Foodie", testimonial: "Best shawarma in town! The peri peri flavor is mind-blowing.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311151.jpg"},
id: "1", name: "Rahul P.", role: "Foodie", testimonial: "Best shawarma in town! The peri peri flavor is mind-blowing.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311151.jpg?_wi=2"},
{
id: "2", name: "Sana M.", role: "Customer", testimonial: "The hygiene here is top-notch and the quality is consistent.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"},
id: "2", name: "Sana M.", role: "Customer", testimonial: "The hygiene here is top-notch and the quality is consistent.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg?_wi=2"},
{
id: "3", name: "Vikram S.", role: "Regular", testimonial: "Love the loaded fries combo. Always juicy and fresh.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg"},
{