Merge version_1 into main #2
247
src/app/page.tsx
247
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
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="L'adresse"
|
||||
/>
|
||||
@@ -58,37 +50,23 @@ export default function LandingPage() {
|
||||
description="Experience the perfect symphony of artisan coffee and gourmet dining in the heart of the city."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354565.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354565.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135049.jpg",
|
||||
alt: "Barista preparing drink",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135049.jpg", alt: "Barista preparing drink"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-male-pouring-milk-into-glass-coffee_181624-1769.jpg",
|
||||
alt: "Pouring milk into coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-male-pouring-milk-into-glass-coffee_181624-1769.jpg", alt: "Pouring milk into coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135394.jpg",
|
||||
alt: "Coffee shop preparation",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135394.jpg", alt: "Coffee shop preparation"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-pouring-milk-into-metal-container_1153-1561.jpg",
|
||||
alt: "Milk in metal container",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-pouring-milk-into-metal-container_1153-1561.jpg", alt: "Milk in metal container"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-drink-with-milk_23-2148865605.jpg",
|
||||
alt: "Hands preparing milk",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-drink-with-milk_23-2148865605.jpg", alt: "Hands preparing milk"},
|
||||
]}
|
||||
avatarText="Join our 500+ happy regulars"
|
||||
/>
|
||||
@@ -101,15 +79,11 @@ export default function LandingPage() {
|
||||
description="At L'adresse, we believe that dining is an art form. Every cup of coffee and every dish we serve is crafted with passion, quality ingredients, and a commitment to creating unforgettable moments."
|
||||
metrics={[
|
||||
{
|
||||
value: "12",
|
||||
title: "Years Expertise",
|
||||
},
|
||||
value: "12", title: "Years Expertise"},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Signature Dishes",
|
||||
},
|
||||
value: "50+", title: "Signature Dishes"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-bowl-with-cereal_23-2148858514.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-bowl-with-cereal_23-2148858514.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -120,49 +94,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Specialty Coffee",
|
||||
description: "Hand-picked beans, ethically sourced, and roasted to perfection for the ultimate brew.",
|
||||
icon: Coffee,
|
||||
title: "Specialty Coffee", description: "Hand-picked beans, ethically sourced, and roasted to perfection for the ultimate brew.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cup_23-2148164852.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cup_23-2148164852.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cups-coffee-with-milk_23-2148337174.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cups-coffee-with-milk_23-2148337174.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354565.jpg?_wi=2",
|
||||
imageAlt: "specialty coffee beans barista cup",
|
||||
},
|
||||
{
|
||||
title: "Gourmet Dining",
|
||||
description: "Seasonally inspired menus that celebrate fresh, local, and sophisticated flavors.",
|
||||
icon: Utensils,
|
||||
title: "Gourmet Dining", description: "Seasonally inspired menus that celebrate fresh, local, and sophisticated flavors.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89987.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89987.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-bowl-with-cereal_23-2148858514.jpg?_wi=2",
|
||||
imageAlt: "specialty coffee beans barista cup",
|
||||
},
|
||||
{
|
||||
title: "Exquisite Desserts",
|
||||
description: "Handmade confections and pastries crafted daily by our master patissiers.",
|
||||
icon: Cake,
|
||||
title: "Exquisite Desserts", description: "Handmade confections and pastries crafted daily by our master patissiers.", icon: Cake,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-with-various-ingredients_140725-114488.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-with-various-ingredients_140725-114488.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissants-chocolate-candies_23-2148542466.jpg?_wi=1",
|
||||
imageAlt: "specialty coffee beans barista cup",
|
||||
},
|
||||
]}
|
||||
title="A World of Flavor"
|
||||
@@ -178,45 +134,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Foodie",
|
||||
company: "Local Patron",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Foodie", company: "Local Patron", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Coffee Enthusiast",
|
||||
company: "Regular Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Coffee Enthusiast", company: "Regular Guest", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Designer",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Designer", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James L.",
|
||||
role: "Entrepreneur",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg",
|
||||
},
|
||||
id: "4", name: "James L.", role: "Entrepreneur", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna K.",
|
||||
role: "Chef",
|
||||
company: "Culinary Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2149250117.jpg",
|
||||
},
|
||||
id: "5", name: "Anna K.", role: "Chef", company: "Culinary Fan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2149250117.jpg"},
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="What our guests say about their time at L'adresse."
|
||||
@@ -231,41 +162,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Artisan Croissant & Jam",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissants-chocolate-candies_23-2148542466.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Artisan Croissant & Jam", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissants-chocolate-candies_23-2148542466.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Grilled Truffle Risotto",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg",
|
||||
},
|
||||
id: "2", name: "Grilled Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Specialty Pour Over",
|
||||
price: "$8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg",
|
||||
},
|
||||
id: "3", name: "Specialty Pour Over", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dark Chocolate Ganache",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132614.jpg",
|
||||
},
|
||||
id: "4", name: "Dark Chocolate Ganache", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132614.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rosemary Garden Mocktail",
|
||||
price: "$10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cold-drink-with-ice-from-kiwi-mint_140725-7502.jpg",
|
||||
},
|
||||
id: "5", name: "Rosemary Garden Mocktail", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/cold-drink-with-ice-from-kiwi-mint_140725-7502.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Avocado & Poached Egg Toast",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-salmon-salad-flat-lay_23-2148516945.jpg",
|
||||
},
|
||||
id: "6", name: "Avocado & Poached Egg Toast", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/delicious-salmon-salad-flat-lay_23-2148516945.jpg"},
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Explore our carefully curated selection of breakfast, lunch, coffee, and dessert delicacies."
|
||||
@@ -279,49 +186,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Interior Design",
|
||||
description: "A blend of rustic textures and modern warmth.",
|
||||
icon: Building,
|
||||
title: "Interior Design", description: "A blend of rustic textures and modern warmth.", icon: Building,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148865576.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148865576.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354565.jpg?_wi=3",
|
||||
imageAlt: "elegant cafe restaurant interior mood lighting",
|
||||
},
|
||||
{
|
||||
title: "Barista Station",
|
||||
description: "Where craft meets the cup every single day.",
|
||||
icon: Coffee,
|
||||
title: "Barista Station", description: "Where craft meets the cup every single day.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-pours-freshly-made-turkish-coffee-into-cup-closeup-professional-barista-prepares-coffee-by-hand-traditional-way-sand-selective-focus-space-text_166373-2978.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-pours-freshly-made-turkish-coffee-into-cup-closeup-professional-barista-prepares-coffee-by-hand-traditional-way-sand-selective-focus-space-text_166373-2978.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-hot-water_23-2148865612.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-hot-water_23-2148865612.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-bowl-with-cereal_23-2148858514.jpg?_wi=3",
|
||||
imageAlt: "elegant cafe restaurant interior mood lighting",
|
||||
},
|
||||
{
|
||||
title: "Outdoor Seating",
|
||||
description: "Relax in the open air with your signature beverage.",
|
||||
icon: Sun,
|
||||
title: "Outdoor Seating", description: "Relax in the open air with your signature beverage.", icon: Sun,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-cooking-kitchen_53876-15343.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-cooking-kitchen_53876-15343.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cup_23-2148164852.jpg?_wi=2",
|
||||
imageAlt: "elegant cafe restaurant interior mood lighting",
|
||||
},
|
||||
]}
|
||||
title="Our Ambiance"
|
||||
@@ -335,20 +224,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend booking in advance, especially for evening dining.",
|
||||
},
|
||||
id: "1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance, especially for evening dining."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer gluten-free options?",
|
||||
content: "Absolutely! Our menu features clear markers for dietary preferences including GF, Vegan, and Vegetarian.",
|
||||
},
|
||||
id: "2", title: "Do you offer gluten-free options?", content: "Absolutely! Our menu features clear markers for dietary preferences including GF, Vegan, and Vegetarian."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open daily from 8 AM to 10 PM, with coffee service starting from 7 AM.",
|
||||
},
|
||||
id: "3", title: "What are your operating hours?", content: "We are open daily from 8 AM to 10 PM, with coffee service starting from 7 AM."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about planning your visit."
|
||||
@@ -363,22 +243,13 @@ export default function LandingPage() {
|
||||
description="We look forward to serving you. Use the form below to request a table or get in touch."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Date",
|
||||
required: true,
|
||||
name: "date", type: "date", placeholder: "Date", required: true,
|
||||
},
|
||||
{
|
||||
name: "guests",
|
||||
type: "number",
|
||||
placeholder: "Number of Guests",
|
||||
required: true,
|
||||
name: "guests", type: "number", placeholder: "Number of Guests", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-waitress-setting-table_23-2147830607.jpg"
|
||||
@@ -389,13 +260,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="L'adresse Café"
|
||||
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