Merge version_1 into main #1
297
src/app/page.tsx
297
src/app/page.tsx
@@ -31,30 +31,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "#reservations",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Gallery", id: "#gallery" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "Reservations", id: "#reservations" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Third Space"
|
||||
/>
|
||||
@@ -62,20 +44,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Third Space"
|
||||
description="Your urban sanctuary in Faridabad. Premium coffee, minimalist luxury, and the perfect vibe for the modern soul."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp Booking",
|
||||
href: "https://wa.me/91XXXXXXXXXX",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "WhatsApp Booking", href: "https://wa.me/91XXXXXXXXXX" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561244.jpg"
|
||||
imageAlt="cozy cafe exterior warm light"
|
||||
@@ -90,18 +64,9 @@ export default function LandingPage() {
|
||||
title="A Modern Urban Sanctuary"
|
||||
description="Third Space was born out of a desire to create a bridge between home and work. We curate premium coffee experiences in an aesthetic space designed for connection, creativity, and calm in the heart of Faridabad."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Artisan Brewing",
|
||||
description: "Hand-picked beans crafted with precision.",
|
||||
},
|
||||
{
|
||||
title: "Social Luxury",
|
||||
description: "Designed for conversations that matter.",
|
||||
},
|
||||
{
|
||||
title: "Rooftop Calm",
|
||||
description: "Escape the hustle under the open sky.",
|
||||
},
|
||||
{ title: "Artisan Brewing", description: "Hand-picked beans crafted with precision." },
|
||||
{ title: "Social Luxury", description: "Designed for conversations that matter." },
|
||||
{ title: "Rooftop Calm", description: "Escape the hustle under the open sky." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-chocolate-chips-arrangement_23-2149702546.jpg"
|
||||
imageAlt="artisan coffee preparation details"
|
||||
@@ -111,46 +76,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Signature Pour-Over",
|
||||
price: "₹350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21254.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Latte Art Special",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cup-coffee_1203-1630.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Avocado Sourdough",
|
||||
price: "₹450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-served-with-sauces-herbs_140725-5725.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Artisan Pastry Box",
|
||||
price: "₹320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cake-with-whipped-cream-berries-glass-stand-person-drinking-tea-table_140725-12849.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Cold Brew Tonic",
|
||||
price: "₹300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-craft-beer-outdoors_23-2148111287.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Truffle Mushroom Toast",
|
||||
price: "₹480",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissant-sandwich-with-bacon-egg-lettuce-white-plate_84443-94433.jpg",
|
||||
},
|
||||
{ id: "1", name: "Signature Pour-Over", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21254.jpg" },
|
||||
{ id: "2", name: "Latte Art Special", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cup-coffee_1203-1630.jpg" },
|
||||
{ id: "3", name: "Avocado Sourdough", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-served-with-sauces-herbs_140725-5725.jpg" },
|
||||
{ id: "4", name: "Artisan Pastry Box", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cake-with-whipped-cream-berries-glass-stand-person-drinking-tea-table_140725-12849.jpg" },
|
||||
{ id: "5", name: "Cold Brew Tonic", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-craft-beer-outdoors_23-2148111287.jpg" },
|
||||
{ id: "6", name: "Truffle Mushroom Toast", price: "₹480", imageSrc: "http://img.b2bpic.net/free-photo/croissant-sandwich-with-bacon-egg-lettuce-white-plate_84443-94433.jpg" },
|
||||
]}
|
||||
title="Curated Menu"
|
||||
description="From specialty pour-overs to gourmet artisan bites, explore our carefully selected offerings."
|
||||
@@ -159,40 +95,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Main Hall",
|
||||
description: "Minimalist luxury vibes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-stylish-girl-with-blonde-hair-pink-lips-sitting-coffee-shop-with-wooden-chairs-table-she-holds-cup-cofee-touches-her-hair_197531-102.jpg",
|
||||
},
|
||||
{
|
||||
title: "Cozy Nook",
|
||||
description: "Perfect for reading or work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-drinking_23-2147680595.jpg",
|
||||
},
|
||||
{
|
||||
title: "The Bar",
|
||||
description: "Crafting excellence daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-waist-bag-relaxing-cafe-free-time_627829-5350.jpg",
|
||||
},
|
||||
{
|
||||
title: "Rooftop",
|
||||
description: "Sunset views in Faridabad.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892973.jpg",
|
||||
},
|
||||
{
|
||||
title: "Soft Lighting",
|
||||
description: "Always setting the right mood.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-working-steam-espresso-coffee-machine-coffee-shop_613910-20704.jpg",
|
||||
},
|
||||
{
|
||||
title: "Architectural Detail",
|
||||
description: "Where design meets comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-drink-restaurant_23-2147891133.jpg",
|
||||
},
|
||||
{ title: "Main Hall", description: "Minimalist luxury vibes.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-stylish-girl-with-blonde-hair-pink-lips-sitting-coffee-shop-with-wooden-chairs-table-she-holds-cup-cofee-touches-her-hair_197531-102.jpg" },
|
||||
{ title: "Cozy Nook", description: "Perfect for reading or work.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-drinking_23-2147680595.jpg" },
|
||||
{ title: "The Bar", description: "Crafting excellence daily.", imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-waist-bag-relaxing-cafe-free-time_627829-5350.jpg" },
|
||||
{ title: "Rooftop", description: "Sunset views in Faridabad.", imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892973.jpg" },
|
||||
{ title: "Soft Lighting", description: "Always setting the right mood.", imageSrc: "http://img.b2bpic.net/free-photo/barista-working-steam-espresso-coffee-machine-coffee-shop_613910-20704.jpg" },
|
||||
{ title: "Architectural Detail", description: "Where design meets comfort.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-drink-restaurant_23-2147891133.jpg" },
|
||||
]}
|
||||
title="Aesthetic Spaces"
|
||||
description="Step into our world of minimalist luxury and warm, cozy vibes perfect for every mood."
|
||||
@@ -201,44 +114,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rohan Gupta",
|
||||
handle: "@rohangupta",
|
||||
testimonial: "The best coffee in Faridabad. Period. The rooftop atmosphere is absolutely unreal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-multiracial-woman-with-blonde-afro-hairstyle-braids-zizi-street-cafe-with-headphones-yellow-sunglasses-bright-makeup-hippie-style_1321-2069.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ananya Sharma",
|
||||
handle: "@ananya.s",
|
||||
testimonial: "Finally, a place that values aesthetic and quality coffee equally. My go-to spot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986282.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Kabir Mehta",
|
||||
handle: "@kabirmehta",
|
||||
testimonial: "Incredible vibe. Perfect for catching up with friends or finishing some work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/therapist-suggests-insightful-self-help-book-designed-address-teen-depression_482257-121588.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ishita Rao",
|
||||
handle: "@ishitarao",
|
||||
testimonial: "Premium service and great food. The truffle toast is a complete game changer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-drinking-coffee-outside-street-night_1303-11828.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Aryan Singh",
|
||||
handle: "@aryansingh",
|
||||
testimonial: "Third Space is such a mood. Definitely the most aesthetic cafe in town right now.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-laughing-joking_1098-1557.jpg",
|
||||
},
|
||||
{ id: "1", name: "Rohan Gupta", handle: "@rohangupta", testimonial: "The best coffee in Faridabad. Period. The rooftop atmosphere is absolutely unreal.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-multiracial-woman-with-blonde-afro-hairstyle-braids-zizi-street-cafe-with-headphones-yellow-sunglasses-bright-makeup-hippie-style_1321-2069.jpg" },
|
||||
{ id: "2", name: "Ananya Sharma", handle: "@ananya.s", testimonial: "Finally, a place that values aesthetic and quality coffee equally. My go-to spot.", imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986282.jpg" },
|
||||
{ id: "3", name: "Kabir Mehta", handle: "@kabirmehta", testimonial: "Incredible vibe. Perfect for catching up with friends or finishing some work.", imageSrc: "http://img.b2bpic.net/free-photo/therapist-suggests-insightful-self-help-book-designed-address-teen-depression_482257-121588.jpg" },
|
||||
{ id: "4", name: "Ishita Rao", handle: "@ishitarao", testimonial: "Premium service and great food. The truffle toast is a complete game changer.", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-drinking-coffee-outside-street-night_1303-11828.jpg" },
|
||||
{ id: "5", name: "Aryan Singh", handle: "@aryansingh", testimonial: "Third Space is such a mood. Definitely the most aesthetic cafe in town right now.", imageSrc: "http://img.b2bpic.net/free-photo/women-laughing-joking_1098-1557.jpg" },
|
||||
]}
|
||||
title="Stories from the Space"
|
||||
description="Hear what our community says about their Third Space experience."
|
||||
@@ -247,31 +131,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reservations" data-section="reservations">
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "standard",
|
||||
badge: "Essential",
|
||||
price: "Free",
|
||||
subtitle: "Table for 2-4",
|
||||
features: [
|
||||
"Reserved seating",
|
||||
"Priority access",
|
||||
"Menu preview",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "social",
|
||||
badge: "Social",
|
||||
price: "Small Fee",
|
||||
subtitle: "Table for 6+",
|
||||
features: [
|
||||
"Reserved seating",
|
||||
"Complimentary snacks",
|
||||
"Preferred window view",
|
||||
],
|
||||
},
|
||||
{ id: "standard", badge: "Essential", price: "Free", subtitle: "Table for 2-4", features: ["Reserved seating", "Priority access", "Menu preview"] },
|
||||
{ id: "social", badge: "Social", price: "Small Fee", subtitle: "Table for 6+", features: ["Reserved seating", "Complimentary snacks", "Preferred window view"] },
|
||||
]}
|
||||
title="Table Reservations"
|
||||
description="Secure your spot at Faridabad's premium cafe. We offer flexible seating options."
|
||||
@@ -280,41 +145,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="events" data-section="events">
|
||||
<BlogCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Coming Soon: Events"
|
||||
description="We are planning exclusive workshops, live music sessions, and community events to brighten your weekends."
|
||||
blogs={[
|
||||
{
|
||||
id: "e1",
|
||||
category: "Workshop",
|
||||
title: "Coffee Brewing Masterclass",
|
||||
excerpt: "Learn the art of pour-overs and latte art from our expert baristas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-tray-swimming-pool-floating-breakfast-luxury-hotel-smoothies-fruit-plate-exotic-summer-diet-tropical-beach-lifestyle-bali-style_273443-183.jpg",
|
||||
authorName: "Third Space",
|
||||
authorAvatar: "https://api.dicebear.com/7.x/pixel-art/svg?seed=ThirdSpace",
|
||||
date: "Coming Soon",
|
||||
},
|
||||
{
|
||||
id: "e2",
|
||||
category: "Music",
|
||||
title: "Acoustic Rooftop Evenings",
|
||||
excerpt: "Unwind with soul-soothing live acoustic sessions every Sunday.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081465.jpg",
|
||||
authorName: "Third Space",
|
||||
authorAvatar: "https://api.dicebear.com/7.x/pixel-art/svg?seed=ThirdSpace",
|
||||
date: "Coming Soon",
|
||||
},
|
||||
{
|
||||
id: "e3",
|
||||
category: "Social",
|
||||
title: "Creative Creators Meetup",
|
||||
excerpt: "Network with the coolest folks in Faridabad in a cozy, creative setting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-sitting-coffeeshop_23-2148422418.jpg",
|
||||
authorName: "Third Space",
|
||||
authorAvatar: "https://api.dicebear.com/7.x/pixel-art/svg?seed=ThirdSpace",
|
||||
date: "Coming Soon",
|
||||
},
|
||||
{ id: "e1", category: "Workshop", title: "Coffee Brewing Masterclass", excerpt: "Learn the art of pour-overs and latte art from our expert baristas.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-tray-swimming-pool-floating-breakfast-luxury-hotel-smoothies-fruit-plate-exotic-summer-diet-tropical-beach-lifestyle-bali-style_273443-183.jpg", authorName: "Third Space", authorAvatar: "https://api.dicebear.com/7.x/pixel-art/svg?seed=ThirdSpace", date: "Coming Soon" },
|
||||
{ id: "e2", category: "Music", title: "Acoustic Rooftop Evenings", excerpt: "Unwind with soul-soothing live acoustic sessions every Sunday.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081465.jpg", authorName: "Third Space", authorAvatar: "https://api.dicebear.com/7.x/pixel-art/svg?seed=ThirdSpace", date: "Coming Soon" },
|
||||
{ id: "e3", category: "Social", title: "Creative Creators Meetup", excerpt: "Network with the coolest folks in Faridabad in a cozy, creative setting.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-sitting-coffeeshop_23-2148422418.jpg", authorName: "Third Space", authorAvatar: "https://api.dicebear.com/7.x/pixel-art/svg?seed=ThirdSpace", date: "Coming Soon" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -322,9 +161,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us Today"
|
||||
description="Come experience the magic. We are located in the heart of Faridabad."
|
||||
@@ -338,57 +175,9 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg"
|
||||
logoText="Third Space"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#reservations",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "https://google.com/maps",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/91XXXXXXXXXX",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Gallery", href: "#gallery" }] },
|
||||
{ title: "Support", items: [{ label: "Reservations", href: "#reservations" }, { label: "Contact", href: "#contact" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Google Maps", href: "https://google.com/maps" }, { label: "WhatsApp", href: "https://wa.me/91XXXXXXXXXX" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Third Space Cafe"
|
||||
imageAlt="cozy cafe dark night mood"
|
||||
|
||||
Reference in New Issue
Block a user