Merge version_1 into main #2
209
src/app/page.tsx
209
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "about",
|
||||
},
|
||||
name: "Experience", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="YAARA"
|
||||
/>
|
||||
@@ -55,51 +47,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Guwahati’s Favorite Pure Veg Dining Experience"
|
||||
description="Multi-cuisine delights, live music, and a vibe you’ll love."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Reserve",
|
||||
href: "tel:+919508150041",
|
||||
},
|
||||
text: "Call to Reserve", href: "tel:+919508150041"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkipPIeBU8CyjGIQjdb6ekHiSd/uploaded-1776943984124-sck1rgxs.jpg?_wi=1",
|
||||
imageAlt: "Yaara Dining Room",
|
||||
},
|
||||
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkipPIeBU8CyjGIQjdb6ekHiSd/uploaded-1776943984124-sck1rgxs.jpg", imageAlt: "Yaara Dining Room"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkipPIeBU8CyjGIQjdb6ekHiSd/uploaded-1776943984124-nflcqn8k.jpg?_wi=1",
|
||||
imageAlt: "Yaara Bar Area",
|
||||
},
|
||||
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkipPIeBU8CyjGIQjdb6ekHiSd/uploaded-1776943984124-nflcqn8k.jpg", imageAlt: "Yaara Bar Area"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkipPIeBU8CyjGIQjdb6ekHiSd/uploaded-1776943984124-9e2vtf4a.jpg?_wi=1",
|
||||
imageAlt: "Signature Dish",
|
||||
},
|
||||
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkipPIeBU8CyjGIQjdb6ekHiSd/uploaded-1776943984124-9e2vtf4a.jpg", imageAlt: "Signature Dish"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkipPIeBU8CyjGIQjdb6ekHiSd/uploaded-1776943984124-snxfmxbn.jpg",
|
||||
imageAlt: "Table Setting",
|
||||
},
|
||||
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkipPIeBU8CyjGIQjdb6ekHiSd/uploaded-1776943984124-snxfmxbn.jpg", imageAlt: "Table Setting"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkipPIeBU8CyjGIQjdb6ekHiSd/uploaded-1776943984125-gts9w4ze.jpg",
|
||||
imageAlt: "Ambiance",
|
||||
},
|
||||
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkipPIeBU8CyjGIQjdb6ekHiSd/uploaded-1776943984125-gts9w4ze.jpg", imageAlt: "Ambiance"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg",
|
||||
imageAlt: "Dining Experience",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", imageAlt: "Dining Experience"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,22 +80,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Top Rated",
|
||||
title: "Veg Restaurant in Guwahati",
|
||||
items: [],
|
||||
id: "1", value: "Top Rated", title: "Veg Restaurant in Guwahati", items: [],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Pure Veg",
|
||||
title: "Jain Options Available",
|
||||
items: [],
|
||||
id: "2", value: "Pure Veg", title: "Jain Options Available", items: [],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Location",
|
||||
title: "Christian Basti, G.S. Road",
|
||||
items: [],
|
||||
id: "3", value: "Location", title: "Christian Basti, G.S. Road", items: [],
|
||||
},
|
||||
]}
|
||||
title="Why Choose Yaara?"
|
||||
@@ -141,13 +101,9 @@ export default function LandingPage() {
|
||||
description="Yaara is where great taste meets great moments. Experience our chic ambiance, pool table, library corner, and live music nights curated for you."
|
||||
metrics={[
|
||||
{
|
||||
value: "Chic",
|
||||
title: "Ambiance",
|
||||
},
|
||||
value: "Chic", title: "Ambiance"},
|
||||
{
|
||||
value: "Live",
|
||||
title: "Music Nights",
|
||||
},
|
||||
value: "Live", title: "Music Nights"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -163,47 +119,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Thalis",
|
||||
price: "₹390",
|
||||
variant: "Authentic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-iron-teapot-with-glass-tea-potted-plant-table_141793-13004.jpg",
|
||||
},
|
||||
id: "p1", name: "Thalis", price: "₹390", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/side-view-iron-teapot-with-glass-tea-potted-plant-table_141793-13004.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Biryani Special",
|
||||
price: "₹400",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-with-food-thanksgiving-day_23-2148632542.jpg",
|
||||
},
|
||||
id: "p2", name: "Biryani Special", price: "₹400", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/table-with-food-thanksgiving-day_23-2148632542.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Tandoori Starters",
|
||||
price: "₹195 - ₹350",
|
||||
variant: "Snacks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg",
|
||||
},
|
||||
id: "p3", name: "Tandoori Starters", price: "₹195 - ₹350", variant: "Snacks", imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Indo-Chinese",
|
||||
price: "₹320 - ₹350",
|
||||
variant: "Flavors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg",
|
||||
},
|
||||
id: "p4", name: "Indo-Chinese", price: "₹320 - ₹350", variant: "Flavors", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Momos & Snacks",
|
||||
price: "₹220",
|
||||
variant: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-champagne-glasses_23-2148667931.jpg",
|
||||
},
|
||||
id: "p5", name: "Momos & Snacks", price: "₹220", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/tray-with-champagne-glasses_23-2148667931.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Continental",
|
||||
price: "₹320 - ₹380",
|
||||
variant: "Global",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg",
|
||||
},
|
||||
id: "p6", name: "Continental", price: "₹320 - ₹380", variant: "Global", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Taste the variety at Yaara."
|
||||
@@ -217,49 +143,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Paneer Tikka",
|
||||
description: "Tender paneer marinated in aromatic spices.",
|
||||
icon: Flame,
|
||||
title: "Paneer Tikka", description: "Tender paneer marinated in aromatic spices.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821259.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821259.jpg"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkipPIeBU8CyjGIQjdb6ekHiSd/uploaded-1776943984124-sck1rgxs.jpg?_wi=2",
|
||||
imageAlt: "modern restaurant ambiance dark luxury",
|
||||
},
|
||||
{
|
||||
title: "Yaara Handi Biryani",
|
||||
description: "Classic fragrant rice slow-cooked to perfection.",
|
||||
icon: Award,
|
||||
title: "Yaara Handi Biryani", description: "Classic fragrant rice slow-cooked to perfection.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-drag-queens-indoors_23-2149556849.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-drag-queens-indoors_23-2149556849.jpg"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkipPIeBU8CyjGIQjdb6ekHiSd/uploaded-1776943984124-nflcqn8k.jpg?_wi=2",
|
||||
imageAlt: "modern restaurant ambiance dark luxury",
|
||||
},
|
||||
{
|
||||
title: "Cheesy Momos",
|
||||
description: "Crispy yet melt-in-mouth cheesy delight.",
|
||||
icon: Utensils,
|
||||
title: "Cheesy Momos", description: "Crispy yet melt-in-mouth cheesy delight.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beige-colored-interior-dining-room_114579-2540.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beige-colored-interior-dining-room_114579-2540.jpg"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkipPIeBU8CyjGIQjdb6ekHiSd/uploaded-1776943984124-9e2vtf4a.jpg?_wi=2",
|
||||
imageAlt: "modern restaurant ambiance dark luxury",
|
||||
},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
@@ -275,25 +183,15 @@ export default function LandingPage() {
|
||||
author="Anjali Sharma"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187167.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187167.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -304,14 +202,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Reserve your table today and experience Yaara. Call us at +91 95081 50041."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919508150041",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919508150041"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -322,37 +217,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+919508150041",
|
||||
},
|
||||
label: "Call Us", href: "tel:+919508150041"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Christian Basti",
|
||||
href: "#",
|
||||
},
|
||||
label: "Christian Basti", href: "#"},
|
||||
{
|
||||
label: "G.S. Road, Guwahati",
|
||||
href: "#",
|
||||
},
|
||||
label: "G.S. Road, Guwahati", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "9:00 AM - 11:55 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "9:00 AM - 11:55 PM", href: "#"},
|
||||
{
|
||||
label: "Daily Open",
|
||||
href: "#",
|
||||
},
|
||||
label: "Daily Open", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user