Merge version_1 into main #2
194
src/app/page.tsx
194
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Platform 65"
|
||||
/>
|
||||
@@ -56,31 +48,20 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Platform 65 - Where Food Arrives on Tracks"
|
||||
description="Experience Hyderabad's most unique train-themed dining. Our express service brings gourmet flavors straight to your table via miniature train tracks."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg?_wi=1",
|
||||
imageAlt: "Train restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg", imageAlt: "Train restaurant interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lunch-woman-olive-salad-modern_1303-2348.jpg?_wi=1",
|
||||
imageAlt: "Miniature tracks",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lunch-woman-olive-salad-modern_1303-2348.jpg", imageAlt: "Miniature tracks"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-posing-near-mirror_171337-16791.jpg?_wi=1",
|
||||
imageAlt: "Carriage style seating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-posing-near-mirror_171337-16791.jpg", imageAlt: "Carriage style seating"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-standing-front-haunted-house-fun-ride_23-2147910655.jpg",
|
||||
imageAlt: "Express service arrival",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-standing-front-haunted-house-fun-ride_23-2147910655.jpg", imageAlt: "Express service arrival"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meal-with-bread-green-table-food-meal-restaurant_140725-28204.jpg",
|
||||
imageAlt: "Dining ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meal-with-bread-green-table-food-meal-restaurant_140725-28204.jpg", imageAlt: "Dining ambiance"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -106,49 +87,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Miniature Trains",
|
||||
description: "Each table is serviced by a unique miniature train model.",
|
||||
icon: Building2,
|
||||
title: "Miniature Trains", description: "Each table is serviced by a unique miniature train model.", icon: Building2,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-setup-with-delicious-food-ready-be-served_140725-10731.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-setup-with-delicious-food-ready-be-served_140725-10731.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg?_wi=2",
|
||||
imageAlt: "gourmet dishes served on train",
|
||||
},
|
||||
{
|
||||
title: "Global Flavors",
|
||||
description: "From local Hyderabadi biryani to continental favorites.",
|
||||
icon: Utensils,
|
||||
title: "Global Flavors", description: "From local Hyderabadi biryani to continental favorites.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901823.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901823.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-kitchen_23-2148965329.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-kitchen_23-2148965329.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lunch-woman-olive-salad-modern_1303-2348.jpg?_wi=2",
|
||||
imageAlt: "gourmet dishes served on train",
|
||||
},
|
||||
{
|
||||
title: "Express Delivery",
|
||||
description: "Wait time reduced with our automated track system.",
|
||||
icon: Clock,
|
||||
title: "Express Delivery", description: "Wait time reduced with our automated track system.", icon: Clock,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2151285779.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2151285779.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-posing-near-mirror_171337-16791.jpg?_wi=2",
|
||||
imageAlt: "gourmet dishes served on train",
|
||||
},
|
||||
]}
|
||||
title="What Makes Us Unique"
|
||||
@@ -164,41 +127,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Biryani",
|
||||
price: "₹399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eggplant-zucchini_74190-737.jpg",
|
||||
},
|
||||
id: "p1", name: "Signature Biryani", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-zucchini_74190-737.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Grilled Starters",
|
||||
price: "₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-creamy-cake-with-strawberries_140725-57114.jpg",
|
||||
},
|
||||
id: "p2", name: "Grilled Starters", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-creamy-cake-with-strawberries_140725-57114.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Creamy Pasta",
|
||||
price: "₹450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg",
|
||||
},
|
||||
id: "p3", name: "Creamy Pasta", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Chocolate Lava Cake",
|
||||
price: "₹199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-dessert-with-side-cream_140725-1739.jpg",
|
||||
},
|
||||
id: "p4", name: "Chocolate Lava Cake", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-dessert-with-side-cream_140725-1739.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Fresh Mojito",
|
||||
price: "₹149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-cocktail-with-ice-garnished-with-lemon-slice_140725-1996.jpg",
|
||||
},
|
||||
id: "p5", name: "Fresh Mojito", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/glass-cocktail-with-ice-garnished-with-lemon-slice_140725-1996.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Caesar Salad",
|
||||
price: "₹249",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-bowl_1220-125.jpg",
|
||||
},
|
||||
id: "p6", name: "Caesar Salad", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/salad-bowl_1220-125.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore our curated selection of global cuisines served at your seat."
|
||||
@@ -213,20 +152,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100K+",
|
||||
description: "Happy Passengers",
|
||||
},
|
||||
id: "m1", value: "100K+", description: "Happy Passengers"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5+",
|
||||
description: "City Locations",
|
||||
},
|
||||
id: "m2", value: "5+", description: "City Locations"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
description: "Train Deliveries",
|
||||
},
|
||||
id: "m3", value: "500+", description: "Train Deliveries"},
|
||||
]}
|
||||
title="Milestones Achieved"
|
||||
description="The growth of Platform 65 across cities."
|
||||
@@ -240,40 +170,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rahul V.",
|
||||
handle: "@rahulv",
|
||||
testimonial: "Absolutely loved the train delivery concept. My kids were so excited!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-having-fun-while-eating-dessert-taking-selfie-cafe_637285-9092.jpg",
|
||||
},
|
||||
id: "t1", name: "Rahul V.", handle: "@rahulv", testimonial: "Absolutely loved the train delivery concept. My kids were so excited!", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-having-fun-while-eating-dessert-taking-selfie-cafe_637285-9092.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya S.",
|
||||
handle: "@priyas",
|
||||
testimonial: "Great food and such a unique experience. Definitely coming back.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg",
|
||||
},
|
||||
id: "t2", name: "Priya S.", handle: "@priyas", testimonial: "Great food and such a unique experience. Definitely coming back.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Amit K.",
|
||||
handle: "@amitk",
|
||||
testimonial: "Best place to celebrate birthdays. The staff is very friendly.",
|
||||
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-2516.jpg",
|
||||
},
|
||||
id: "t3", name: "Amit K.", handle: "@amitk", testimonial: "Best place to celebrate birthdays. The staff is very friendly.", 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-2516.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sneha R.",
|
||||
handle: "@snehar",
|
||||
testimonial: "The biryani was top notch and the track system is very efficient.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
||||
},
|
||||
id: "t4", name: "Sneha R.", handle: "@snehar", testimonial: "The biryani was top notch and the track system is very efficient.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Vikram D.",
|
||||
handle: "@vikramd",
|
||||
testimonial: "An amazing culinary adventure in Hyderabad. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg",
|
||||
},
|
||||
id: "t5", name: "Vikram D.", handle: "@vikramd", testimonial: "An amazing culinary adventure in Hyderabad. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg"},
|
||||
]}
|
||||
title="Passenger Reviews"
|
||||
description="Hear what our happy diners have to say about their journey."
|
||||
@@ -285,20 +190,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Booking in advance is recommended, especially on weekends.",
|
||||
},
|
||||
id: "f1", title: "Do I need a reservation?", content: "Booking in advance is recommended, especially on weekends."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Yes, we have an extensive range of vegetarian dishes.",
|
||||
},
|
||||
id: "f2", title: "Are there vegetarian options?", content: "Yes, we have an extensive range of vegetarian dishes."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Where are your branches located?",
|
||||
content: "We are currently operating in multiple prime locations across Hyderabad.",
|
||||
},
|
||||
id: "f3", title: "Where are your branches located?", content: "We are currently operating in multiple prime locations across Hyderabad."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Need help or have questions about our train restaurant?"
|
||||
@@ -313,16 +209,10 @@ export default function LandingPage() {
|
||||
description="Ready to experience the best train restaurant in town? Send us a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-30324.jpg"
|
||||
@@ -333,13 +223,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Platform 65"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user