10 Commits

Author SHA1 Message Date
dbd775a4e8 Update src/app/page.tsx 2026-04-17 15:21:22 +00:00
b01c71fcc2 Update src/app/page.tsx 2026-04-17 15:11:13 +00:00
346c57f5d1 Update src/app/page.tsx 2026-04-17 15:06:16 +00:00
7d11115285 Update src/app/page.tsx 2026-04-17 15:05:49 +00:00
245e4621ef Merge version_2 into main
Merge version_2 into main
2026-04-17 15:03:10 +00:00
6b296bc2ab Update src/app/page.tsx 2026-04-17 15:03:07 +00:00
bfeaff8962 Merge version_2 into main
Merge version_2 into main
2026-04-17 15:02:46 +00:00
6be2789f3e Update src/app/page.tsx 2026-04-17 15:02:40 +00:00
587054832f Merge version_2 into main
Merge version_2 into main
2026-04-17 15:02:15 +00:00
22bede0876 Update src/app/page.tsx 2026-04-17 15:02:09 +00:00

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Our Vibe",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Our Vibe", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Eleven 11"
/>
@@ -58,67 +43,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Eleven 11: Expresso Yourself ☕✨"
description="Nagpur's most aesthetic café for coffee, conversations, and unforgettable vibes. Where premium meets cozy, and every moment becomes a memory."
buttons={[
{
text: "View Menu & Book a Table",
href: "#menu",
},
{
text: "Explore the Vibe",
href: "#about",
},
{ text: "View Menu & Book a Table", href: "#menu" },
{ text: "Explore the Vibe", href: "#about" },
]}
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg"
imageAlt="Eleven 11 Cafe aesthetic interior"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg",
alt: "Vertical shot of bulb in a room",
},
{
src: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg",
alt: "Young attractive woman in striped trench coat",
},
{
src: "http://img.b2bpic.net/free-photo/twig-near-cups-lamp_23-2147811205.jpg",
alt: "Twig near cups and lamp",
},
{
src: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg",
alt: "Woman works at a cafe in the evening",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17103.jpg",
alt: "Portrait of a pretty young woman sitting",
},
]}
marqueeItems={[
{
type: "text",
text: "Artisan Coffee",
},
{
type: "text",
text: "Cozy Vibes",
},
{
type: "text",
text: "Creative Hub",
},
{
type: "text",
text: "Premium Bakes",
},
{
type: "text",
text: "Nagpur's Best",
},
]}
/>
</div>
@@ -128,7 +61,6 @@ export default function LandingPage() {
title="Crafted for Moments"
description="Eleven 11 isn't just a café; it's a sanctuary designed for Nagpuri dreamers, creators, and professionals. We blend high-end aesthetics with genuine comfort, ensuring every corner is ready for your next memory."
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-dessert-with-drink_23-2148322830.jpg"
imageAlt="Cozy cafe atmosphere at Eleven 11"
/>
</div>
@@ -138,24 +70,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Instagrammable Corners",
description: "Carefully curated aesthetics in every corner of our space, perfect for your next content shoot.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-menu-together-restaurant_23-2150520054.jpg",
imageAlt: "Aesthetic cafe decor",
},
{
title: "Cozy Work Hub",
description: "Quiet corners and comfortable seating make us the perfect secondary office for creative pros.",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-other-decorative-items-father-s-day_23-2147632071.jpg",
imageAlt: "Work-friendly cafe space",
},
{
title: "Premium Confections",
description: "Indulge in artisanal bakes and coffee blends crafted with locally-sourced premium ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2410.jpg",
imageAlt: "Cafe food display",
},
{ title: "Instagrammable Corners", description: "Carefully curated aesthetics in every corner.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-menu-together-restaurant_23-2150520054.jpg" },
{ title: "Cozy Work Hub", description: "Quiet corners for creative pros.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-other-decorative-items-father-s-day_23-2147632071.jpg" },
{ title: "Premium Confections", description: "Artisanal bakes and coffee blends.", imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2410.jpg" },
]}
title="Why Eleven 11?"
description="Experience a space that understands the balance between style, work, and play."
@@ -168,76 +85,34 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
title="Full Menu"
description="Explore our curated categories of coffee, food, and specialties."
products={[
{
id: "1",
name: "Signature Latte",
price: "₹220",
variant: "Coffee",
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-strong-turkish-coffee-black-old-table-bizet-top-view_166373-2980.jpg",
imageAlt: "Artisan Latte",
},
{
id: "2",
name: "Cold Brew Fusion",
price: "₹280",
variant: "Cold",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-ice-cubes-glass-wooden-spoon_23-2148441187.jpg",
imageAlt: "Cold Brew Coffee",
},
{
id: "3",
name: "Velvet Mocha",
price: "₹250",
variant: "Coffee",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-warm-drink_23-2149134379.jpg",
imageAlt: "Mocha Drink",
},
{
id: "4",
name: "Almond Croissant",
price: "₹180",
variant: "Bake",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-cream-fresh-sliced-fruits-along-with-cinnamon-tea-grey-blue-desk-fruit-cake-biscuit_140725-22588.jpg",
imageAlt: "Almond Croissant",
},
{
id: "5",
name: "Matcha Bliss",
price: "₹290",
variant: "Specialty",
imageSrc: "http://img.b2bpic.net/free-photo/composition-beautiful-tableware-table_23-2148835161.jpg",
imageAlt: "Matcha Latte",
},
{
id: "6",
name: "Seasonal Tart",
price: "₹220",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-jelly-pancakes-with-raisins-fruit-jelly-white-background-cake-biscuit-dessert-jelly-jam-sweet_140725-96513.jpg",
imageAlt: "Seasonal Fruit Tart",
},
{ id: "c1", name: "Signature Espresso", price: "₹150", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/cup-with-strong-turkish-coffee-black-old-table-bizet-top-view_166373-2980.jpg" },
{ id: "c2", name: "Velvet Mocha", price: "₹250", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-warm-drink_23-2149134379.jpg" },
{ id: "c3", name: "Cold Brew", price: "₹280", variant: "Cold Brews", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-ice-cubes-glass-wooden-spoon_23-2148441187.jpg" },
{ id: "c4", name: "Hot Chocolate", price: "₹200", variant: "Hot Chocolates", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUQSyHC3xQ9VNAiwQvYwkQjE6l/uploaded-1776438718851-q5l5yk32.jpg" },
{ id: "m1", name: "Matcha Latte", price: "₹300", variant: "Matcha", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUQSyHC3xQ9VNAiwQvYwkQjE6l/uploaded-1776438773065-lat2y8ed.jpg" },
{ id: "d1", name: "Almond Croissant", price: "₹180", variant: "Desserts", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUQSyHC3xQ9VNAiwQvYwkQjE6l/uploaded-1776439276409-b2mp843q.jpg" },
{ id: "d2", name: "Seasonal Fruit Tart", price: "₹220", variant: "Desserts", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-jelly-pancakes-with-raisins-fruit-jelly-white-background-cake-biscuit-dessert-jelly-jam-sweet_140725-96513.jpg" },
{ id: "mo1", name: "Mint Mojito", price: "₹250", variant: "Mojitos", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mojito-cocktail-with-lime-mint_23-2148446210.jpg" },
{ id: "s1", name: "Vanilla Shake", price: "₹250", variant: "Shakes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUQSyHC3xQ9VNAiwQvYwkQjE6l/uploaded-1776438537213-b75vintw.jpg" },
{ id: "p1", name: "Margherita Pizza", price: "₹450", variant: "Pizza", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUQSyHC3xQ9VNAiwQvYwkQjE6l/uploaded-1776438584358-gd7mpt4b.jpg" },
{ id: "p2", name: "Arrabbiata Pasta", price: "₹400", variant: "Pasta", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUQSyHC3xQ9VNAiwQvYwkQjE6l/uploaded-1776438667247-097givdi.jpg" },
{ id: "w1", name: "Buffalo Wings", price: "₹350", variant: "Wings", imageSrc: "http://img.b2bpic.net/free-photo/buffalo-wings_23-2148321855.jpg" },
{ id: "a1", name: "Extra Oat Milk", price: "₹40", variant: "Add-ons", imageSrc: "http://img.b2bpic.net/free-photo/composition-beautiful-tableware-table_23-2148835161.jpg?_wi=1" },
{ id: "a2", name: "Vanilla Syrup", price: "₹30", variant: "Add-ons", imageSrc: "http://img.b2bpic.net/free-photo/composition-beautiful-tableware-table_23-2148835161.jpg?_wi=2" }
]}
title="Signature Menu"
description="A curated list of our best-selling coffee and treats."
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
names={["Nagpur Today", "Lifestyle Weekly", "City Pulse", "Nagpur Foodies"]}
textboxLayout="default"
useInvertedBackground={false}
names={[
"Nagpur Today",
"Lifestyle Weekly",
"The Daily Grind",
"Nagpur Foodies",
"Gen Z Hub",
"City Pulse",
"Creators Collective",
]}
title="Featured in & Loved by"
description="As shared across the community of Nagpur's trendsetters."
title="Featured in"
description="Loved by the community."
/>
</div>
@@ -246,126 +121,38 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ananya Sharma",
role: "Photographer",
company: "Creative Nagpur",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-multiracial-woman-with-blonde-afro-hairstyle-braids-zizi-street-cafe-with-headphones-yellow-sunglasses-bright-makeup-hippie-style_1321-2069.jpg",
},
{
id: "2",
name: "Rohan Deshmukh",
role: "Developer",
company: "Tech Labs",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-guys-coffee-shop_23-2148450776.jpg",
},
{
id: "3",
name: "Sneha Patil",
role: "Content Creator",
company: "Trendsetters",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/learning-together-brings-better-results_329181-2908.jpg",
},
{
id: "4",
name: "Vikram Seth",
role: "Marketing Head",
company: "GrowCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-having-fun-while-using-smart-phone-cafe_637285-8946.jpg",
},
{
id: "5",
name: "Priya Iyer",
role: "Designer",
company: "Studio 11",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-two-gossip-girls-talking-coffee-shop-outdoors_1098-20540.jpg",
},
]}
kpiItems={[
{
value: "10k+",
label: "Social Mentions",
},
{
value: "500+",
label: "Events Hosted",
},
{
value: "4.9",
label: "Rating",
},
]}
title="What They Say"
description="Real stories from moments made at Eleven 11."
testimonials={[]}
kpiItems={[
{ value: "10k+", label: "Mentions" },
{ value: "500+", label: "Events" },
{ value: "4.9", label: "Rating" }
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do I need to book a table?",
content: "While walk-ins are always welcome, we recommend booking a table via our link for peak hours.",
},
{
id: "2",
title: "Is the cafe workspace-friendly?",
content: "Yes! We love having creators and professionals working from here, especially on weekdays.",
},
{
id: "3",
title: "Can we host private events?",
content: "Absolutely. Eleven 11 is a perfect venue for private celebrations, parties, and meetings.",
},
]}
title="Common Questions"
description="Need to know something? Here are the most frequently asked questions about us."
faqsAnimation="slide-up"
description="Frequently Asked Questions"
useInvertedBackground={false}
title="Common Questions"
faqs={[]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
text="Ready to experience the vibe? Book your table or reach out to us today for private events and collaborations."
buttons={[
{
text: "Book a Table",
href: "#",
},
{
text: "Collaborate With Us",
href: "#",
},
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
text="Ready for the experience? Reach out to us today."
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Eleven 11"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Instagram",
href: "https://instagram.com",
}}
/>
<FooterLogoReveal logoText="Eleven 11" leftLink={{text: "Privacy", href: "#"}} rightLink={{text: "Instagram", href: "#"}} />
</div>
</ReactLenis>
</ThemeProvider>