Merge version_1 into main #2
148
src/app/page.tsx
148
src/app/page.tsx
@@ -30,25 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
href: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Hangouts",
|
||||
id: "hangout",
|
||||
href: "/hangout",
|
||||
},
|
||||
name: "Hangouts", id: "/hangout"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="2 KAUDI KI CHAI"
|
||||
/>
|
||||
@@ -58,66 +46,41 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Kanpur ki Sabse Funky Chai Spot ☕🔥"
|
||||
description="Chai, Maggi, Coffee & Chill – All Under ₹200. Experience the coolest hangout vibe in Saket Nagar."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Local Foodie",
|
||||
handle: "@foodiekpr",
|
||||
testimonial: "Excellent location with beautiful ambience for friends and family. Definitely a must-visit!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-wearing-casual-clothes-looking-side-relax-profile-pose-with-natural-face-with-confident-smile_839833-6934.jpg",
|
||||
},
|
||||
name: "Local Foodie", handle: "@foodiekpr", testimonial: "Excellent location with beautiful ambience for friends and family. Definitely a must-visit!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-wearing-casual-clothes-looking-side-relax-profile-pose-with-natural-face-with-confident-smile_839833-6934.jpg"},
|
||||
{
|
||||
name: "College Crew",
|
||||
handle: "@hangoutgang",
|
||||
testimonial: "Good place for weekend hangouts. Pocket-friendly prices and great service!",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street_158538-1639.jpg",
|
||||
},
|
||||
name: "College Crew", handle: "@hangoutgang", testimonial: "Good place for weekend hangouts. Pocket-friendly prices and great service!", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street_158538-1639.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "📞 Call Now", href: "tel:+919876543210"},
|
||||
{
|
||||
text: "📍 Get Directions",
|
||||
href: "https://maps.app.goo.gl/YourCafeLocation",
|
||||
},
|
||||
text: "📍 Get Directions", href: "https://maps.app.goo.gl/YourCafeLocation"},
|
||||
{
|
||||
text: "📝 Plan a Hangout",
|
||||
href: "/hangout",
|
||||
},
|
||||
text: "📝 Plan a Hangout", href: "/hangout"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-medical-mask-drinks-coffee-street_1153-5357.jpg"
|
||||
imageAlt="Vibrant and funky Indian street cafe with young people enjoying chai and maggi"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Late Night Chai Scenes 🌙",
|
||||
type: "text", text: "Late Night Chai Scenes 🌙"},
|
||||
{
|
||||
type: "text", text: "Maggi + Conversations 🍜"},
|
||||
{
|
||||
type: "text", text: "Friends. Chill. Repeat."},
|
||||
{
|
||||
type: "text-icon", text: "Budget Bites", icon: Wallet,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Maggi + Conversations 🍜",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Friends. Chill. Repeat.",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Budget Bites",
|
||||
icon: Wallet,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fun Vibes",
|
||||
icon: Smile,
|
||||
type: "text-icon", text: "Fun Vibes", icon: Smile,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={25}
|
||||
@@ -133,29 +96,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Wallet,
|
||||
title: "Pocket-Friendly Prices",
|
||||
description: "Enjoy delicious chai, Maggi, and coffee without burning a hole in your pocket. Quality and affordability combined!",
|
||||
},
|
||||
title: "Pocket-Friendly Prices", description: "Enjoy delicious chai, Maggi, and coffee without burning a hole in your pocket. Quality and affordability combined!"},
|
||||
{
|
||||
icon: Smile,
|
||||
title: "Chill Hangout Vibe",
|
||||
description: "Our cozy and quirky ambiance makes for the perfect spot to relax, study, or catch up with friends.",
|
||||
},
|
||||
title: "Chill Hangout Vibe", description: "Our cozy and quirky ambiance makes for the perfect spot to relax, study, or catch up with friends."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Great Location",
|
||||
description: "Conveniently located in Saket Nagar, Kanpur, we're easy to find and the ideal meetup spot.",
|
||||
},
|
||||
title: "Great Location", description: "Conveniently located in Saket Nagar, Kanpur, we're easy to find and the ideal meetup spot."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Perfect for Friends & Family",
|
||||
description: "Whether it's a quick chai with friends or a family outing, our cafe welcomes everyone with open arms.",
|
||||
},
|
||||
title: "Perfect for Friends & Family", description: "Whether it's a quick chai with friends or a family outing, our cafe welcomes everyone with open arms."},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Quick Service",
|
||||
description: "No long waits here! Get your favorites fast so you can get back to what matters: enjoying your time.",
|
||||
},
|
||||
title: "Quick Service", description: "No long waits here! Get your favorites fast so you can get back to what matters: enjoying your time."},
|
||||
]}
|
||||
title="Why People Love Us"
|
||||
description="2 KAUDI KI CHAI is more than just a cafe; it's a feeling. Here's why our community keeps coming back."
|
||||
@@ -170,29 +123,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "maggi",
|
||||
name: "Veg Maggi",
|
||||
price: "₹60-120",
|
||||
variant: "Spicy, Cheesy, Masala",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-noodle-soup-with-chicken-wooden-cutting-board-greens-spoon-dark-background_140725-141688.jpg",
|
||||
imageAlt: "Bowl of hot and spicy Veg Maggi noodles",
|
||||
},
|
||||
id: "maggi", name: "Veg Maggi", price: "₹60-120", variant: "Spicy, Cheesy, Masala", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-noodle-soup-with-chicken-wooden-cutting-board-greens-spoon-dark-background_140725-141688.jpg", imageAlt: "Bowl of hot and spicy Veg Maggi noodles"},
|
||||
{
|
||||
id: "chai-bun",
|
||||
name: "Masala Chai + Bun Maska",
|
||||
price: "₹50-90",
|
||||
variant: "Ginger, Cardamom, Strong",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-pastry-sliced-pieces-with-cup-tea-dark-background_140725-89591.jpg",
|
||||
imageAlt: "Cup of Masala Chai with a buttered Bun Maska",
|
||||
},
|
||||
id: "chai-bun", name: "Masala Chai + Bun Maska", price: "₹50-90", variant: "Ginger, Cardamom, Strong", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-pastry-sliced-pieces-with-cup-tea-dark-background_140725-89591.jpg", imageAlt: "Cup of Masala Chai with a buttered Bun Maska"},
|
||||
{
|
||||
id: "cold-coffee",
|
||||
name: "Cold Coffee (Hazelnut)",
|
||||
price: "₹90-150",
|
||||
variant: "Chocolate, Vanilla, Caramel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-preparing-coffee-coffee-house_1303-29339.jpg",
|
||||
imageAlt: "Glass of cold coffee with hazelnut flavor",
|
||||
},
|
||||
id: "cold-coffee", name: "Cold Coffee (Hazelnut)", price: "₹90-150", variant: "Chocolate, Vanilla, Caramel", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-preparing-coffee-coffee-house_1303-29339.jpg", imageAlt: "Glass of cold coffee with hazelnut flavor"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="From classic chai to cheesy Maggi, discover our customer favorites that keep them coming back for more."
|
||||
@@ -207,21 +142,13 @@ export default function LandingPage() {
|
||||
author="Priya Sharma, Regular Customer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-caucasian-woman-wearing-casual-clothes-looking-side-relax-profile-pose-with-natural-face-with-confident-smile_839833-6934.jpg",
|
||||
alt: "Priya Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-caucasian-woman-wearing-casual-clothes-looking-side-relax-profile-pose-with-natural-face-with-confident-smile_839833-6934.jpg", alt: "Priya Sharma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street_158538-1639.jpg",
|
||||
alt: "Rahul Singh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street_158538-1639.jpg", alt: "Rahul Singh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-tennis-player-court_329181-14408.jpg",
|
||||
alt: "Anjali Mehta",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-tennis-player-court_329181-14408.jpg", alt: "Anjali Mehta"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-street-cafe-drinks-coffee_1153-5468.jpg",
|
||||
alt: "Kabir Khan",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-street-cafe-drinks-coffee_1153-5468.jpg", alt: "Kabir Khan"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="opacity"
|
||||
@@ -232,8 +159,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Connect"
|
||||
title="Chai Pe Milte Hain?"
|
||||
description="Ready to experience Kanpur's favorite chai spot? We're waiting for you!"
|
||||
@@ -247,14 +173,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+919876543210",
|
||||
ariaLabel: "Call Us",
|
||||
},
|
||||
href: "tel:+919876543210", ariaLabel: "Call Us"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://maps.app.goo.gl/YourCafeLocation",
|
||||
ariaLabel: "Get Directions",
|
||||
},
|
||||
href: "https://maps.app.goo.gl/YourCafeLocation", ariaLabel: "Get Directions"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user