Merge version_1 into main #1
188
src/app/page.tsx
188
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reserve", id: "contact" }
|
||||
]}
|
||||
brandName="Ananya Rooftop"
|
||||
/>
|
||||
@@ -53,38 +41,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="Delicious Food • 360° View of Kalol • Peaceful Ambience"
|
||||
description="Experience fine dining under the open sky at Ananya Rooftop Café. Your perfect spot for unforgettable moments and city views."
|
||||
tag="Welcome to Ananya"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Table", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg",
|
||||
imageAlt: "Rooftop ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg", imageAlt: "Rooftop ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg",
|
||||
imageAlt: "City view from rooftop",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-toasting-with-red-wine_53876-40302.jpg",
|
||||
imageAlt: "Friends toasting with red wine",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-food-bench_23-2149005437.jpg",
|
||||
imageAlt: "Medium shot woman with food on bench",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sitting-table-with-chairs-yellow-sofa-restaurant-with-panoramic-view_114579-1523.jpg",
|
||||
imageAlt: "A sitting table with chairs and yellow sofa in a restaurant with panoramic view.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "City view from rooftop"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -97,14 +66,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Elevated Dining Experience",
|
||||
},
|
||||
type: "text", content: "Elevated Dining Experience"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg",
|
||||
alt: "Rooftop view",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg", alt: "Rooftop view"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,59 +81,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Pizza",
|
||||
name: "Margherita Pizza",
|
||||
price: "$12.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg",
|
||||
},
|
||||
id: "p1", brand: "Pizza", name: "Margherita Pizza", price: "$12.00", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Pizza",
|
||||
name: "Farm Fresh Pizza",
|
||||
price: "$15.00",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg",
|
||||
},
|
||||
id: "p2", brand: "Pizza", name: "Farm Fresh Pizza", price: "$15.00", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Pasta",
|
||||
name: "Alfredo Pasta",
|
||||
price: "$14.00",
|
||||
rating: 4,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-public-intimacy-moments_23-2149428326.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Soup",
|
||||
name: "Tomato Basil Soup",
|
||||
price: "$8.00",
|
||||
rating: 5,
|
||||
reviewCount: "205",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Starters",
|
||||
name: "Chilli Potato",
|
||||
price: "$9.00",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-buildings-golden-hour_250224-98.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Starters",
|
||||
name: "Paneer 65",
|
||||
price: "$11.00",
|
||||
rating: 5,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-marketplace_23-2151599526.jpg",
|
||||
},
|
||||
id: "p3", brand: "Pasta", name: "Alfredo Pasta", price: "$14.00", rating: 4,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-public-intimacy-moments_23-2149428326.jpg"}
|
||||
]}
|
||||
title="Exquisite Menu"
|
||||
description="A curated selection of flavours from across the globe."
|
||||
@@ -183,40 +102,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
handle: "@sarah",
|
||||
testimonial: "Amazing rooftop vibe and great food!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah", handle: "@sarah", testimonial: "Amazing rooftop vibe and great food!", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John",
|
||||
handle: "@john",
|
||||
testimonial: "360 view of Kalol is spectacular.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shapely-caucasian-woman-brown-dress-stretching-balcony-dreamy-brunette-girl-enjoying-morning-terrace_197531-11377.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit",
|
||||
handle: "@amit",
|
||||
testimonial: "Best Paneer Tikka in the city.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-couple-toasting-wine-glasses_23-2147891131.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Priya",
|
||||
handle: "@priya",
|
||||
testimonial: "Beautiful ambience for dinner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-interracial-young-couple-sitting-outdoor-cafe_23-2148151923.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rahul",
|
||||
handle: "@rahul",
|
||||
testimonial: "Must visit with friends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
|
||||
},
|
||||
id: "2", name: "John", handle: "@john", testimonial: "360 view of Kalol is spectacular.", imageSrc: "http://img.b2bpic.net/free-photo/shapely-caucasian-woman-brown-dress-stretching-balcony-dreamy-brunette-girl-enjoying-morning-terrace_197531-11377.jpg"}
|
||||
]}
|
||||
title="Loved by Our Guests"
|
||||
description="Hear what our visitors have to say about their experience."
|
||||
@@ -229,20 +117,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend booking a table.",
|
||||
},
|
||||
id: "f1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking a table."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, we have parking at Kamla Amrut Complex.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What are the timings?",
|
||||
content: "We are open from 12 PM to 11 PM.",
|
||||
},
|
||||
id: "f2", title: "Is parking available?", content: "Yes, we have parking at Kamla Amrut Complex."}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-yoga-equipment_23-2151725307.jpg"
|
||||
title="Questions & Answers"
|
||||
@@ -255,14 +132,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Visit us at 5th Floor, Above Hotel Ananya, Kamla Amrut Complex, Kalol. Call 92748 20209 for reservations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:9274820209",
|
||||
},
|
||||
text: "Call Now", href: "tel:9274820209"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -272,25 +146,15 @@ export default function LandingPage() {
|
||||
logoText="Ananya Rooftop"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Pizza",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Pasta",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pizza", href: "#menu"}
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Find Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Find Us", href: "#contact"}
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user