Merge version_1 into main #2
114
src/app/page.tsx
114
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="RAVENO"
|
||||
/>
|
||||
@@ -57,32 +47,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Exquisite Flavors, Unforgettable Ambiance"
|
||||
description="Discover a wonderful family dining experience at RAVENO, where mouthwatering multi-cuisine dishes meet exceptional service."
|
||||
tag="Voted Local Favorite"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg",
|
||||
imageAlt: "Restaurant interior dining area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg", imageAlt: "Restaurant interior dining area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=1",
|
||||
imageAlt: "Fine dining dish",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-salad-with-raddish-yellow-bell-pepper-fresh-herbs_140725-1462.jpg?_wi=1",
|
||||
imageAlt: "Mediterranean salad",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg?_wi=1",
|
||||
imageAlt: "Artisanal dessert",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-cook-kitchen-cafe_1303-26161.jpg?_wi=1",
|
||||
imageAlt: "Professional chef plating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg", imageAlt: "Fine dining dish"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -99,19 +72,13 @@ export default function LandingPage() {
|
||||
description="At RAVENO, we believe that every meal should be a memorable experience. From our photogenic ambiance to our delicious multi-cuisine spread, we offer an environment perfect for family gatherings and intimate celebrations."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Culinary Team",
|
||||
description: "Our chefs prepare every dish with precision.",
|
||||
},
|
||||
title: "Expert Culinary Team", description: "Our chefs prepare every dish with precision."},
|
||||
{
|
||||
title: "Exceptional Service",
|
||||
description: "Attentive, prompt, and friendly dining staff.",
|
||||
},
|
||||
title: "Exceptional Service", description: "Attentive, prompt, and friendly dining staff."},
|
||||
{
|
||||
title: "Beautiful Atmosphere",
|
||||
description: "A photogenic space perfect for all occasions.",
|
||||
},
|
||||
title: "Beautiful Atmosphere", description: "A photogenic space perfect for all occasions."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-cook-kitchen-cafe_1303-26161.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-cook-kitchen-cafe_1303-26161.jpg"
|
||||
imageAlt="Chef preparing a gourmet meal"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -125,26 +92,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Grilled Salmon",
|
||||
price: "₹400",
|
||||
variant: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Signature Grilled Salmon", price: "₹400", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Mediterranean Pasta",
|
||||
price: "₹350",
|
||||
variant: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-salad-with-raddish-yellow-bell-pepper-fresh-herbs_140725-1462.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Mediterranean Pasta", price: "₹350", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-salad-with-raddish-yellow-bell-pepper-fresh-herbs_140725-1462.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Artisanal Dessert Platter",
|
||||
price: "₹200",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Artisanal Dessert Platter", price: "₹200", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Taste the craft and passion in every bite. Explore our curated multi-cuisine menu."
|
||||
@@ -156,30 +108,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anshu Anand",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Anshu Anand", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vikash Ranjan Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014954.jpg",
|
||||
},
|
||||
id: "2", name: "Vikash Ranjan Singh", imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014954.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Preeti Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
|
||||
},
|
||||
id: "3", name: "Preeti Singh", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Abhipsa Mishra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg",
|
||||
},
|
||||
id: "4", name: "Abhipsa Mishra", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rahul Verma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Rahul Verma", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg"},
|
||||
]}
|
||||
cardTitle="Diner Reviews"
|
||||
cardTag="Customer Stories"
|
||||
@@ -191,8 +128,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reservations"
|
||||
title="Reserve Your Table"
|
||||
description="Planning a visit? Book your table in advance and experience the magic of RAVENO."
|
||||
@@ -205,13 +141,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="RAVENO"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user