Merge version_1 into main #2
167
src/app/page.tsx
167
src/app/page.tsx
@@ -28,18 +28,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "reservation",
|
||||
},
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reserve", id: "reservation" },
|
||||
]}
|
||||
brandName="Himayatnagar Café"
|
||||
/>
|
||||
@@ -48,42 +39,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Himayatnagar's Favorite Café for Great Food & Vibes"
|
||||
description="Loved by locals for ambience, taste, and unforgettable moments. Experience the best coffee and wood-fired pizza in the city."
|
||||
tag="Top Rated in Himayatnagar"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#reservation",
|
||||
},
|
||||
text: "Reserve Now", href: "#reservation"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg?_wi=1",
|
||||
imageAlt: "Café Atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg", imageAlt: "Café Atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg?_wi=1",
|
||||
imageAlt: "Café Food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-coffee-with-latte-art-decoration_1150-6331.jpg?_wi=1",
|
||||
imageAlt: "Coffee Details",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1517.jpg?_wi=1",
|
||||
imageAlt: "Seating Area",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052843.jpg?_wi=1",
|
||||
imageAlt: "Barista Station",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg", imageAlt: "Café Food"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -99,32 +69,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Wood-Fired Pizza",
|
||||
price: "₹350",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", brand: "Signature", name: "Wood-Fired Pizza", price: "₹350", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Signature",
|
||||
name: "Craft Coffee",
|
||||
price: "₹150",
|
||||
rating: 5,
|
||||
reviewCount: "85+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-coffee-with-latte-art-decoration_1150-6331.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", brand: "Signature", name: "Craft Coffee", price: "₹150", rating: 5,
|
||||
reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/vintage-coffee-with-latte-art-decoration_1150-6331.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Appetizers",
|
||||
name: "Sharing Snacks",
|
||||
price: "₹250",
|
||||
rating: 4,
|
||||
reviewCount: "95+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-food-arrangement_23-2148941584.jpg",
|
||||
},
|
||||
id: "p3", brand: "Appetizers", name: "Sharing Snacks", price: "₹250", rating: 4,
|
||||
reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-food-arrangement_23-2148941584.jpg"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Crafted with love, served with passion."
|
||||
@@ -139,23 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Main Seating",
|
||||
role: "Relaxed Area",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1517.jpg?_wi=2",
|
||||
},
|
||||
id: "g1", name: "Main Seating", role: "Relaxed Area", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1517.jpg"},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Corner Table",
|
||||
role: "Cozy Corner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-luxury-hotel-interior_1203-9517.jpg",
|
||||
},
|
||||
id: "g2", name: "Corner Table", role: "Cozy Corner", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-luxury-hotel-interior_1203-9517.jpg"},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Service Counter",
|
||||
role: "Barista Station",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052843.jpg?_wi=2",
|
||||
},
|
||||
id: "g3", name: "Service Counter", role: "Barista Station", imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052843.jpg"},
|
||||
]}
|
||||
title="Ambience That Makes You Want to Stay"
|
||||
description="A perfect blend of modern comfort and cozy vibes."
|
||||
@@ -169,40 +109,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Priya S.",
|
||||
role: "Local Regular",
|
||||
testimonial: "Amazing ambience and yummy food… will visit again for sure!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-elegant-calm-happy-woman-green-summer-dress-sits-with-coffee-cafe-enjoying-morning_343596-3669.jpg",
|
||||
},
|
||||
id: "t1", name: "Priya S.", role: "Local Regular", testimonial: "Amazing ambience and yummy food… will visit again for sure!", imageSrc: "http://img.b2bpic.net/free-photo/cute-elegant-calm-happy-woman-green-summer-dress-sits-with-coffee-cafe-enjoying-morning_343596-3669.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rahul K.",
|
||||
role: "Foodie",
|
||||
testimonial: "Best place in Himayatnagar… affordable and worth it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg?_wi=1",
|
||||
},
|
||||
id: "t2", name: "Rahul K.", role: "Foodie", testimonial: "Best place in Himayatnagar… affordable and worth it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Family of 4",
|
||||
role: "Diners",
|
||||
testimonial: "Great food, friendly staff, perfect hangout spot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-company-executive-reviews-enterprise-solutions-her-laptop_482257-107856.jpg",
|
||||
},
|
||||
id: "t3", name: "Family of 4", role: "Diners", testimonial: "Great food, friendly staff, perfect hangout spot.", imageSrc: "http://img.b2bpic.net/free-photo/professional-company-executive-reviews-enterprise-solutions-her-laptop_482257-107856.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ananya R.",
|
||||
role: "Student",
|
||||
testimonial: "My go-to place for projects and good coffee.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-digital-nomad-man-working-cafe-laptop-looking-happy-pleased_1258-245290.jpg",
|
||||
},
|
||||
id: "t4", name: "Ananya R.", role: "Student", testimonial: "My go-to place for projects and good coffee.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-digital-nomad-man-working-cafe-laptop-looking-happy-pleased_1258-245290.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Vikram M.",
|
||||
role: "Coffee Enthusiast",
|
||||
testimonial: "The best brew in town, hands down. Cozy atmosphere is a huge plus.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Vikram M.", role: "Coffee Enthusiast", testimonial: "The best brew in town, hands down. Cozy atmosphere is a huge plus.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Stories from our happy local community."
|
||||
@@ -213,57 +128,41 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reserve Now"
|
||||
title="Limited Seating – Reserve Today"
|
||||
description="Book your table and enjoy the best café experience in Himayatnagar."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Book Table", href: "tel:+919876543210"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reserve",
|
||||
href: "#reservation",
|
||||
},
|
||||
label: "Reserve", href: "#reservation"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Himayatnagar, India",
|
||||
href: "#",
|
||||
},
|
||||
label: "Himayatnagar, India", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user