7 Commits

Author SHA1 Message Date
709be1d39f Update src/app/page.tsx 2026-05-14 16:39:32 +00:00
0145bac618 Update src/app/page.tsx 2026-05-14 16:39:03 +00:00
e7a2647a51 Merge version_2 into main
Merge version_2 into main
2026-05-14 16:35:34 +00:00
d5041b989a Update src/app/page.tsx 2026-05-14 16:35:31 +00:00
08ebd27004 Merge version_2 into main
Merge version_2 into main
2026-05-14 16:35:00 +00:00
59676cc8fb Update src/app/page.tsx 2026-05-14 16:34:53 +00:00
a4dfde9448 Merge version_1 into main
Merge version_1 into main
2026-05-14 16:32:39 +00:00

View File

@@ -3,16 +3,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextAbout from '@/components/sections/about/TextAbout';
import { Award, Camera, Leaf, Star, Users, Wifi } from "lucide-react";
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import { Utensils, Pizza, Leaf } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,26 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "products",
},
{
name: "About",
id: "about",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "products" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Aviary Cocktail Nest"
/>
@@ -60,42 +43,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Aviary Cocktail Nest"
description="Experience Kanpur's most unique jungle-themed culinary destination. Impeccable food, artisanal cocktails, and an atmosphere built for memories."
buttons={[
{
text: "Reserve Table",
href: "#contact",
},
{
text: "View Menu",
href: "#products",
},
]}
description="Welcome to your jungle oasis in Kanpur. Discover a wild blend of North Indian heritage, world-class pizzas, and legendary Biryanis under the canopy."
buttons={[{ text: "Book Your Nest", href: "#contact" }, { text: "Explore Flavors", href: "#products" }]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/stylish-room-with-blurred-effect_1203-554.jpg?_wi=1",
imageAlt: "Jungle interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-with-carrots-plate-carrots-herbs-cabbage-fork-bowls-spices_140725-71453.jpg?_wi=1",
imageAlt: "Impeccable food",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/japanese-slipper-cocktail_123827-35988.jpg?_wi=1",
imageAlt: "Craft cocktails",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg?_wi=1",
imageAlt: "Lounge seating",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg?_wi=1",
imageAlt: "Atmospheric lighting",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-together-while-drinking-glass-beer-bar-friends-concept_58466-16172.jpg",
imageAlt: "Dining experience",
},
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiseEdMzA2svIcNeqq6OmPU9ZT/uploaded-1778776728310-o6h3g3yw.jpg", imageAlt: "Jungle atmosphere" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiseEdMzA2svIcNeqq6OmPU9ZT/uploaded-1778776728310-42z6cc65.jpg?_wi=1", imageAlt: "Gourmet food serving" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiseEdMzA2svIcNeqq6OmPU9ZT/uploaded-1778776728310-99t7xnrr.jpg?_wi=1", imageAlt: "Signature cocktails" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiseEdMzA2svIcNeqq6OmPU9ZT/uploaded-1778776728311-qbejmmk8.jpg?_wi=1", imageAlt: "Lush interior" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiseEdMzA2svIcNeqq6OmPU9ZT/uploaded-1778776728311-1w6yvgoe.jpg?_wi=1", imageAlt: "Elegant table setting" }
]}
/>
</div>
@@ -103,14 +58,8 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
tag="About Us"
title="A Jungle Oasis in the Heart of Kanpur"
buttons={[
{
text: "Visit Us",
href: "#contact",
},
]}
tag="Our Story"
title="An Escape into the Wild"
/>
</div>
@@ -120,24 +69,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
icon: Leaf,
title: "Unique Jungle Theme",
description: "Lush decor and greenery create the perfect backdrop for photos.",
},
{
icon: Camera,
title: "Insta-Worthy Plating",
description: "Every dish is crafted not just for taste, but for visual artistry.",
},
{
icon: Wifi,
title: "Connectivity Support",
description: "Ask for our guest wifi if the basement network is acting up.",
},
{ icon: Utensils, title: "North Indian Soul", description: "Authentic spices and traditional cooking methods from the heart of the North." },
{ icon: Pizza, title: "Artisan Pizzas", description: "Wood-fired perfection with fresh, gourmet toppings for every palate." },
{ icon: Leaf, title: "Jungle Ambience", description: "Immerse yourself in a lush, green environment designed for true relaxation." }
]}
title="Why Guests Love Us"
description="Discover what makes our nestled basement location the talk of Kanpur."
title="Culinary Jungle Adventures"
description="We bring the best of the subcontinent to your plate, surrounded by the wild beauty of our nest."
/>
</div>
@@ -148,75 +85,13 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Tandoori Special",
price: "₹450",
imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg",
},
{
id: "2",
name: "Aviary Signature Biryani",
price: "₹395",
imageSrc: "http://img.b2bpic.net/free-photo/one-pot-chicken-orzo-skillet_127032-3548.jpg",
},
{
id: "3",
name: "Wood-Fired Pizza",
price: "₹520",
imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-cutting-freshly-prepared-pizza-with-special-knife_613910-3418.jpg",
},
{
id: "4",
name: "Tropical Cocktail",
price: "₹600",
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-italian-cocktail-still-life_23-2150645804.jpg",
},
{
id: "5",
name: "Chef's Appetizer",
price: "₹350",
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-balls-top-view_140725-2393.jpg",
},
{
id: "6",
name: "Signature Dessert",
price: "₹299",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cherry-pie-plate-with-white-roses-circle_141793-14280.jpg",
},
{ id: "1", name: "Signature Biryani", price: "₹395", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiseEdMzA2svIcNeqq6OmPU9ZT/uploaded-1778776728310-42z6cc65.jpg?_wi=2" },
{ id: "2", name: "Tandoori Platter", price: "₹450", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiseEdMzA2svIcNeqq6OmPU9ZT/uploaded-1778776728311-qbejmmk8.jpg?_wi=2" },
{ id: "3", name: "Margherita Pizza", price: "₹495", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiseEdMzA2svIcNeqq6OmPU9ZT/uploaded-1778776728310-99t7xnrr.jpg?_wi=2" },
{ id: "4", name: "Signature Mocktail", price: "₹600", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiseEdMzA2svIcNeqq6OmPU9ZT/uploaded-1778776728311-1w6yvgoe.jpg?_wi=2" }
]}
title="Culinary Highlights"
description="From North Indian classics to artisan pizza and cocktails."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
icon: Star,
title: "Google Rating",
value: "4.5",
},
{
id: "m2",
icon: Users,
title: "Happy Diners",
value: "1000+",
},
{
id: "m3",
icon: Award,
title: "Years Experience",
value: "5+",
},
]}
title="Our Community Impact"
description="We are proud to serve our Kanpur neighborhood."
title="The Menu"
description="Curated flavors from our kitchen to your table."
/>
</div>
@@ -225,148 +100,33 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Rahul Verma",
date: "Oct 2024",
title: "Foodie",
quote: "The food was impeccable, delicious and gorgeously presented.",
tag: "Excellent",
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-discussing-with-waiter-who-is-serving-her-food-pub_637285-6627.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-room-with-blurred-effect_1203-554.jpg?_wi=2",
imageAlt: "happy customer dining",
},
{
id: "t2",
name: "Priya Singh",
date: "Sep 2024",
title: "Local",
quote: "The jungle theme is amazing for photos, loved the vibe!",
tag: "Beautiful",
avatarSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-with-carrots-plate-carrots-herbs-cabbage-fork-bowls-spices_140725-71453.jpg?_wi=2",
imageAlt: "happy customer dining",
},
{
id: "t3",
name: "Amit Kumar",
date: "Aug 2024",
title: "Regular",
quote: "Prices are quite affordable, great deals online.",
tag: "Value",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/japanese-slipper-cocktail_123827-35988.jpg?_wi=2",
imageAlt: "happy customer dining",
},
{
id: "t4",
name: "Sneha Reddy",
date: "Jul 2024",
title: "Visitor",
quote: "A must-visit spot in Kanpur. The Biryani is authentic.",
tag: "Great",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg?_wi=2",
imageAlt: "happy customer dining",
},
{
id: "t5",
name: "Vikram Seth",
date: "Jun 2024",
title: "Diner",
quote: "Great service and unique cocktails. Will come again.",
tag: "Impressive",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-with-headphones-jeans-jacket_23-2148328980.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg?_wi=2",
imageAlt: "happy customer dining",
},
{ id: "t1", name: "Aarav K.", date: "Oct 2024", title: "Food Enthusiast", quote: "The Biryani is the best in Kanpur, no doubt about it!", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiseEdMzA2svIcNeqq6OmPU9ZT/uploaded-1778776728310-o6h3g3yw.jpg", tag: "Authentic" },
{ id: "t2", name: "Meera S.", date: "Sep 2024", title: "Local", quote: "Incredible decor and the pizza crust was perfectly crispy.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiseEdMzA2svIcNeqq6OmPU9ZT/uploaded-1778776728310-42z6cc65.jpg", tag: "Vibes" }
]}
title="Guest Reviews"
description="Read what our wonderful guests have to say."
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Are there vegan options?",
content: "Yes, we have a variety of plant-based options available. Please ask your server.",
},
{
id: "f2",
title: "What are your hours?",
content: "We are open until 00:30.",
},
{
id: "f3",
title: "Is network available?",
content: "The basement network can be spotty, ask for the guest wifi upon arrival.",
},
]}
title="Know Before You Go"
description="Common queries answered for your visit."
faqsAnimation="slide-up"
title="What Diners Say"
description="Our guests love the nest, and their feedback keeps us growing."
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
text="122/732,733, Basement, near Hotel Bhagyaraj Palace, Industrial Estate, Shastri Nagar, Kanpur, Uttar Pradesh 208005. Call 079915 65477 to reserve a table."
buttons={[
{
text: "WhatsApp Us",
href: "https://wa.me/917991565477",
},
]}
background={{ variant: "plain" }}
text="Reserve your spot at Aviary Cocktail Nest in Kanpur today. Visit us at 122/732, Shastri Nagar or call to book a table for your next celebration."
buttons={[{ text: "Reserve via WhatsApp", href: "https://wa.me/917991565477" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Navigate",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Menu",
href: "#products",
},
{
label: "Reviews",
href: "#testimonials",
},
],
},
{
title: "Connect",
items: [
{
label: "Directions",
href: "https://maps.google.com",
},
{
label: "WhatsApp",
href: "https://wa.me/917991565477",
},
],
},
{ title: "Menu", items: [{ label: "North Indian", href: "#products" }, { label: "Pizza", href: "#products" }] },
{ title: "Reservations", items: [{ label: "WhatsApp", href: "https://wa.me/917991565477" }, { label: "Location", href: "#contact" }] }
]}
logoText="Aviary"
logoText="Aviary Cocktail Nest"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}