Merge version_1 into main #2
111
src/app/page.tsx
111
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "features",
|
||||
},
|
||||
name: "Menu", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Magpie"
|
||||
/>
|
||||
@@ -57,35 +49,21 @@ export default function LandingPage() {
|
||||
description="Sophisticated dining, warm atmosphere. Experience culinary artistry in the heart of the city."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=1",
|
||||
imageAlt: "Restaurant Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", imageAlt: "Restaurant Interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-with-floral-decoration-plate_23-2151973715.jpg?_wi=1",
|
||||
imageAlt: "Gourmet Dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-with-floral-decoration-plate_23-2151973715.jpg", imageAlt: "Gourmet Dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-dining-shiny-fancy-dinner_1203-5579.jpg?_wi=1",
|
||||
imageAlt: "Bar Scene",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-dining-shiny-fancy-dinner_1203-5579.jpg", imageAlt: "Bar Scene"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-glitter-jewels-glass-electricity_1232-3795.jpg",
|
||||
imageAlt: "Modern Dining",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-glitter-jewels-glass-electricity_1232-3795.jpg", imageAlt: "Modern Dining"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-healthy-food-being-washed_23-2149022039.jpg",
|
||||
imageAlt: "Fresh Ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-healthy-food-being-washed_23-2149022039.jpg", imageAlt: "Fresh Ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/string-lights-sunset_23-2148232006.jpg",
|
||||
imageAlt: "Outdoor Terrace",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/string-lights-sunset_23-2148232006.jpg", imageAlt: "Outdoor Terrace"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,28 +82,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Farm to Table",
|
||||
description: "Local ingredients, seasonal harvests.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=2",
|
||||
imageAlt: "elegant restaurant dining interior warm lighting",
|
||||
title: "Farm to Table", description: "Local ingredients, seasonal harvests.", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Signature Cocktails",
|
||||
description: "Handcrafted spirits by expert mixologists.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Star,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-with-floral-decoration-plate_23-2151973715.jpg?_wi=2",
|
||||
imageAlt: "gourmet dish plating modern restaurant",
|
||||
title: "Signature Cocktails", description: "Handcrafted spirits by expert mixologists.", bentoComponent: "reveal-icon", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Private Dining",
|
||||
description: "Elegant spaces for your intimate events.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-dining-shiny-fancy-dinner_1203-5579.jpg?_wi=2",
|
||||
imageAlt: "restaurant cocktail bar soft lighting",
|
||||
title: "Private Dining", description: "Elegant spaces for your intimate events.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Culinary Highlights"
|
||||
@@ -141,25 +104,15 @@ export default function LandingPage() {
|
||||
author="Elena Rossi"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Diner 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg", alt: "Diner 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", alt: "Diner 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg", alt: "Diner 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg", alt: "Diner 5"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -172,20 +125,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend booking in advance, especially for weekend dining.",
|
||||
},
|
||||
id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially for weekend dining."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Absolutely. Our seasonal menu always includes sophisticated vegan and plant-forward dishes.",
|
||||
},
|
||||
id: "2", title: "Do you offer vegan options?", content: "Absolutely. Our seasonal menu always includes sophisticated vegan and plant-forward dishes."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there a dress code?",
|
||||
content: "We maintain a smart-casual atmosphere, perfect for a relaxed yet elegant evening.",
|
||||
},
|
||||
id: "3", title: "Is there a dress code?", content: "We maintain a smart-casual atmosphere, perfect for a relaxed yet elegant evening."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Information regarding reservations, dietary accommodations, and events."
|
||||
@@ -197,8 +141,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "cell-wave",
|
||||
}}
|
||||
variant: "cell-wave"}}
|
||||
tag="Reservations"
|
||||
title="Join Our Table"
|
||||
description="Sign up for our newsletter to get priority access to seasonal events and our exclusive tasting menu releases."
|
||||
@@ -209,13 +152,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Magpie Restaurant"
|
||||
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