Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9480a19da9 | |||
| ddd6c0c1ed |
209
src/app/page.tsx
209
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
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="Elegance Eats"
|
||||
/>
|
||||
@@ -53,104 +45,61 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="A Symphony of Flavors"
|
||||
description="Experience culinary excellence with locally sourced ingredients and authentic recipes served in an unforgettable atmosphere."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg",
|
||||
imageAlt: "luxurious restaurant dining table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg", imageAlt: "luxurious restaurant dining table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg",
|
||||
imageAlt: "luxurious restaurant dining table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "luxurious restaurant dining table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg",
|
||||
imageAlt: "luxurious restaurant dining table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg", imageAlt: "luxurious restaurant dining table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cutlery-setting-restaurant_268835-3408.jpg",
|
||||
imageAlt: "luxurious restaurant dining table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cutlery-setting-restaurant_268835-3408.jpg", imageAlt: "luxurious restaurant dining table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg",
|
||||
imageAlt: "luxurious restaurant dining table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "luxurious restaurant dining table"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-floral-garnish_23-2151973727.jpg",
|
||||
imageAlt: "luxurious restaurant dining table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-floral-garnish_23-2151973727.jpg", imageAlt: "luxurious restaurant dining table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-blue-chairs-decors-wall_140725-8028.jpg",
|
||||
imageAlt: "luxurious restaurant dining table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-blue-chairs-decors-wall_140725-8028.jpg", imageAlt: "luxurious restaurant dining table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg",
|
||||
imageAlt: "luxurious restaurant dining table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg", imageAlt: "luxurious restaurant dining table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beige-chair-stands-dinner-table-with-white-crockery_1304-3732.jpg",
|
||||
imageAlt: "luxurious restaurant dining table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beige-chair-stands-dinner-table-with-white-crockery_1304-3732.jpg", imageAlt: "luxurious restaurant dining table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg",
|
||||
imageAlt: "luxurious restaurant dining table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg", imageAlt: "luxurious restaurant dining table"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Table", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", alt: "Diner"},
|
||||
]}
|
||||
avatarText="Join 500+ happy diners daily"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seasonal Menu",
|
||||
},
|
||||
type: "text", text: "Seasonal Menu"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Recipes",
|
||||
},
|
||||
type: "text", text: "Authentic Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fine Dining",
|
||||
},
|
||||
type: "text", text: "Fine Dining"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exquisite Service",
|
||||
},
|
||||
type: "text", text: "Exquisite Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,17 +111,11 @@ export default function LandingPage() {
|
||||
description="Born from a love of authentic, farm-to-table ingredients, we aim to provide every guest with a warm, memorable experience rooted in tradition and passion."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "15+", title: "Years Experience"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Fresh Produce",
|
||||
},
|
||||
value: "100%", title: "Fresh Produce"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Daily Guests",
|
||||
},
|
||||
value: "500+", title: "Daily Guests"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-chef-grating-parmesan-cheese-kitchen-grater-cook-gastronomy-recipe-professional-cuisine-authentic-cook-preparing-shredded-cheddar-ingredient-make-gourmet-meal-dish_482257-46084.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -189,41 +132,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Steak",
|
||||
price: "$38.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-roasted-vegetables_23-2151942406.jpg",
|
||||
},
|
||||
id: "1", name: "Classic Steak", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-roasted-vegetables_23-2151942406.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mediterranean Salad",
|
||||
price: "$16.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3586.jpg",
|
||||
},
|
||||
id: "2", name: "Mediterranean Salad", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3586.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Artisan Pasta",
|
||||
price: "$24.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-mackerel-steak_1339-6268.jpg",
|
||||
},
|
||||
id: "3", name: "Artisan Pasta", price: "$24.00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-mackerel-steak_1339-6268.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Grilled Salmon",
|
||||
price: "$32.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-vegetables-table_140725-4706.jpg",
|
||||
},
|
||||
id: "4", name: "Grilled Salmon", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-vegetables-table_140725-4706.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Premium Burger",
|
||||
price: "$22.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857722.jpg",
|
||||
},
|
||||
id: "5", name: "Premium Burger", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857722.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chocolate Delice",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-mousse-glass-glass-with-fresh-blackberries-mint_127032-3139.jpg",
|
||||
},
|
||||
id: "6", name: "Chocolate Delice", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-mousse-glass-glass-with-fresh-blackberries-mint_127032-3139.jpg"},
|
||||
]}
|
||||
title="Signature Creations"
|
||||
description="Indulge in our carefully crafted selection of seasonal favorites, prepared with pride."
|
||||
@@ -238,25 +157,15 @@ export default function LandingPage() {
|
||||
author="Sarah Miller"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-smiling-businesswoman-texting-cell-phone-while-eating-her-office-desk_637285-5459.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-smiling-businesswoman-texting-cell-phone-while-eating-her-office-desk_637285-5459.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hungry-businessman-eating-sandwich-while-using-laptop-office_637285-8708.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hungry-businessman-eating-sandwich-while-using-laptop-office_637285-8708.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -269,20 +178,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "While walk-ins are welcome, reservations are recommended for prime weekend hours.",
|
||||
},
|
||||
id: "f1", title: "Do I need a reservation?", content: "While walk-ins are welcome, reservations are recommended for prime weekend hours."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Yes, we feature a wide array of vegetarian and gluten-free items on our seasonal menu.",
|
||||
},
|
||||
id: "f2", title: "Are there vegetarian options?", content: "Yes, we feature a wide array of vegetarian and gluten-free items on our seasonal menu."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is private dining available?",
|
||||
content: "We offer several intimate private dining spaces suitable for events and celebrations.",
|
||||
},
|
||||
id: "f3", title: "Is private dining available?", content: "We offer several intimate private dining spaces suitable for events and celebrations."},
|
||||
{
|
||||
id: "f4", title: "What are your hours?", content: "We are open daily from 11:00 AM to 11:00 PM."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our dining experience? We've gathered answers to our guests' most common concerns."
|
||||
@@ -294,16 +196,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Ready for an Unforgettable Meal?"
|
||||
description="Join us today for an evening of exceptional taste and service. Reserve your table now."
|
||||
description="Join us today for an evening of exceptional taste and service. Visit us at 123 Culinary Ave, or call (555) 123-4567 to reserve your table now."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Call Us", href: "tel:+15551234567"},
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -312,16 +213,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Elegance Eats"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "/privacy"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user