Merge version_1 into main #1
260
src/app/page.tsx
260
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Heritage",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Heritage", id: "about"},
|
||||
{
|
||||
name: "Signature Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Signature Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Savour Foods"
|
||||
/>
|
||||
@@ -60,32 +50,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="A Legacy of Flavor in Every Grain"
|
||||
description="Experience the majestic taste that has defined Islamabad's culinary scene for decades. Authenticity, passion, and perfection in every bite of our legendary Pulao."
|
||||
tag="Since 1980"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-pilaf-prepared-with-corn-green-peas_141793-1111.jpg",
|
||||
imageAlt: "Signature Pulao Platter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-pilaf-prepared-with-corn-green-peas_141793-1111.jpg", imageAlt: "Signature Pulao Platter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018840.jpg",
|
||||
imageAlt: "Savour Foods Ambiance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-famous-eastern-meal-consists-cooked-rice-different-raisins-dark-desk_140725-36004.jpg",
|
||||
imageAlt: "Top view tasty famous eastern meal consists of cooked rice and different raisins on dark desk",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plov-with-meat-table_140725-9960.jpg",
|
||||
imageAlt: "Plov with meat on the table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-are-taking-by-folk-grilled-prawns-with-bbq-sauce-sesame-rice-lettuce-tomato-side-view_141793-12290.jpg",
|
||||
imageAlt: "Man are taking by folk grilled prawns with bbq sauce sesame rice lettuce tomato side view",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018840.jpg", imageAlt: "Savour Foods Ambiance"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -102,17 +75,11 @@ export default function LandingPage() {
|
||||
description="From humble beginnings to an icon of Pakistani cuisine, Savour Foods represents more than just a restaurant; it represents history. Our heritage is cooked into every plate."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Historical Roots",
|
||||
description: "Founded on traditional recipes passed down through generations.",
|
||||
},
|
||||
title: "Historical Roots", description: "Founded on traditional recipes passed down through generations."},
|
||||
{
|
||||
title: "Generous Portions",
|
||||
description: "We believe in serving every guest until they are truly satisfied.",
|
||||
},
|
||||
title: "Generous Portions", description: "We believe in serving every guest until they are truly satisfied."},
|
||||
{
|
||||
title: "Quality Assured",
|
||||
description: "Farm-fresh ingredients and spices selected for their peak flavor.",
|
||||
},
|
||||
title: "Quality Assured", description: "Farm-fresh ingredients and spices selected for their peak flavor."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vibrant-alleyway-market-scene_23-2152004265.jpg"
|
||||
imageAlt="Heritage building facade"
|
||||
@@ -128,59 +95,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Classic Pulao & Kabab",
|
||||
price: "Rs 450",
|
||||
rating: 5,
|
||||
reviewCount: "50k+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-cutlets-with-cooked-rice-dark-surface-food-dish-meat-rissole_140725-82519.jpg",
|
||||
},
|
||||
id: "1", brand: "Signature", name: "Classic Pulao & Kabab", price: "Rs 450", rating: 5,
|
||||
reviewCount: "50k+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-cutlets-with-cooked-rice-dark-surface-food-dish-meat-rissole_140725-82519.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Side",
|
||||
name: "Golden French Fries",
|
||||
price: "Rs 200",
|
||||
rating: 4,
|
||||
reviewCount: "12k+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yogurt-with-pomegranate-oil_23-2148759735.jpg",
|
||||
},
|
||||
id: "2", brand: "Side", name: "Golden French Fries", price: "Rs 200", rating: 4,
|
||||
reviewCount: "12k+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yogurt-with-pomegranate-oil_23-2148759735.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Dessert",
|
||||
name: "Traditional Kheer",
|
||||
price: "Rs 250",
|
||||
rating: 5,
|
||||
reviewCount: "8k+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-drinks-top-view_23-2149312415.jpg",
|
||||
},
|
||||
id: "3", brand: "Dessert", name: "Traditional Kheer", price: "Rs 250", rating: 5,
|
||||
reviewCount: "8k+", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-drinks-top-view_23-2149312415.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Drink",
|
||||
name: "Fresh Fruit Juice",
|
||||
price: "Rs 150",
|
||||
rating: 4,
|
||||
reviewCount: "5k+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-placed-wood_1150-9655.jpg",
|
||||
},
|
||||
id: "4", brand: "Drink", name: "Fresh Fruit Juice", price: "Rs 150", rating: 4,
|
||||
reviewCount: "5k+", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-placed-wood_1150-9655.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Appetizer",
|
||||
name: "Crispy Chicken Wings",
|
||||
price: "Rs 350",
|
||||
rating: 5,
|
||||
reviewCount: "9k+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lemon-pepper-near-sauce-chicken_23-2147765434.jpg",
|
||||
},
|
||||
id: "5", brand: "Appetizer", name: "Crispy Chicken Wings", price: "Rs 350", rating: 5,
|
||||
reviewCount: "9k+", imageSrc: "http://img.b2bpic.net/free-photo/lemon-pepper-near-sauce-chicken_23-2147765434.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Dessert",
|
||||
name: "Ice Cream Sundae",
|
||||
price: "Rs 200",
|
||||
rating: 4,
|
||||
reviewCount: "6k+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-strawberries-white-surface-birthday-cream-tea-cake-biscuit-sweet_140725-101615.jpg",
|
||||
},
|
||||
id: "6", brand: "Dessert", name: "Ice Cream Sundae", price: "Rs 200", rating: 4,
|
||||
reviewCount: "6k+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-strawberries-white-surface-birthday-cream-tea-cake-biscuit-sweet_140725-101615.jpg"},
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="Explore the diverse palette of traditional Pakistani dishes prepared with the same love as our classic Pulao."
|
||||
@@ -193,20 +124,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "No-Contact Delivery",
|
||||
description: "Get your favorite Pulao safely at your doorstep.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-with-pepper-tomato-onion-rice-side-view_140725-9101.jpg",
|
||||
},
|
||||
title: "No-Contact Delivery", description: "Get your favorite Pulao safely at your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-with-pepper-tomato-onion-rice-side-view_140725-9101.jpg"},
|
||||
{
|
||||
title: "Spacious Seating",
|
||||
description: "Three floors of comfort for you and your family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-meat-with-baked-potatoes-eggplant-tomato-pepper-decorated-with-pomegranate-plate-served-table_176474-2442.jpg",
|
||||
},
|
||||
title: "Spacious Seating", description: "Three floors of comfort for you and your family.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-meat-with-baked-potatoes-eggplant-tomato-pepper-decorated-with-pomegranate-plate-served-table_176474-2442.jpg"},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "The perfect spot for gatherings and celebrations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-paying-bill-after-lunch-bar-man-is-using-smart-phone-contactless-payment_637285-631.jpg",
|
||||
},
|
||||
title: "Family Friendly", description: "The perfect spot for gatherings and celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-paying-bill-after-lunch-bar-man-is-using-smart-phone-contactless-payment_637285-631.jpg"},
|
||||
]}
|
||||
title="Why Islamabad Loves Savour"
|
||||
description="More than just a meal, it's a social tradition."
|
||||
@@ -220,59 +142,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fahad Ullah",
|
||||
role: "Foodie",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
|
||||
},
|
||||
id: "1", name: "Fahad Ullah", role: "Foodie", company: "Local Guide", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Subhan Alam",
|
||||
role: "Traveler",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
|
||||
},
|
||||
id: "2", name: "Subhan Alam", role: "Traveler", company: "Local Guide", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Imran Majeed",
|
||||
role: "Visitor",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
|
||||
},
|
||||
id: "3", name: "Imran Majeed", role: "Visitor", company: "Local Guide", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Khan",
|
||||
role: "Student",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg",
|
||||
},
|
||||
id: "4", name: "Sarah Khan", role: "Student", company: "Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ali Abbas",
|
||||
role: "Professional",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25268.jpg",
|
||||
},
|
||||
id: "5", name: "Ali Abbas", role: "Professional", company: "Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25268.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "70K+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
value: "70K+", label: "Happy Customers"},
|
||||
{
|
||||
value: "4.3★",
|
||||
label: "Rating",
|
||||
},
|
||||
value: "4.3★", label: "Rating"},
|
||||
{
|
||||
value: "40+",
|
||||
label: "Years Served",
|
||||
},
|
||||
value: "40+", label: "Years Served"},
|
||||
]}
|
||||
title="Words from Our Guests"
|
||||
description="Over 70,000 customers have trusted us with their taste buds."
|
||||
@@ -286,26 +177,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10,000+",
|
||||
title: "Meals Daily",
|
||||
description: "Consistently fresh food.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-pasta-orzo-with-vegetables-mediterranean-style-green-background_127032-3542.jpg",
|
||||
},
|
||||
id: "m1", value: "10,000+", title: "Meals Daily", description: "Consistently fresh food.", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-pasta-orzo-with-vegetables-mediterranean-style-green-background_127032-3542.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "3",
|
||||
title: "Floors",
|
||||
description: "Ample space for dining.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24360.jpg",
|
||||
},
|
||||
id: "m2", value: "3", title: "Floors", description: "Ample space for dining.", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24360.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "40+",
|
||||
title: "Years",
|
||||
description: "Of culinary excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/popular-resort-amara-dolce-vita-luxury-hotel-with-pools-water-parks-recreational-area-along-sea-coast-turkey-tekirova-kemer_146671-18754.jpg",
|
||||
},
|
||||
id: "m3", value: "40+", title: "Years", description: "Of culinary excellence.", imageSrc: "http://img.b2bpic.net/free-photo/popular-resort-amara-dolce-vita-luxury-hotel-with-pools-water-parks-recreational-area-along-sea-coast-turkey-tekirova-kemer_146671-18754.jpg"},
|
||||
]}
|
||||
title="Serving the Community Daily"
|
||||
description="We are proud of our reach and impact in Islamabad."
|
||||
@@ -318,20 +194,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Where are you located?",
|
||||
content: "Fortune Plaza, Jinnah Ave, Blue Area, Islamabad.",
|
||||
},
|
||||
id: "f1", title: "Where are you located?", content: "Fortune Plaza, Jinnah Ave, Blue Area, Islamabad."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily until 1:00 AM.",
|
||||
},
|
||||
id: "f2", title: "What are your opening hours?", content: "We are open daily until 1:00 AM."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we provide no-contact delivery via Foodpanda.",
|
||||
},
|
||||
id: "f3", title: "Do you offer delivery?", content: "Yes, we provide no-contact delivery via Foodpanda."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to help you enjoy your visit."
|
||||
@@ -343,18 +210,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Plan your visit or order now for a majestic experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: +92 51 2348097",
|
||||
href: "tel:+92512348097",
|
||||
},
|
||||
text: "Call Now: +92 51 2348097", href: "tel:+92512348097"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "https://foodpanda.pk",
|
||||
},
|
||||
text: "Order Online", href: "https://foodpanda.pk"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -364,33 +226,21 @@ export default function LandingPage() {
|
||||
logoText="Savour Foods"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user