Merge version_1 into main #2
219
src/app/page.tsx
219
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Love Over Coffee"
|
||||
/>
|
||||
@@ -57,14 +45,9 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="Love Over Coffee Vaishali"
|
||||
description="Aesthetic vibes, soulful coffee, and food you'll come back for. From pull-apart garlic bread to creamy frappes—this is Jaipur's most loved café for friends, dates, and peaceful moments."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reserve Your Table Now", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg"
|
||||
imageAlt="Love Over Coffee Vaishali cozy ambiance"
|
||||
/>
|
||||
</div>
|
||||
@@ -77,7 +60,7 @@ export default function LandingPage() {
|
||||
description="Love Over Coffee is more than just a café; it's a sanctuary in Vaishali where modern aesthetics meet comfort. We believe every cup of coffee tells a story, and every visit creates a memory."
|
||||
subdescription="Whether you're looking for a quiet corner to focus or a vibrant space to catch up with friends, our doors are always open."
|
||||
icon={Coffee}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-image-man-cleans-coffee-machine-with-tassel_613910-8854.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-image-man-cleans-coffee-machine-with-tassel_613910-8854.jpg"
|
||||
imageAlt="Friendly cafe atmosphere"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -90,42 +73,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pull-Apart Garlic Bread",
|
||||
price: "₹249",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-coffee-shop_23-2148263259.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Creamy Chocolate Frappe",
|
||||
price: "₹199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-with-camera-plant_23-2151986831.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Gourmet Garden Sandwich",
|
||||
price: "₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-healthy-food_23-2149151659.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Classic Espresso Roast",
|
||||
price: "₹149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312248.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Fresh Baked Pastry Assortment",
|
||||
price: "₹179",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-red-strawberries-cakes-waffles-light-blue-surface_140725-66649.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Signature Chocolate Croissant",
|
||||
price: "₹159",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-chocolate-cream-cup-milk_114579-4260.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Pull-Apart Garlic Bread", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-coffee-shop_23-2148263259.jpg" },
|
||||
{ id: "p2", name: "Creamy Chocolate Frappe", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-with-camera-plant_23-2151986831.jpg" },
|
||||
{ id: "p3", name: "Gourmet Garden Sandwich", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-healthy-food_23-2149151659.jpg" },
|
||||
{ id: "p4", name: "Classic Espresso Roast", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312248.jpg" },
|
||||
{ id: "p5", name: "Fresh Baked Pastry Assortment", price: "₹179", imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-red-strawberries-cakes-waffles-light-blue-surface_140725-66649.jpg" },
|
||||
{ id: "p6", name: "Signature Chocolate Croissant", price: "₹159", imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-chocolate-cream-cup-milk_114579-4260.jpg" }
|
||||
]}
|
||||
title="Signature Menu Favorites"
|
||||
description="Handcrafted coffee, artisanal bakes, and satisfying snacks to brighten your day."
|
||||
@@ -139,29 +92,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Instagrammable Interiors",
|
||||
description: "Beautifully designed spaces for your photos.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Camera,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/take-away-food-composition-with-sandwich_23-2147805027.jpg",
|
||||
imageAlt: "coffee company logo minimal",
|
||||
title: "Instagrammable Interiors", description: "Beautifully designed spaces for your photos.", bentoComponent: "reveal-icon", icon: Camera
|
||||
},
|
||||
{
|
||||
title: "Reliable Wi-Fi",
|
||||
description: "High-speed internet for your remote work.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wifi,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg?_wi=2",
|
||||
imageAlt: "coffee company logo minimal",
|
||||
title: "Reliable Wi-Fi", description: "High-speed internet for your remote work.", bentoComponent: "reveal-icon", icon: Wifi
|
||||
},
|
||||
{
|
||||
title: "Community Vibe",
|
||||
description: "Warm, welcoming atmosphere for everyone.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-man-cleans-coffee-machine-with-tassel_613910-8854.jpg?_wi=2",
|
||||
imageAlt: "coffee company logo minimal",
|
||||
},
|
||||
title: "Community Vibe", description: "Warm, welcoming atmosphere for everyone.", bentoComponent: "reveal-icon", icon: Users
|
||||
}
|
||||
]}
|
||||
title="Why People Love Us"
|
||||
description="Everything we do is focused on creating the best cafe experience in Jaipur."
|
||||
@@ -173,61 +111,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2024",
|
||||
title: "Best Date Spot",
|
||||
quote: "The ambiance is just magical, perfect for a casual date.",
|
||||
tag: "Date Night",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg?_wi=3",
|
||||
imageAlt: "happy customer cafe coffee",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rahul K.",
|
||||
date: "Nov 2024",
|
||||
title: "Great Remote Workspace",
|
||||
quote: "Reliable WiFi and peaceful atmosphere. My go-to office.",
|
||||
tag: "Work",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/lifestyle-technology-concept-young-blond-working-woman-trench-coat-studying-working_1258-205426.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-man-cleans-coffee-machine-with-tassel_613910-8854.jpg?_wi=3",
|
||||
imageAlt: "happy customer cafe coffee",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ananya P.",
|
||||
date: "Dec 2024",
|
||||
title: "Delicious Food!",
|
||||
quote: "The garlic bread is a must-try. Absolutely addictive.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-coffee-shop_23-2150378264.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-coffee-shop_23-2148263259.jpg?_wi=2",
|
||||
imageAlt: "happy customer cafe coffee",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Vikram S.",
|
||||
date: "Jan 2025",
|
||||
title: "Warm Atmosphere",
|
||||
quote: "Friendly staff and great music. Feels like a community.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-with-camera-plant_23-2151986831.jpg?_wi=2",
|
||||
imageAlt: "happy customer cafe coffee",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Priya M.",
|
||||
date: "Jan 2025",
|
||||
title: "Family Friendly",
|
||||
quote: "Loved spending time here with my family on Sunday.",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-adventurous-couple-hugging_23-2148653489.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-healthy-food_23-2149151659.jpg?_wi=2",
|
||||
imageAlt: "happy customer cafe coffee",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", date: "Oct 2024", title: "Best Date Spot", quote: "The ambiance is just magical, perfect for a casual date.", tag: "Date Night", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-girl-drinking-coffee-cafe_1157-20656.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg" },
|
||||
{ id: "t2", name: "Rahul K.", date: "Nov 2024", title: "Great Remote Workspace", quote: "Reliable WiFi and peaceful atmosphere. My go-to office.", tag: "Work", avatarSrc: "http://img.b2bpic.net/free-photo/lifestyle-technology-concept-young-blond-working-woman-trench-coat-studying-working_1258-205426.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-man-cleans-coffee-machine-with-tassel_613910-8854.jpg" },
|
||||
{ id: "t3", name: "Ananya P.", date: "Dec 2024", title: "Delicious Food!", quote: "The garlic bread is a must-try. Absolutely addictive.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-coffee-shop_23-2150378264.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-coffee-shop_23-2148263259.jpg" },
|
||||
{ id: "t4", name: "Vikram S.", date: "Jan 2025", title: "Warm Atmosphere", quote: "Friendly staff and great music. Feels like a community.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-with-camera-plant_23-2151986831.jpg" },
|
||||
{ id: "t5", name: "Priya M.", date: "Jan 2025", title: "Family Friendly", quote: "Loved spending time here with my family on Sunday.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/young-adventurous-couple-hugging_23-2148653489.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-healthy-food_23-2149151659.jpg" }
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Authentic experiences from our wonderful patrons."
|
||||
@@ -240,24 +128,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Coffee,
|
||||
title: "Cups Brewed",
|
||||
value: "50k+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Heart,
|
||||
title: "Happy Guests",
|
||||
value: "20k+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Smile,
|
||||
title: "Hours Spent",
|
||||
value: "100k+",
|
||||
},
|
||||
{ id: "m1", icon: Coffee, title: "Cups Brewed", value: "50k+" },
|
||||
{ id: "m2", icon: Heart, title: "Happy Guests", value: "20k+" },
|
||||
{ id: "m3", icon: Smile, title: "Hours Spent", value: "100k+" }
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Connecting Vaishali one cup at a time."
|
||||
@@ -268,15 +141,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Jaipur Foodies",
|
||||
"Vaishali Connect",
|
||||
"City Cafe Hub",
|
||||
"The Coffee Guide",
|
||||
"Startup Jaipur",
|
||||
"Local Events Hub",
|
||||
"Jaipur Lifestyle",
|
||||
]}
|
||||
names={["Jaipur Foodies", "Vaishali Connect", "City Cafe Hub", "The Coffee Guide", "Startup Jaipur", "Local Events Hub", "Jaipur Lifestyle"]}
|
||||
title="Trusted by Local Favorites"
|
||||
description="Join our growing list of partners and regulars."
|
||||
/>
|
||||
@@ -285,9 +150,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Reserve Today"
|
||||
title="Book Your Spot"
|
||||
description="Spaces fill up fast! Reserve your table and enjoy the finest coffee in Vaishali."
|
||||
@@ -302,32 +165,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Love Over Coffee"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Explore", items: [{ label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user