Merge version_1 into main #1
254
src/app/page.tsx
254
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="WILL-O-JARDIN"
|
||||
/>
|
||||
@@ -54,97 +46,54 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="The Soul of Pamir Culinary"
|
||||
description="Experience authentic flavors and ancient traditions at WILL-O-JARDIN, where every dish tells a story of the mountains."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elena M.",
|
||||
handle: "@elena_dining",
|
||||
testimonial: "The best Pamir food I have ever experienced. A true culinary gem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
|
||||
},
|
||||
name: "Elena M.", handle: "@elena_dining", testimonial: "The best Pamir food I have ever experienced. A true culinary gem.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg"},
|
||||
{
|
||||
name: "Marcus T.",
|
||||
handle: "@foodie_m",
|
||||
testimonial: "Authentic flavors and an amazing atmosphere. Highly recommend it.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg",
|
||||
},
|
||||
name: "Marcus T.", handle: "@foodie_m", testimonial: "Authentic flavors and an amazing atmosphere. Highly recommend it.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg"},
|
||||
{
|
||||
name: "Sarah L.",
|
||||
handle: "@sarah_tours",
|
||||
testimonial: "A unique cultural experience through food. Absolutely phenomenal.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg",
|
||||
},
|
||||
name: "Sarah L.", handle: "@sarah_tours", testimonial: "A unique cultural experience through food. Absolutely phenomenal.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@david_gourmet",
|
||||
testimonial: "Incredible, heart-warming food. Perfect for any special occasion.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg",
|
||||
},
|
||||
name: "David K.", handle: "@david_gourmet", testimonial: "Incredible, heart-warming food. Perfect for any special occasion.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg"},
|
||||
{
|
||||
name: "Anna P.",
|
||||
handle: "@anna_eats",
|
||||
testimonial: "An exquisite blend of tradition and modern luxury. Superb service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg",
|
||||
},
|
||||
name: "Anna P.", handle: "@anna_eats", testimonial: "An exquisite blend of tradition and modern luxury. Superb service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bowl-french-dessert-garnished-with-long-cookie-berries_140725-8512.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg",
|
||||
alt: "Customer profile one",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg", alt: "Customer profile one"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/breakfast-set-black-tea_140725-6060.jpg",
|
||||
alt: "Customer profile two",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/breakfast-set-black-tea_140725-6060.jpg", alt: "Customer profile two"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg",
|
||||
alt: "Customer profile three",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg", alt: "Customer profile three"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bowl-french-dessert-garnished-with-berries-placed-book_140725-8511.jpg",
|
||||
alt: "Customer profile four",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bowl-french-dessert-garnished-with-berries-placed-book_140725-8511.jpg", alt: "Customer profile four"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259644.jpg",
|
||||
alt: "Customer profile five",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259644.jpg", alt: "Customer profile five"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Organic Ingredients",
|
||||
},
|
||||
type: "text", text: "Organic Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Pamir Recipes",
|
||||
},
|
||||
type: "text", text: "Traditional Pamir Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mountain-Inspired",
|
||||
},
|
||||
type: "text", text: "Mountain-Inspired"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fine Dining",
|
||||
},
|
||||
type: "text", text: "Fine Dining"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Heritage",
|
||||
},
|
||||
type: "text", text: "Authentic Heritage"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,9 +103,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Flavor"
|
||||
description={[
|
||||
"At WILL-O-JARDIN, we celebrate the richness of Pamir heritage through carefully crafted recipes handed down through generations.",
|
||||
"Our mission is to bring the heart of the mountains to your table with locally sourced, organic ingredients.",
|
||||
]}
|
||||
"At WILL-O-JARDIN, we celebrate the richness of Pamir heritage through carefully crafted recipes handed down through generations.", "Our mission is to bring the heart of the mountains to your table with locally sourced, organic ingredients."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,59 +115,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
brand: "Signature",
|
||||
name: "Pamir Plateau Lamb",
|
||||
price: "$45",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-with-cracker_140725-2905.jpg",
|
||||
},
|
||||
id: "m1", brand: "Signature", name: "Pamir Plateau Lamb", price: "$45", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-with-cracker_140725-2905.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
brand: "Traditional",
|
||||
name: "Mountain Herb Soup",
|
||||
price: "$18",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-greens-dark-floor_140725-76936.jpg",
|
||||
},
|
||||
id: "m2", brand: "Traditional", name: "Mountain Herb Soup", price: "$18", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-greens-dark-floor_140725-76936.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
brand: "Vegetarian",
|
||||
name: "Harvest Harvest Flatbread",
|
||||
price: "$22",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973720.jpg",
|
||||
},
|
||||
id: "m3", brand: "Vegetarian", name: "Harvest Harvest Flatbread", price: "$22", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973720.jpg"},
|
||||
{
|
||||
id: "m4",
|
||||
brand: "Delicacy",
|
||||
name: "Wild River Trout",
|
||||
price: "$38",
|
||||
rating: 5,
|
||||
reviewCount: "62",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510936.jpg",
|
||||
},
|
||||
id: "m4", brand: "Delicacy", name: "Wild River Trout", price: "$38", rating: 5,
|
||||
reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510936.jpg"},
|
||||
{
|
||||
id: "m5",
|
||||
brand: "Signature",
|
||||
name: "Cured Meat Medley",
|
||||
price: "$28",
|
||||
rating: 4,
|
||||
reviewCount: "78",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-emirates-breakfast_181624-56747.jpg",
|
||||
},
|
||||
id: "m5", brand: "Signature", name: "Cured Meat Medley", price: "$28", rating: 4,
|
||||
reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-emirates-breakfast_181624-56747.jpg"},
|
||||
{
|
||||
id: "m6",
|
||||
brand: "Dessert",
|
||||
name: "Sweet Honey Pomegranate",
|
||||
price: "$15",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-fillet-grilled-served-with-creamy-herbal-sauce-glass-white-wine_114579-3342.jpg",
|
||||
},
|
||||
id: "m6", brand: "Dessert", name: "Sweet Honey Pomegranate", price: "$15", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/fish-fillet-grilled-served-with-creamy-herbal-sauce-glass-white-wine_114579-3342.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Indulge in our selection of traditional Pamir culinary delights, prepared fresh by our master chefs."
|
||||
@@ -229,50 +140,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mark R.",
|
||||
role: "Food Critic",
|
||||
company: "Dining Daily",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
|
||||
},
|
||||
id: "t1", name: "Mark R.", role: "Food Critic", company: "Dining Daily", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Julie H.",
|
||||
role: "Travel Blogger",
|
||||
company: "GlobeTrotter",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg",
|
||||
},
|
||||
id: "t2", name: "Julie H.", role: "Travel Blogger", company: "GlobeTrotter", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sam W.",
|
||||
role: "Chef",
|
||||
company: "Gourmet Lab",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg",
|
||||
},
|
||||
id: "t3", name: "Sam W.", role: "Chef", company: "Gourmet Lab", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Nina L.",
|
||||
role: "Designer",
|
||||
company: "Creative Co",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-sitting-cafe-eating-drinking-alcohol_171337-19735.jpg",
|
||||
},
|
||||
id: "t4", name: "Nina L.", role: "Designer", company: "Creative Co", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-sitting-cafe-eating-drinking-alcohol_171337-19735.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Peter D.",
|
||||
role: "Architect",
|
||||
company: "Urban Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
},
|
||||
id: "t5", name: "Peter D.", role: "Architect", company: "Urban Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"},
|
||||
]}
|
||||
title="Stories from Our Guests"
|
||||
description="Discover what our patrons say about their dining experience."
|
||||
@@ -286,20 +173,11 @@ export default function LandingPage() {
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
description: "Years of Tradition",
|
||||
},
|
||||
id: "1", value: "15+", description: "Years of Tradition"},
|
||||
{
|
||||
id: "2",
|
||||
value: "5000+",
|
||||
description: "Happy Guests Served",
|
||||
},
|
||||
id: "2", value: "5000+", description: "Happy Guests Served"},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
description: "Organic Ingredients",
|
||||
},
|
||||
id: "3", value: "100%", description: "Organic Ingredients"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -311,20 +189,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend booking in advance to ensure your table.",
|
||||
},
|
||||
id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance to ensure your table."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer vegetarian options?",
|
||||
content: "Absolutely, our menu includes a variety of traditional vegetarian dishes.",
|
||||
},
|
||||
id: "q2", title: "Do you offer vegetarian options?", content: "Absolutely, our menu includes a variety of traditional vegetarian dishes."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is parking available?",
|
||||
content: "Valet parking is available for all guests visiting our restaurant.",
|
||||
},
|
||||
id: "q3", title: "Is parking available?", content: "Valet parking is available for all guests visiting our restaurant."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4214.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -338,8 +207,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Join Our Newsletter"
|
||||
description="Subscribe to receive updates about our seasonal menus and special events."
|
||||
tag="Newsletter"
|
||||
@@ -350,13 +218,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="WILL-O-JARDIN"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user