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.", diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b2e06f..599eaed 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() {