Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
194
src/app/page.tsx
194
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Chaafee Kardhani"
|
||||
/>
|
||||
@@ -62,15 +52,11 @@ export default function LandingPage() {
|
||||
description="Your favorite spot for premium coffee, snacks, and great moments in Jaipur. Dine-in, Takeaway, and Delivery available."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-four-south-asian-men-s-posed-business-meeting-cafe-indians-work-together-using-various-gadgets-having-conversation_627829-5231.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-four-south-asian-men-s-posed-business-meeting-cafe-indians-work-together-using-various-gadgets-having-conversation_627829-5231.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,9 +66,7 @@ export default function LandingPage() {
|
||||
title="About Chaafee Kardhani"
|
||||
buttons={[
|
||||
{
|
||||
text: "Find Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Directions", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,28 +78,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Quick Service",
|
||||
description: "Fast dine-in and takeaway options for busy days.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-croissant-muffins-with-coffee_23-2147693692.jpg",
|
||||
imageAlt: "barista making coffee cafe kitchen",
|
||||
title: "Quick Service", description: "Fast dine-in and takeaway options for busy days.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Every snack and coffee is prepared with the freshest local ingredients.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Coffee,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-four-south-asian-men-s-posed-business-meeting-cafe-indians-work-together-using-various-gadgets-having-conversation_627829-5231.jpg?_wi=2",
|
||||
imageAlt: "barista making coffee cafe kitchen",
|
||||
title: "Fresh Ingredients", description: "Every snack and coffee is prepared with the freshest local ingredients.", bentoComponent: "reveal-icon", icon: Coffee,
|
||||
},
|
||||
{
|
||||
title: "Relaxing Vibe",
|
||||
description: "The perfect atmosphere for working or catching up with friends.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Smile,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee_1339-3415.jpg?_wi=1",
|
||||
imageAlt: "barista making coffee cafe kitchen",
|
||||
title: "Relaxing Vibe", description: "The perfect atmosphere for working or catching up with friends.", bentoComponent: "reveal-icon", icon: Smile,
|
||||
},
|
||||
]}
|
||||
title="What We Offer"
|
||||
@@ -131,59 +100,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Coffee",
|
||||
name: "Signature Cold Brew",
|
||||
price: "₹150",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee_1339-3415.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", brand: "Coffee", name: "Signature Cold Brew", price: "₹150", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee_1339-3415.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Snack",
|
||||
name: "Grilled Cheese Sandwich",
|
||||
price: "₹120",
|
||||
rating: 4,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-salad-eggs-mushrooms-lie-pieces-crusty-wholemeal-bread_1304-2923.jpg",
|
||||
},
|
||||
id: "p2", brand: "Snack", name: "Grilled Cheese Sandwich", price: "₹120", rating: 4,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-salad-eggs-mushrooms-lie-pieces-crusty-wholemeal-bread_1304-2923.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Beverage",
|
||||
name: "Iced Vanilla Latte",
|
||||
price: "₹180",
|
||||
rating: 5,
|
||||
reviewCount: "25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate-with-marshmallows-recipe_53876-32300.jpg",
|
||||
},
|
||||
id: "p3", brand: "Beverage", name: "Iced Vanilla Latte", price: "₹180", rating: 5,
|
||||
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate-with-marshmallows-recipe_53876-32300.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Snack",
|
||||
name: "Choco Chip Cookie",
|
||||
price: "₹60",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-cracker-biscuits-filled-with-chocolate-green-bowl_114579-74777.jpg",
|
||||
},
|
||||
id: "p4", brand: "Snack", name: "Choco Chip Cookie", price: "₹60", rating: 4,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/tasty-cracker-biscuits-filled-with-chocolate-green-bowl_114579-74777.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Snack",
|
||||
name: "Buttery Croissant",
|
||||
price: "₹90",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee_23-2147693688.jpg",
|
||||
},
|
||||
id: "p5", brand: "Snack", name: "Buttery Croissant", price: "₹90", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee_23-2147693688.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Beverage",
|
||||
name: "Masala Chai",
|
||||
price: "₹40",
|
||||
rating: 5,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-chinese-teapot-with-lid-table-sunlight_23-2147975360.jpg",
|
||||
},
|
||||
id: "p6", brand: "Beverage", name: "Masala Chai", price: "₹40", rating: 5,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-chinese-teapot-with-lid-table-sunlight_23-2147975360.jpg"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Everything from refreshing cold beverages to savory hot snacks."
|
||||
@@ -197,40 +130,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Khan",
|
||||
handle: "@sarahk",
|
||||
testimonial: "Amazing coffee and the best vibe in Kardhani!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cute-asian-barista-smiling-girl-puts-coffee-tamper-prepare-cappuccino-standing_1258-134055.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Khan", handle: "@sarahk", testimonial: "Amazing coffee and the best vibe in Kardhani!", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cute-asian-barista-smiling-girl-puts-coffee-tamper-prepare-cappuccino-standing_1258-134055.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rahul Verma",
|
||||
handle: "@rahulv",
|
||||
testimonial: "My go-to spot for an evening sandwich. Super quick.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-drinking-coffee-outside_1303-24577.jpg",
|
||||
},
|
||||
id: "t2", name: "Rahul Verma", handle: "@rahulv", testimonial: "My go-to spot for an evening sandwich. Super quick.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-drinking-coffee-outside_1303-24577.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priyas",
|
||||
testimonial: "Lovely staff and great service. Must try!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-enjoying-her-coffee-drinking-takeaway-bench-city-using-smartphone_1258-190916.jpg",
|
||||
},
|
||||
id: "t3", name: "Priya Sharma", handle: "@priyas", testimonial: "Lovely staff and great service. Must try!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-enjoying-her-coffee-drinking-takeaway-bench-city-using-smartphone_1258-190916.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Vikram Singh",
|
||||
handle: "@vikrams",
|
||||
testimonial: "The cold brew is exactly what I need to start my day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg",
|
||||
},
|
||||
id: "t4", name: "Vikram Singh", handle: "@vikrams", testimonial: "The cold brew is exactly what I need to start my day.", imageSrc: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Neha Gupta",
|
||||
handle: "@nehag",
|
||||
testimonial: "Affordable and delicious. Love the ambiance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/potrait-woman-holding-cup-coffee_1303-29713.jpg",
|
||||
},
|
||||
id: "t5", name: "Neha Gupta", handle: "@nehag", testimonial: "Affordable and delicious. Love the ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/potrait-woman-holding-cup-coffee_1303-29713.jpg"},
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="Join our community of happy coffee lovers."
|
||||
@@ -243,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer home delivery through our partners.",
|
||||
},
|
||||
id: "f1", title: "Do you offer delivery?", content: "Yes, we offer home delivery through our partners."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your opening hours?",
|
||||
content: "We open daily at 6:00 AM.",
|
||||
},
|
||||
id: "f2", title: "What are your opening hours?", content: "We open daily at 6:00 AM."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Where are you located?",
|
||||
content: "We are located opposite DMart, Kardhani Govindpura, Jaipur.",
|
||||
},
|
||||
id: "f3", title: "Where are you located?", content: "We are located opposite DMart, Kardhani Govindpura, Jaipur."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about our cafe and services."
|
||||
@@ -268,16 +167,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Visit Us Today"
|
||||
description="Swing by Chaafee Kardhani for a refreshing break. We are located near DMart."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:07737898630",
|
||||
},
|
||||
text: "Call Now", href: "tel:07737898630"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -287,29 +183,19 @@ export default function LandingPage() {
|
||||
logoText="Chaafee Kardhani"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user