Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
222
src/app/page.tsx
222
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Platter House"
|
||||
/>
|
||||
@@ -55,65 +47,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Welcome to Platter House"
|
||||
description="Exquisite flavors from Mardan to your table. Experience authentic taste and royal service at Royal Plaza."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Online", href: "#menu"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11508.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg",
|
||||
alt: "Fried salmon fillet",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg", alt: "Fried salmon fillet"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-table-assortment-with-plant_23-2148914895.jpg",
|
||||
alt: "Flat lay table assortment",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-table-assortment-with-plant_23-2148914895.jpg", alt: "Flat lay table assortment"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/appetizer-served-with-cucumber-sauce-wine_140725-7763.jpg",
|
||||
alt: "Appetizer served",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/appetizer-served-with-cucumber-sauce-wine_140725-7763.jpg", alt: "Appetizer served"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg",
|
||||
alt: "Top view table arrangement",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg", alt: "Top view table arrangement"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg",
|
||||
alt: "Table set on dining table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg", alt: "Table set on dining table"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Taste",
|
||||
},
|
||||
type: "text", text: "Authentic Taste"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Delivery",
|
||||
},
|
||||
type: "text", text: "Fast Delivery"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Royal Ambience",
|
||||
},
|
||||
type: "text", text: "Royal Ambience"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mardan's Finest",
|
||||
},
|
||||
type: "text", text: "Mardan's Finest"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,18 +90,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Legacy at ",
|
||||
},
|
||||
type: "text", content: "Our Legacy at "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208271.jpg",
|
||||
alt: "Chef",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208271.jpg", alt: "Chef"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Platter House",
|
||||
},
|
||||
type: "text", content: " Platter House"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,26 +106,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fresh Ingredients",
|
||||
subtitle: "Locally sourced produce daily",
|
||||
category: "Quality",
|
||||
value: "100%",
|
||||
},
|
||||
id: "f1", title: "Fresh Ingredients", subtitle: "Locally sourced produce daily", category: "Quality", value: "100%"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Fast Delivery",
|
||||
subtitle: "Hot food at your doorstep",
|
||||
category: "Speed",
|
||||
value: "30min",
|
||||
},
|
||||
id: "f2", title: "Fast Delivery", subtitle: "Hot food at your doorstep", category: "Speed", value: "30min"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Royal Ambience",
|
||||
subtitle: "Perfect for family dining",
|
||||
category: "Space",
|
||||
value: "Large",
|
||||
},
|
||||
id: "f3", title: "Royal Ambience", subtitle: "Perfect for family dining", category: "Space", value: "Large"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Quality, taste, and reliability at your convenience."
|
||||
@@ -180,41 +125,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Grilled Chicken Platter",
|
||||
price: "1200 PKR",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-fried-eggplant-tomato-slices_141793-1215.jpg",
|
||||
},
|
||||
id: "p1", name: "Grilled Chicken Platter", price: "1200 PKR", imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-fried-eggplant-tomato-slices_141793-1215.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Fresh Garden Salad",
|
||||
price: "450 PKR",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chicken-chunks-served-plate-closeup_1220-7001.jpg",
|
||||
},
|
||||
id: "p2", name: "Fresh Garden Salad", price: "450 PKR", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chicken-chunks-served-plate-closeup_1220-7001.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Platter Burger",
|
||||
price: "600 PKR",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-burger-with-french-fries-frying-basket-food-board_176474-2610.jpg",
|
||||
},
|
||||
id: "p3", name: "Platter Burger", price: "600 PKR", imageSrc: "http://img.b2bpic.net/free-photo/from-burger-with-french-fries-frying-basket-food-board_176474-2610.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Mutton Karahi",
|
||||
price: "1800 PKR",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-grilled-meat-fried-carrots_140725-2330.jpg",
|
||||
},
|
||||
id: "p4", name: "Mutton Karahi", price: "1800 PKR", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-grilled-meat-fried-carrots_140725-2330.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Fresh Juices",
|
||||
price: "250 PKR",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lemonade-piece-chocolate-cake-wooden-table_169016-40025.jpg",
|
||||
},
|
||||
id: "p5", name: "Fresh Juices", price: "250 PKR", imageSrc: "http://img.b2bpic.net/free-photo/lemonade-piece-chocolate-cake-wooden-table_169016-40025.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Chocolate Lava Cake",
|
||||
price: "350 PKR",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sugar-heart-shaped-candies-with-shiny-christmas-ball_114579-58440.jpg",
|
||||
},
|
||||
id: "p6", name: "Chocolate Lava Cake", price: "350 PKR", imageSrc: "http://img.b2bpic.net/free-photo/sugar-heart-shaped-candies-with-shiny-christmas-ball_114579-58440.jpg"},
|
||||
]}
|
||||
title="Our Signature Platters"
|
||||
description="Authentic local and continental delights."
|
||||
@@ -228,45 +149,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ali Khan",
|
||||
handle: "@alikhan",
|
||||
testimonial: "Best food in Mardan!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-sitting-room-watching-videos-laptop-eating-lunch-breakfast_1258-254353.jpg",
|
||||
},
|
||||
id: "1", name: "Ali Khan", handle: "@alikhan", testimonial: "Best food in Mardan!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-sitting-room-watching-videos-laptop-eating-lunch-breakfast_1258-254353.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sara Ahmed",
|
||||
handle: "@saraahmed",
|
||||
testimonial: "Excellent service and taste.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg",
|
||||
},
|
||||
id: "2", name: "Sara Ahmed", handle: "@saraahmed", testimonial: "Excellent service and taste.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Zaid Iqbal",
|
||||
handle: "@zaidiqbal",
|
||||
testimonial: "Loved the royal ambience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg",
|
||||
},
|
||||
id: "3", name: "Zaid Iqbal", handle: "@zaidiqbal", testimonial: "Loved the royal ambience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fatima Noor",
|
||||
handle: "@fatimanoor",
|
||||
testimonial: "Very fresh food delivery.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hugging_23-2148342102.jpg",
|
||||
},
|
||||
id: "4", name: "Fatima Noor", handle: "@fatimanoor", testimonial: "Very fresh food delivery.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hugging_23-2148342102.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Bilal Saeed",
|
||||
handle: "@bilalsaeed",
|
||||
testimonial: "Great value for money.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018824.jpg",
|
||||
},
|
||||
id: "5", name: "Bilal Saeed", handle: "@bilalsaeed", testimonial: "Great value for money.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018824.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Reviews"
|
||||
@@ -279,14 +175,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"FoodPanda",
|
||||
"Cheetay",
|
||||
"Bites",
|
||||
"Local Express",
|
||||
"QuickMeal",
|
||||
"FreshDrop",
|
||||
"SwiftEats",
|
||||
]}
|
||||
"FoodPanda", "Cheetay", "Bites", "Local Express", "QuickMeal", "FreshDrop", "SwiftEats"]}
|
||||
title="Our Partners"
|
||||
description="Trusted by local delivery services."
|
||||
/>
|
||||
@@ -298,20 +187,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do you offer dine-in?",
|
||||
content: "Yes, we are located at Royal Plaza, Mardan.",
|
||||
},
|
||||
id: "faq1", title: "Do you offer dine-in?", content: "Yes, we are located at Royal Plaza, Mardan."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How to order?",
|
||||
content: "Call us or order through our delivery partners.",
|
||||
},
|
||||
id: "faq2", title: "How to order?", content: "Call us or order through our delivery partners."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer corporate deals?",
|
||||
content: "Yes, contact us for bulk order pricing.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer corporate deals?", content: "Yes, contact us for bulk order pricing."},
|
||||
{
|
||||
id: "faq4", title: "What is your delivery range?", content: "We deliver within a 10km radius of Royal Plaza, with an average delivery time of 30-45 minutes."
|
||||
}
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know."
|
||||
@@ -325,8 +208,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Visit us at Royal Plaza, Mardan, KPK. Give us a call today!"
|
||||
/>
|
||||
</div>
|
||||
@@ -335,16 +217,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Platter House"
|
||||
leftLink={{
|
||||
text: "Terms",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user