Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-27 04:40:59 +00:00

View File

@@ -30,64 +30,33 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "Directions",
id: "location",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "Directions", id: "location" },
{ name: "Contact", id: "contact" },
]}
brandName="Esthetic Cafe"
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="The Perfect Hangout Spot in Bengaluru"
description="Good Vibes, Great Food, 5⭐ Rated Café. Experience the cozy atmosphere and treat yourself to our delicious offerings. ₹200₹400 per person."
kpis={[
{
value: "5.0",
label: "Customer Rating",
},
{
value: "12+",
label: "Google Reviews",
},
{
value: "11AM",
label: "Opens Daily",
},
{ value: "5.0", label: "Customer Rating" },
{ value: "12+", label: "Google Reviews" },
{ value: "11AM", label: "Opens Daily" },
]}
enableKpiAnimation={true}
buttons={[
{
text: "Get Directions",
href: "#location",
},
{
text: "Order Now",
href: "#menu",
},
{
text: "Call Now",
href: "tel:+919999999999",
},
{ text: "Get Directions", href: "#location" },
{ text: "Order Now", href: "#menu" },
{ text: "Call Now", href: "tel:+919999999999" },
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -97,38 +66,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Great Vibe!",
quote: "Best place to hangout 💓",
name: "Ananya P.",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-digital-tablet_329181-20140.jpg",
},
{
id: "2",
title: "Cozy!",
quote: "Good atmosphere, games to play",
name: "Rahul K.",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-older-business-woman-enjoying-cup-coffee-while-working_23-2148661133.jpg",
},
{
id: "3",
title: "Amazing Food",
quote: "Very good experience",
name: "Priya S.",
role: "Regular",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-construction-worker-coffee-brake_329181-3737.jpg",
},
{
id: "4",
title: "Best Cafe!",
quote: "Absolutely lovely place!",
name: "Vikram M.",
role: "Visitor",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg",
},
{ id: "1", title: "Great Vibe!", quote: "Best place to hangout 💓", name: "Ananya P.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-digital-tablet_329181-20140.jpg" },
{ id: "2", title: "Cozy!", quote: "Good atmosphere, games to play", name: "Rahul K.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-older-business-woman-enjoying-cup-coffee-while-working_23-2148661133.jpg" },
{ id: "3", title: "Amazing Food", quote: "Very good experience", name: "Priya S.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/smiling-construction-worker-coffee-brake_329181-3737.jpg" },
{ id: "4", title: "Best Cafe!", quote: "Absolutely lovely place!", name: "Vikram M.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg" },
]}
title="Loved by Customers"
description="Don't just take our word for it."
@@ -142,33 +83,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Special",
name: "Gourmet Cappuccino",
price: "₹150",
rating: 5,
reviewCount: "50+",
imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244073.jpg",
},
{
id: "p2",
brand: "Bakery",
name: "Butter Croissant",
price: "₹120",
rating: 5,
reviewCount: "30+",
imageSrc: "http://img.b2bpic.net/free-photo/cup-milky-cappuccino-with-cookie-blue-table_114579-4248.jpg",
},
{
id: "p3",
brand: "Drinks",
name: "Berry Blast Smoothie",
price: "₹180",
rating: 5,
reviewCount: "40+",
imageSrc: "http://img.b2bpic.net/free-photo/female-blogger-recreats-summer-vacations-cozy-restaurant-texts-message-followers-personal-website_273609-3090.jpg",
},
{ id: "p1", brand: "Special", name: "Gourmet Cappuccino", price: "₹150", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244073.jpg" },
{ id: "p2", brand: "Bakery", name: "Butter Croissant", price: "₹120", rating: 5, reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-photo/cup-milky-cappuccino-with-cookie-blue-table_114579-4248.jpg" },
{ id: "p3", brand: "Drinks", name: "Berry Blast Smoothie", price: "₹180", rating: 5, reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/female-blogger-recreats-summer-vacations-cozy-restaurant-texts-message-followers-personal-website_273609-3090.jpg" },
]}
title="Our Menu"
description="Instagram-worthy food at affordable prices."
@@ -183,7 +100,7 @@ export default function LandingPage() {
description="Esthetic Cafe is your home away from home. We provide a cozy atmosphere, board games, and great music."
subdescription="Whether you are here to work, study, or just chill with friends, we have the perfect spot for you."
icon={Coffee}
imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -193,48 +110,24 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you accept reservations?",
content: "Yes, we do! Use the form or call us.",
},
{
id: "f2",
title: "Is delivery available?",
content: "Yes, we are on Zomato and Swiggy.",
},
{
id: "f3",
title: "Are there games?",
content: "Yes, we have a variety of board games available.",
},
{ id: "f1", title: "Do you accept reservations?", content: "Yes, we do! Use the form or call us." },
{ id: "f2", title: "Is delivery available?", content: "Yes, we are on Zomato and Swiggy." },
{ id: "f3", title: "Are there games?", content: "Yes, we have a variety of board games available." },
]}
ctaTitle="Visit Us Today"
ctaDescription="Reserve a table or ask us anything."
ctaButton={{
text: "Reserve Now",
href: "#",
}}
ctaButton={{ text: "Reserve Now", href: "#" }}
ctaIcon={Calendar}
/>
</div>
<div id="location" data-section="location">
<FeatureCardTwentyFour
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "loc",
title: "Directions",
author: "Google Maps",
description: "Click here for navigation to the cafe.",
tags: [
"Directions",
"Map",
],
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg?_wi=3",
},
{ id: "loc", title: "Directions", author: "Google Maps", description: "Click here for navigation to the cafe.", tags: ["Directions", "Map"], imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg" },
]}
title="Find Us"
description="No. 5/2, Kanshiram Nagar Main Rd, Sadguru Layout, Vidyaranyapura, Bengaluru, Karnataka 560097"
@@ -245,28 +138,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Esthetic Cafe"
columns={[
{
title: "Hours",
items: [
{
label: "Daily: 11 AM - 10 PM",
href: "#",
},
],
},
{
title: "Links",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Order Online",
href: "#",
},
],
},
{ title: "Hours", items: [{ label: "Daily: 11 AM - 10 PM", href: "#" }] },
{ title: "Links", items: [{ label: "Instagram", href: "#" }, { label: "Order Online", href: "#" }] },
]}
/>
</div>