Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6eccbe3b0d | |||
| 00aed90b45 | |||
| ebcf2d6a5d | |||
| e7ff356f02 | |||
| 7d2e682b1e |
230
src/app/page.tsx
230
src/app/page.tsx
@@ -29,76 +29,47 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Our Menu", id: "products"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "features",
|
||||
},
|
||||
name: "Why Us", id: "features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Abhinandan Kadak Special Akurdi"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:09767501569",
|
||||
}}
|
||||
text: "Call Now", href: "tel:09767501569"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Kadak Chai That Hits Different ☕"
|
||||
description="Freshly brewed tea, bun maska & more in Akurdi. Your neighborhood premium chai spot for a cozy vibe and authentic taste."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:09767501569",
|
||||
},
|
||||
text: "Call Now", href: "tel:09767501569"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Abhinandan+Kadak+Special+Akurdi+Pune",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=Abhinandan+Kadak+Special+Akurdi+Pune"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-milk-tea-concept-wooden-table_23-2148555196.jpg",
|
||||
imageAlt: "Kadak chai being poured",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-milk-tea-concept-wooden-table_23-2148555196.jpg", imageAlt: "Kadak chai being poured"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nuts-autumn-leaf-near-drink-snack_23-2147885838.jpg",
|
||||
imageAlt: "Bun maska with butter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nuts-autumn-leaf-near-drink-snack_23-2147885838.jpg", imageAlt: "Bun maska with butter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sonfident-young-african-american-woman-smart-casual-wear-cafe-with-cup-hot-drink-hand_627829-5308.jpg",
|
||||
imageAlt: "Cozy tea shop interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sonfident-young-african-american-woman-smart-casual-wear-cafe-with-cup-hot-drink-hand_627829-5308.jpg", imageAlt: "Cozy tea shop interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-hot-water-arrangement_23-2149055817.jpg",
|
||||
imageAlt: "Steaming cup of chai",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-hot-water-arrangement_23-2149055817.jpg", imageAlt: "Steaming cup of chai"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-fresh-green-tea-glass-teapot-ceremony-dark-background_1220-1710.jpg",
|
||||
imageAlt: "Traditional chai kettle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-fresh-green-tea-glass-teapot-ceremony-dark-background_1220-1710.jpg", imageAlt: "Traditional chai kettle"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soup-near-assorted-spice_23-2147894901.jpg",
|
||||
imageAlt: "Tea spices and ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soup-near-assorted-spice_23-2147894901.jpg", imageAlt: "Tea spices and ingredients"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -111,37 +82,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "fresh-chai",
|
||||
title: "Freshly Brewed Kadak Chai",
|
||||
description: "Every cup is brewed with fresh, premium ingredients and passion, ensuring a strong, authentic flavor that hits different.",
|
||||
tag: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bean-black-brown-beans-background_1303-1930.jpg",
|
||||
imageAlt: "Freshly brewed kadak chai",
|
||||
},
|
||||
id: "fresh-chai", title: "Freshly Brewed Kadak Chai", description: "Every cup is brewed with fresh, premium ingredients and passion, ensuring a strong, authentic flavor that hits different.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/bean-black-brown-beans-background_1303-1930.jpg", imageAlt: "Freshly brewed kadak chai"},
|
||||
{
|
||||
id: "variety-flavors",
|
||||
title: "Wide Variety of Flavors",
|
||||
description: "From classic Masala to refreshing Ginger and fragrant Elaichi, explore our diverse range and discover your perfect blend.",
|
||||
tag: "Variety",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-tea-with-dried-ingredient-pink-orchid-flower-black-background_23-2148208424.jpg",
|
||||
imageAlt: "Variety of tea flavors",
|
||||
},
|
||||
id: "variety-flavors", title: "Wide Variety of Flavors", description: "From classic Masala to refreshing Ginger and fragrant Elaichi, explore our diverse range and discover your perfect blend.", tag: "Variety", imageSrc: "http://img.b2bpic.net/free-photo/healthy-tea-with-dried-ingredient-pink-orchid-flower-black-background_23-2148208424.jpg", imageAlt: "Variety of tea flavors"},
|
||||
{
|
||||
id: "cozy-vibe",
|
||||
title: "Cozy & Welcoming Vibe",
|
||||
description: "Step into a warm, friendly, and inviting atmosphere, ideal for a quick break, relaxed chat, or a cozy evening.",
|
||||
tag: "Atmosphere",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-with-cup-coffee-listening-music-smartphone_23-2147925437.jpg",
|
||||
imageAlt: "Cozy cafe interior",
|
||||
},
|
||||
id: "cozy-vibe", title: "Cozy & Welcoming Vibe", description: "Step into a warm, friendly, and inviting atmosphere, ideal for a quick break, relaxed chat, or a cozy evening.", tag: "Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-with-cup-coffee-listening-music-smartphone_23-2147925437.jpg", imageAlt: "Cozy cafe interior"},
|
||||
{
|
||||
id: "affordable-price",
|
||||
title: "Affordable Premium Pricing",
|
||||
description: "Enjoy the rich, premium taste of our chai and snacks without breaking the bank. Quality and value, always.",
|
||||
tag: "Value",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-great-labels-black-friday_23-2147576280.jpg",
|
||||
imageAlt: "Affordable pricing",
|
||||
},
|
||||
id: "affordable-price", title: "Affordable Premium Pricing", description: "Enjoy the rich, premium taste of our chai and snacks without breaking the bank. Quality and value, always.", tag: "Value", imageSrc: "http://img.b2bpic.net/free-vector/set-great-labels-black-friday_23-2147576280.jpg", imageAlt: "Affordable pricing"},
|
||||
]}
|
||||
title="Why Choose Abhinandan Special Akurdi?"
|
||||
description="More than just tea, it's an experience designed for true tea lovers and those seeking a perfect local spot."
|
||||
@@ -156,47 +103,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Kadak Masala Chai",
|
||||
price: "₹30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-aroma-tasty-coffee-with-cinnamon-sticks-star-anise-high-quality-photo_114579-68924.jpg",
|
||||
imageAlt: "Kadak Masala Chai",
|
||||
},
|
||||
id: "p1", name: "Kadak Masala Chai", price: "₹30", imageSrc: "http://img.b2bpic.net/free-photo/cup-aroma-tasty-coffee-with-cinnamon-sticks-star-anise-high-quality-photo_114579-68924.jpg", imageAlt: "Kadak Masala Chai"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Bun Maska",
|
||||
price: "₹25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-tea-party-flowers_23-2148074895.jpg",
|
||||
imageAlt: "Bun Maska",
|
||||
},
|
||||
id: "p2", name: "Bun Maska", price: "₹25", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-tea-party-flowers_23-2148074895.jpg", imageAlt: "Bun Maska"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Cold Coffee",
|
||||
price: "₹50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624100.jpg",
|
||||
imageAlt: "Cold Coffee",
|
||||
},
|
||||
id: "p3", name: "Cold Coffee", price: "₹50", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624100.jpg", imageAlt: "Cold Coffee"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Mango Lassi",
|
||||
price: "₹60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508924.jpg",
|
||||
imageAlt: "Mango Lassi",
|
||||
},
|
||||
id: "p4", name: "Mango Lassi", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508924.jpg", imageAlt: "Mango Lassi"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Elaichi Chai",
|
||||
price: "₹30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-tea-with-feta-cheese-with-olives-green-onions-stand-wooden-background_141793-49402.jpg",
|
||||
imageAlt: "Elaichi Chai",
|
||||
},
|
||||
id: "p5", name: "Elaichi Chai", price: "₹30", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cup-tea-with-feta-cheese-with-olives-green-onions-stand-wooden-background_141793-49402.jpg", imageAlt: "Elaichi Chai"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Ginger Chai",
|
||||
price: "₹30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-cup-with-star-anise-cinnamon_23-2148759271.jpg",
|
||||
imageAlt: "Ginger Chai",
|
||||
},
|
||||
id: "p6", name: "Ginger Chai", price: "₹30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-cup-with-star-anise-cinnamon_23-2148759271.jpg", imageAlt: "Ginger Chai"},
|
||||
]}
|
||||
title="Our Delicious Offerings"
|
||||
description="Discover our flavorful range of teas, snacks, and cold drinks, crafted to satisfy your cravings."
|
||||
@@ -210,37 +127,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rahul Sharma",
|
||||
role: "Local Resident",
|
||||
testimonial: "“Best place to have a cup of tea with bun maska. The perfect combination for a relaxing evening!”",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera_23-2148238839.jpg",
|
||||
imageAlt: "Rahul Sharma",
|
||||
},
|
||||
id: "t1", name: "Rahul Sharma", role: "Local Resident", testimonial: "“Best place to have a cup of tea with bun maska. The perfect combination for a relaxing evening!”", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera_23-2148238839.jpg", imageAlt: "Rahul Sharma"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya Singh",
|
||||
role: "Student",
|
||||
testimonial: "“Thick, creamy, and full of flavor. Abhinandan's chai is a must-try. My go-to spot near DY Patil.”",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg",
|
||||
imageAlt: "Priya Singh",
|
||||
},
|
||||
id: "t2", name: "Priya Singh", role: "Student", testimonial: "“Thick, creamy, and full of flavor. Abhinandan's chai is a must-try. My go-to spot near DY Patil.”", imageSrc: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg", imageAlt: "Priya Singh"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Amit Patel",
|
||||
role: "Office Worker",
|
||||
testimonial: "“The Kadak Chai here truly hits different! It's the best way to start my day or for a quick break.”",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-drink_23-2147932258.jpg",
|
||||
imageAlt: "Amit Patel",
|
||||
},
|
||||
id: "t3", name: "Amit Patel", role: "Office Worker", testimonial: "“The Kadak Chai here truly hits different! It's the best way to start my day or for a quick break.”", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-drink_23-2147932258.jpg", imageAlt: "Amit Patel"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sneha Joshi",
|
||||
role: "Visitor",
|
||||
testimonial: "“Love the cozy atmosphere and the authentic taste of tea. Highly recommend this charming local cafe!”",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jolly-young-woman-leaning-handbag-city-park_1262-19169.jpg",
|
||||
imageAlt: "Sneha Joshi",
|
||||
},
|
||||
id: "t4", name: "Sneha Joshi", role: "Visitor", testimonial: "“Love the cozy atmosphere and the authentic taste of tea. Highly recommend this charming local cafe!”", imageSrc: "http://img.b2bpic.net/free-photo/jolly-young-woman-leaning-handbag-city-park_1262-19169.jpg", imageAlt: "Sneha Joshi"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our happy customers about their favorite chai moments and experience at Abhinandan Kadak Special Akurdi. Rated 4.6 stars!"
|
||||
@@ -254,22 +147,14 @@ export default function LandingPage() {
|
||||
description="Reach out to us for any queries or drop by our cozy spot for a refreshing cup of tea. We're open daily until 11 PM."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message (Optional)",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message (Optional)", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-map-compass-background_23-2147743295.jpg"
|
||||
imageAlt="Google Map showing Abhinandan Kadak Special Akurdi location"
|
||||
@@ -285,50 +170,39 @@ export default function LandingPage() {
|
||||
imageAlt="Cozy cafe exterior at evening"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Our Menu", href: "#products"},
|
||||
{
|
||||
label: "Why Us",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Why Us", href: "#features"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Monday - Sunday",
|
||||
href: "#",
|
||||
},
|
||||
label: "Monday - Sunday", href: "#"},
|
||||
{
|
||||
label: "9:00 AM - 11:00 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "9:00 AM - 11:00 PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact & Location",
|
||||
items: [
|
||||
title: "Contact & Location", items: [
|
||||
{
|
||||
label: "Phone: 097675 01569",
|
||||
href: "tel:09767501569",
|
||||
},
|
||||
label: "Phone: 097675 01569", href: "tel:09767501569"},
|
||||
{
|
||||
label: "Dy Patil, Beside Shobha’s Kitchen, Dharmaraj Chowk, Akurdi-Chikhali Rd, Pune, Maharashtra 411033",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Abhinandan+Kadak+Special+Akurdi+Pune",
|
||||
},
|
||||
label: "Dy Patil, Beside Shobha’s Kitchen, Dharmaraj Chowk, Akurdi-Chikhali Rd, Pune, Maharashtra 411033", href: "https://www.google.com/maps/dir/?api=1&destination=Abhinandan+Kadak+Special+Akurdi+Pune"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect With Us", items: [
|
||||
{
|
||||
label: "Facebook", href: "https://www.facebook.com/abhinandankadakspecial"},
|
||||
{
|
||||
label: "Instagram", href: "https://www.instagram.com/abhinandankadakspecial"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -339,4 +213,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fcfaf7;
|
||||
--card: #f7f4ed;
|
||||
--foreground: #4A2C00;
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #FF8C00;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #fcfaf7;
|
||||
--secondary-cta-text: #4A2C00;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #FF8C00;
|
||||
--background-accent: #FFD700;
|
||||
--background-accent: #FDE6D5;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user