Update src/app/page.tsx
This commit is contained in:
166
src/app/page.tsx
166
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Visit Us", id: "contact"},
|
||||
]}
|
||||
brandName="Suhana Restaurant"
|
||||
/>
|
||||
@@ -55,37 +47,23 @@ export default function LandingPage() {
|
||||
description="A journey worth stopping for. Traditional taste. Luxurious comfort."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Full Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book a Family Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Family Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smoky-grilled-meat-baked-metal-sheet-barbecue_23-2147841009.jpg"
|
||||
imageAlt="Sizzling BBQ grill at Suhana Restaurant"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-delicious-juicy-steak-flaming-with-fire-smoke-grill-hand-professional-chef-turning-steak-concept-culinary-restaurant-food-kitchen_651396-3912.jpg",
|
||||
alt: "Chef turning steak",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-delicious-juicy-steak-flaming-with-fire-smoke-grill-hand-professional-chef-turning-steak-concept-culinary-restaurant-food-kitchen_651396-3912.jpg", alt: "Chef turning steak"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smoky-barbecue-grill-grate-with-rising-steam-dark-atmosphere_84443-73784.jpg",
|
||||
alt: "Smoky BBQ grill",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smoky-barbecue-grill-grate-with-rising-steam-dark-atmosphere_84443-73784.jpg", alt: "Smoky BBQ grill"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hot-sausage-barbecue-open-air_140725-784.jpg",
|
||||
alt: "Hot sausage BBQ",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hot-sausage-barbecue-open-air_140725-784.jpg", alt: "Hot sausage BBQ"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blacksmith-heating-metal-piece-burning-coal_7502-8915.jpg",
|
||||
alt: "Burning coal fire",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blacksmith-heating-metal-piece-burning-coal_7502-8915.jpg", alt: "Burning coal fire"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg",
|
||||
alt: "Guest enjoying a drink",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg", alt: "Guest enjoying a drink"},
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied travelers"
|
||||
/>
|
||||
@@ -99,17 +77,11 @@ export default function LandingPage() {
|
||||
description="Nestled along the National Highway in Halani, Sindh, Suhana Restaurant has become every traveler’s favorite stop. From perfectly grilled BBQ to hearty soups and our famous tea — every dish carries the warmth of Pakistani hospitality."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Signature BBQ",
|
||||
description: "Tender, spiced mutton and chicken prepared on traditional charcoal grills.",
|
||||
},
|
||||
title: "Signature BBQ", description: "Tender, spiced mutton and chicken prepared on traditional charcoal grills."},
|
||||
{
|
||||
title: "Legendary Tea",
|
||||
description: "Authentically brewed chai that travelers love.",
|
||||
},
|
||||
title: "Legendary Tea", description: "Authentically brewed chai that travelers love."},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "AC rooms and safe spaces for a comfortable family meal.",
|
||||
},
|
||||
title: "Family Friendly", description: "AC rooms and safe spaces for a comfortable family meal."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/food-vendor-street-food-stall_23-2152002813.jpg"
|
||||
imageAlt="Exterior of Suhana Restaurant"
|
||||
@@ -124,59 +96,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "BBQ",
|
||||
name: "Chicken Tikka",
|
||||
price: "Rs. 350",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-with-garlic_140725-11533.jpg",
|
||||
},
|
||||
id: "p1", brand: "BBQ", name: "Chicken Tikka", price: "Rs. 350", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-with-garlic_140725-11533.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Soup",
|
||||
name: "Sohana Special Soup",
|
||||
price: "Rs. 550",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pumpkin-soup-bowl_140725-84880.jpg",
|
||||
},
|
||||
id: "p2", brand: "Soup", name: "Sohana Special Soup", price: "Rs. 550", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pumpkin-soup-bowl_140725-84880.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "BBQ",
|
||||
name: "Mutton Karahi",
|
||||
price: "Rs. 1,100",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken_1339-2078.jpg",
|
||||
},
|
||||
id: "p3", brand: "BBQ", name: "Mutton Karahi", price: "Rs. 1,100", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken_1339-2078.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Tea",
|
||||
name: "Legendary Chai",
|
||||
price: "Rs. 100",
|
||||
rating: 5,
|
||||
reviewCount: "500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pouring-tea-herbs-cup_23-2148550437.jpg",
|
||||
},
|
||||
id: "p4", brand: "Tea", name: "Legendary Chai", price: "Rs. 100", rating: 5,
|
||||
reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/pouring-tea-herbs-cup_23-2148550437.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Rice",
|
||||
name: "Chicken Fried Rice",
|
||||
price: "Rs. 380",
|
||||
rating: 4,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-rice-with-vegetables-plate-chopsticks-with-copy-space_23-2148377498.jpg",
|
||||
},
|
||||
id: "p5", brand: "Rice", name: "Chicken Fried Rice", price: "Rs. 380", rating: 4,
|
||||
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-rice-with-vegetables-plate-chopsticks-with-copy-space_23-2148377498.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Chinese",
|
||||
name: "Chicken Manchurian",
|
||||
price: "Rs. 430",
|
||||
rating: 5,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thai-coconut-mango-curry_181624-60553.jpg",
|
||||
},
|
||||
id: "p6", brand: "Chinese", name: "Chicken Manchurian", price: "Rs. 430", rating: 5,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/thai-coconut-mango-curry_181624-60553.jpg"},
|
||||
]}
|
||||
title="Savor the Suhana Taste"
|
||||
description="Explore our refined menu, from local BBQ favorites to comforting soups."
|
||||
@@ -191,25 +127,15 @@ export default function LandingPage() {
|
||||
author="Nauman Hussain"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg",
|
||||
alt: "Nauman Hussain",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg", alt: "Nauman Hussain"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg",
|
||||
alt: "Kanza Zeeshan",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg", alt: "Kanza Zeeshan"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
alt: "Abdul Rauf Awan",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Abdul Rauf Awan"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hiker-traveler-pauses-admire-panoramic-mountain-scenery-hill-top_482257-117823.jpg",
|
||||
alt: "Anwar Khurshid",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hiker-traveler-pauses-admire-panoramic-mountain-scenery-hill-top_482257-117823.jpg", alt: "Anwar Khurshid"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", alt: "Guest"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -218,10 +144,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Journey Starts Here"
|
||||
description="Visit us in Halani, Sindh. Call to book a family table or for inquiries."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-family-enjoying-meal_23-2150595551.jpg"
|
||||
@@ -235,33 +161,21 @@ export default function LandingPage() {
|
||||
logoText="Suhana Restaurant"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "+92 300 3107547",
|
||||
href: "tel:+923003107547",
|
||||
},
|
||||
label: "+92 300 3107547", href: "tel:+923003107547"},
|
||||
{
|
||||
label: "Halani, Pakistan",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Halani, Pakistan", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user