Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -72,7 +72,7 @@ export default function RestaurantLanding() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Signature Dish", name: "Chicken Karahi", price: "PKR 450", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/spicy-prawn-soup_74190-4809.jpg", imageAlt: "Chicken Karahi - Authentic Pakistani Cuisine"},
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/spicy-prawn-soup_74190-4809.jpg?_wi=1", imageAlt: "Chicken Karahi - Authentic Pakistani Cuisine"},
|
||||
{
|
||||
id: "2", brand: "Grilled Special", name: "BBQ Chicken Platter", price: "PKR 550", rating: 5,
|
||||
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/happy-people-4th-july-celebration-medium-shot_23-2149383115.jpg", imageAlt: "BBQ Chicken Platter - Perfectly Grilled"},
|
||||
@@ -94,7 +94,7 @@ export default function RestaurantLanding() {
|
||||
tag="Local Favorites"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="entrance-slide"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663837.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663837.jpg?_wi=1"
|
||||
imageAlt="Baidar G Restaurant - Welcoming Dining Atmosphere"
|
||||
buttons={[
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=Baidar+G+Restaurant+Dir+Lower" },
|
||||
@@ -119,13 +119,13 @@ export default function RestaurantLanding() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Fresh Ingredients", author: "Daily Quality", description: "We source the finest ingredients daily to ensure every dish is prepared fresh and meets our high standards of taste and quality.", tags: ["Quality", "Fresh"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-cake-with-red-dogwoods-dark-grey-desk-fruit-berry-color-cake-biscuit_140725-34201.jpg", imageAlt: "Fresh ingredients prepared daily"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-cake-with-red-dogwoods-dark-grey-desk-fruit-berry-color-cake-biscuit_140725-34201.jpg?_wi=1", imageAlt: "Fresh ingredients prepared daily"},
|
||||
{
|
||||
id: "2", title: "Authentic Recipes", author: "Traditional Cuisine", description: "Our recipes are crafted with traditional methods and authentic spices to deliver the genuine taste of local cuisine that our community loves.", tags: ["Authentic", "Traditional"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-prawn-soup_74190-4809.jpg", imageAlt: "Traditional Pakistani cooking methods"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-prawn-soup_74190-4809.jpg?_wi=2", imageAlt: "Traditional Pakistani cooking methods"},
|
||||
{
|
||||
id: "3", title: "Friendly Service", author: "Customer Focused", description: "Our team is dedicated to providing warm, welcoming service that makes every visit memorable and keeps customers coming back.", tags: ["Service", "Welcoming"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663837.jpg", imageAlt: "Friendly restaurant staff and welcoming atmosphere"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663837.jpg?_wi=2", imageAlt: "Friendly restaurant staff and welcoming atmosphere"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "tel:+923479881380" },
|
||||
@@ -182,7 +182,7 @@ export default function RestaurantLanding() {
|
||||
{
|
||||
id: "1", value: "4.6★", title: "Google Rating", description: "Highly trusted by diners in Dir", imageSrc: "http://img.b2bpic.net/free-photo/open-sign-with-bright-light_23-2149169043.jpg", imageAlt: "Restaurant exterior view"},
|
||||
{
|
||||
id: "2", value: "35+", title: "Customer Reviews", description: "Authentic feedback from satisfied guests", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-cake-with-red-dogwoods-dark-grey-desk-fruit-berry-color-cake-biscuit_140725-34201.jpg", imageAlt: "Delicious food presentation"},
|
||||
id: "2", value: "35+", title: "Customer Reviews", description: "Authentic feedback from satisfied guests", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-cake-with-red-dogwoods-dark-grey-desk-fruit-berry-color-cake-biscuit_140725-34201.jpg?_wi=2", imageAlt: "Delicious food presentation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user