From e710a87659e40fadbd2268513695251f7f14d36b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 13:57:52 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a43ac86..a2a2703 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Mulish } from "next/font/google"; export const metadata: Metadata = { - title: 'Shan-e-Zaika Fast Food | Gourmet Dining', - description: 'Discover delicious, flavor-packed meals at Shan-e-Zaika. The ultimate fast food experience with premium quality ingredients.', + title: 'Shan-e-Zaika | Taste the True Perfection', + description: 'Experience culinary excellence at Shan-e-Zaika. Serving fresh, flavor-packed fast food with premium ingredients.', openGraph: { "title": "Shan-e-Zaika Fast Food", "description": "Authentic flavor and gourmet dining.", -- 2.49.1 From c6280fc48c2225b9407a9d8ea6557d8a88a34a1b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 13:57:52 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 243 +++++++++++------------------------------------ 1 file changed, 58 insertions(+), 185 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b2e06f..759d306 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,54 +33,36 @@ export default function LandingPage() {
@@ -93,13 +75,9 @@ export default function LandingPage() { description="Shan-e-Zaika is more than just food; it's a passion for quality. We combine traditional spices with modern cooking techniques to bring you an unmatched dining experience." metrics={[ { - value: "15+", - title: "Years Experience", - }, + value: "15+", title: "Years Experience"}, { - value: "50k+", - title: "Happy Customers", - }, + value: "50k+", title: "Happy Customers"}, ]} imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728005.jpg" imageAlt="restaurant kitchen chefs working" @@ -116,50 +94,20 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Shan-e", - name: "Classic Burger", - price: "$12.99", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/beef-bacon-hamburger_74190-5976.jpg", - }, + id: "1", brand: "Shan-e", name: "Classic Burger", price: "$12.99", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/beef-bacon-hamburger_74190-5976.jpg"}, { - id: "2", - brand: "Shan-e", - name: "Crispy Chicken", - price: "$15.99", - rating: 5, - reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-148921.jpg", - }, + id: "2", brand: "Shan-e", name: "Crispy Chicken", price: "$15.99", rating: 5, + reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-148921.jpg"}, { - id: "3", - brand: "Shan-e", - name: "Supreme Pizza", - price: "$18.99", - rating: 4, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-salami-with-salt_140725-4129.jpg", - }, + id: "3", brand: "Shan-e", name: "Supreme Pizza", price: "$18.99", rating: 4, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/pizza-salami-with-salt_140725-4129.jpg"}, { - id: "4", - brand: "Shan-e", - name: "Garden Salad", - price: "$9.99", - rating: 4, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetable-salad-consists-cucumber-cheese-tomatoes-inside-plate-dark-background_179666-19411.jpg", - }, + id: "4", brand: "Shan-e", name: "Garden Salad", price: "$9.99", rating: 4, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetable-salad-consists-cucumber-cheese-tomatoes-inside-plate-dark-background_179666-19411.jpg"}, { - id: "5", - brand: "Shan-e", - name: "Creamy Pasta", - price: "$14.99", - rating: 5, - reviewCount: "72", - imageSrc: "http://img.b2bpic.net/free-photo/pasta-fettuccini-cream-cheese-chicken-mushrooms-sumakh-side-view_141793-12455.jpg", - }, + id: "5", brand: "Shan-e", name: "Creamy Pasta", price: "$14.99", rating: 5, + reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/pasta-fettuccini-cream-cheese-chicken-mushrooms-sumakh-side-view_141793-12455.jpg"}, ]} title="Signature Menu" description="Explore our chef's special collection of fast food delights." @@ -168,34 +116,25 @@ export default function LandingPage() {
@@ -339,12 +223,11 @@ export default function LandingPage() { @@ -355,29 +238,19 @@ export default function LandingPage() { logoText="Shan-e-Zaika" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Specials", - href: "#menu", - }, + label: "Specials", href: "#menu"}, { - label: "Drinks", - href: "#menu", - }, + label: "Drinks", href: "#menu"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1 From bdbf214e82aeedf6282f35ab2bc611a22745052a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 13:59:53 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 759d306..599eaed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -213,7 +213,7 @@ export default function LandingPage() { title="Common Questions" description="Have questions about our menu or service? Find answers here." faqsAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929551.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929551.jpg?_wi=1" imageAlt="modern restaurant entrance facade" mediaAnimation="blur-reveal" /> @@ -227,7 +227,7 @@ export default function LandingPage() { tag="Visit Us" title="Hungry? Let's Connect" description="Drop us a line for reservations or inquiries. We'd love to hear from you." - imageSrc="http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929551.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929551.jpg?_wi=2" imageAlt="modern restaurant entrance facade" mediaAnimation="slide-up" /> -- 2.49.1