Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
464
src/app/page.tsx
464
src/app/page.tsx
@@ -7,268 +7,238 @@ import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwen
|
|||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import { Camera, Coffee, DollarSign } from "lucide-react";
|
|
||||||
|
const commonNavItems = [
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
|
{ name: "About Us", id: "/about-us" },
|
||||||
|
{ name: "Menu", id: "/menu" },
|
||||||
|
{ name: "Why Choose Us", id: "/#why-choose-us" },
|
||||||
|
{ name: "Gallery", id: "/#gallery" },
|
||||||
|
{ name: "Reviews", id: "/#reviews" },
|
||||||
|
{ name: "Contact", id: "/#contact" },
|
||||||
|
];
|
||||||
|
|
||||||
|
const commonFooterColumns = [
|
||||||
|
{
|
||||||
|
title: "Quick Links", items: [
|
||||||
|
{ label: "Home", href: "/" },
|
||||||
|
{ label: "Menu", href: "/menu" },
|
||||||
|
{ label: "Gallery", href: "/#gallery" },
|
||||||
|
{ label: "Reviews", href: "/#reviews" },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Contact Us", items: [
|
||||||
|
{ label: "Location", href: "/#contact" },
|
||||||
|
{ label: "Call Us: 70303 70370", href: "tel:+917030370370" },
|
||||||
|
{ label: "WhatsApp Us", href: "https://wa.me/917030370370" },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Follow Us", items: [
|
||||||
|
{ label: "Instagram", href: "https://instagram.com/kafeculture" },
|
||||||
|
{ label: "Facebook", href: "https://facebook.com/kafeculture" },
|
||||||
|
{ label: "Google Reviews", href: "https://g.page/kafe-culture-jalgaon/review" },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="shift-hover"
|
defaultButtonVariant="shift-hover"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="blurBottom"
|
background="blurBottom"
|
||||||
cardStyle="subtle-shadow"
|
cardStyle="subtle-shadow"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="extrabold"
|
headingFontWeight="extrabold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={commonNavItems}
|
||||||
{
|
button={{
|
||||||
name: "Home", id: "#hero"},
|
text: "Call Us", href: "tel:+917030370370"
|
||||||
{
|
}}
|
||||||
name: "About Us", id: "#about-us"},
|
brandName="Kafe Culture"
|
||||||
{
|
/>
|
||||||
name: "Menu", id: "#menu"},
|
</div>
|
||||||
{
|
|
||||||
name: "Why Choose Us", id: "#why-choose-us"},
|
|
||||||
{
|
|
||||||
name: "Gallery", id: "#gallery"},
|
|
||||||
{
|
|
||||||
name: "Reviews", id: "#reviews"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "#contact"},
|
|
||||||
]}
|
|
||||||
button={{
|
|
||||||
text: "Call Us", href: "tel:+917030370370"}}
|
|
||||||
brandName="Kafe Culture"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "rotated-rays-static"}}
|
variant: "rotated-rays-static"
|
||||||
logoText="Kafe Culture"
|
}}
|
||||||
description="Where Every Sip Feels Like Home. A cozy and aesthetic café in Jalgaon offering delightful mocktails, food, and desserts for friends and family."
|
logoText="Kafe Culture"
|
||||||
buttons={[
|
description="Where Every Sip Feels Like Home. A cozy and aesthetic café in Jalgaon offering delightful mocktails, food, and desserts for friends and family."
|
||||||
{
|
buttons={[
|
||||||
text: "View Menu", href: "#menu"},
|
{
|
||||||
{
|
text: "View Menu", href: "/menu"
|
||||||
text: "Reserve a Table", href: "#contact"},
|
},
|
||||||
]}
|
{
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg"
|
text: "Reserve a Table", href: "/#contact"
|
||||||
imageAlt="Warm and inviting interior of Kafe Culture cafe"
|
},
|
||||||
mediaAnimation="blur-reveal"
|
]}
|
||||||
/>
|
imageSrc="http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg"
|
||||||
</div>
|
imageAlt="Warm and inviting interior of Kafe Culture cafe"
|
||||||
|
mediaAnimation="blur-reveal"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="about-us" data-section="about-us">
|
{/* The About Us section has been moved to its own page: /about-us */}
|
||||||
<SplitAbout
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
imagePosition="right"
|
|
||||||
title="Our Story: The Heart of Kafe Culture"
|
|
||||||
description="Nestled in the vibrant city of Jalgaon, Kafe Culture was born from a simple passion: to create a warm, inviting space where everyone feels at home. We believe in the magic of good food, delightful drinks, and shared moments, all served with a touch of modern aesthetics and affordability. From our cozy corners for solo coffee time to lively spots for friends and family, every detail is crafted with love and our local roots in mind."
|
|
||||||
bulletPoints={[
|
|
||||||
{
|
|
||||||
title: "Exquisite Taste", description: "Savor our carefully crafted beverages and dishes, made with passion and quality ingredients.", icon: Coffee,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Aesthetic Ambiance", description: "Relax in our calm, modern, and Instagram-worthy surroundings, perfect for any mood.", icon: Camera,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Unbeatable Value", description: "Enjoy a premium café experience with delightful offerings at truly affordable prices.", icon: DollarSign,
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg"
|
|
||||||
imageAlt="Exterior view of Kafe Culture cafe in Jalgaon"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="why-choose-us" data-section="why-choose-us">
|
<div id="why-choose-us" data-section="why-choose-us">
|
||||||
<FeatureCardTwentyFour
|
<FeatureCardTwentyFour
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1", title: "4.6★ Customer Rating", author: "Google Reviews", description: "Highly praised by 173 satisfied customers for exceptional service and quality.", tags: [
|
id: "f1", title: "4.6★ Customer Rating", author: "Google Reviews", description: "Highly praised by 173 satisfied customers for exceptional service and quality.", tags: [
|
||||||
"Quality", "Service"],
|
"Quality", "Service"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg", imageAlt: "Star rating icon"},
|
],
|
||||||
{
|
imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg", imageAlt: "Star rating icon"
|
||||||
id: "f2", title: "Signature Mocktails", author: "Our Baristas", description: "Our unique, tasty, and refreshing mocktails are a must-try for everyone.", tags: [
|
},
|
||||||
"Drinks", "Unique"],
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/campagne-glass-with-champagne-it-garnished-with-dried-lemon-slice_140725-1506.jpg", imageAlt: "Refreshing signature mocktail"},
|
id: "f2", title: "Signature Mocktails", author: "Our Baristas", description: "Our unique, tasty, and refreshing mocktails are a must-try for everyone.", tags: [
|
||||||
{
|
"Drinks", "Unique"
|
||||||
id: "f3", title: "Aesthetic Ambiance", author: "Our Designers", description: "The perfect blend of calm and modern decor for every mood and occasion.", tags: [
|
],
|
||||||
"Cozy", "Modern"],
|
imageSrc: "http://img.b2bpic.net/free-photo/campagne-glass-with-champagne-it-garnished-with-dried-lemon-slice_140725-1506.jpg", imageAlt: "Refreshing signature mocktail"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2149366417.jpg", imageAlt: "Aesthetic cafe interior"},
|
},
|
||||||
{
|
{
|
||||||
id: "f4", title: "Affordable Luxury", author: "Our Promise", description: "Enjoy a premium experience with delightful offerings, typically ₹200–400 per person.", tags: [
|
id: "f3", title: "Aesthetic Ambiance", author: "Our Designers", description: "The perfect blend of calm and modern decor for every mood and occasion.", tags: [
|
||||||
"Value", "Budget-Friendly"],
|
"Cozy", "Modern"
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/outline-wallet-with-yellow-coin_78370-7129.jpg", imageAlt: "Indian Rupee currency"},
|
],
|
||||||
{
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2149366417.jpg", imageAlt: "Aesthetic cafe interior"
|
||||||
id: "f5", title: "Friendly Staff", author: "Our Team", description: "Our warm and welcoming team ensures every visit is memorable and enjoyable.", tags: [
|
},
|
||||||
"Hospitality", "Service"],
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-showing-empty-hands-isolated-white-wall_141793-94410.jpg", imageAlt: "Smiling friendly cafe staff"},
|
id: "f4", title: "Affordable Luxury", author: "Our Promise", description: "Enjoy a premium experience with delightful offerings, typically ₹200–400 per person.", tags: [
|
||||||
{
|
"Value", "Budget-Friendly"
|
||||||
id: "f6", title: "Convenient Drive-Through", author: "Your Convenience", description: "Grab your favorite beverages and bites on the go, quick and hassle-free.", tags: [
|
],
|
||||||
"Speed", "Takeaway"],
|
imageSrc: "http://img.b2bpic.net/free-vector/outline-wallet-with-yellow-coin_78370-7129.jpg", imageAlt: "Indian Rupee currency"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/new-normal-coffee-shop-with-face-shield_23-2148656705.jpg", imageAlt: "Car at a drive-through window"},
|
},
|
||||||
]}
|
{
|
||||||
title="Why Kafe Culture?"
|
id: "f5", title: "Friendly Staff", author: "Our Team", description: "Our warm and welcoming team ensures every visit is memorable and enjoyable.", tags: [
|
||||||
description="We're more than just a café; we're a community hub where quality, comfort, and value converge. Discover the reasons our guests keep coming back."
|
"Hospitality", "Service"
|
||||||
/>
|
],
|
||||||
</div>
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-showing-empty-hands-isolated-white-wall_141793-94410.jpg", imageAlt: "Smiling friendly cafe staff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "f6", title: "Convenient Drive-Through", author: "Your Convenience", description: "Grab your favorite beverages and bites on the go, quick and hassle-free.", tags: [
|
||||||
|
"Speed", "Takeaway"
|
||||||
|
],
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/new-normal-coffee-shop-with-face-shield_23-2148656705.jpg", imageAlt: "Car at a drive-through window"
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
title="Why Kafe Culture?"
|
||||||
|
description="We're more than just a café; we're a community hub where quality, comfort, and value converge. Discover the reasons our guests keep coming back."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="menu" data-section="menu">
|
{/* The Menu section has been moved to its own page: /menu */}
|
||||||
<ProductCardOne
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
products={[
|
|
||||||
{
|
|
||||||
id: "p1", name: "Hot Coffee", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7833.jpg", imageAlt: "Steaming hot coffee mug"},
|
|
||||||
{
|
|
||||||
id: "p2", name: "Iced Latte", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee_1339-2846.jpg", imageAlt: "Refreshing iced latte glass"},
|
|
||||||
{
|
|
||||||
id: "p3", name: "KC Special Mocktail", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/iced-mocktails_1203-3088.jpg", imageAlt: "Kafe Culture special mocktail"},
|
|
||||||
{
|
|
||||||
id: "p4", name: "Berry Blast Mocktail", price: "₹230", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-raspberry_23-2148722562.jpg", imageAlt: "Colorful berry blast mocktail"},
|
|
||||||
{
|
|
||||||
id: "p5", name: "KC Special Pizza", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/cheese-pizza-wooden-table-close-up_1232-1147.jpg", imageAlt: "Kafe Culture special pizza"},
|
|
||||||
{
|
|
||||||
id: "p6", name: "Chocolate Brownie", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-chocolate-muffin_1220-455.jpg", imageAlt: "Decadent chocolate brownie"},
|
|
||||||
]}
|
|
||||||
title="Our Delicious Offerings"
|
|
||||||
description="Explore a delightful array of hot beverages, refreshing mocktails, mouth-watering food, and indulgent desserts. Each item crafted to perfection."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="gallery" data-section="gallery">
|
<div id="gallery" data-section="gallery">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "g1", name: "Food Spread", price: "", imageSrc: "http://img.b2bpic.net/free-photo/assorted-coffee-cups-textured-background_53876-176760.jpg", imageAlt: "Delicious food and beverages spread on a table"},
|
id: "g1", name: "Food Spread", price: "", imageSrc: "http://img.b2bpic.net/free-photo/assorted-coffee-cups-textured-background_53876-176760.jpg", imageAlt: "Delicious food and beverages spread on a table"
|
||||||
{
|
},
|
||||||
id: "g2", name: "Cozy Interiors", price: "", imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-hotel-decorated-with-green-plants-flowers_181624-37913.jpg", imageAlt: "Modern and cozy cafe interior with warm lighting"},
|
{
|
||||||
{
|
id: "g2", name: "Cozy Interiors", price: "", imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-hotel-decorated-with-green-plants-flowers_181624-37913.jpg", imageAlt: "Modern and cozy cafe interior with warm lighting"
|
||||||
id: "g3", name: "Vibrant Vibe", price: "", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-drinking_23-2147680595.jpg", imageAlt: "Happy friends enjoying the cafe atmosphere"},
|
},
|
||||||
{
|
{
|
||||||
id: "g4", name: "Barista at Work", price: "", imageSrc: "http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg", imageAlt: "Barista preparing a specialty coffee"},
|
id: "g3", name: "Vibrant Vibe", price: "", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-drinking_23-2147680595.jpg", imageAlt: "Happy friends enjoying the cafe atmosphere"
|
||||||
{
|
},
|
||||||
id: "g5", name: "Sweet Delights", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cookies-cake-cake-cookies-cup-tea-citrus-fruits-cinnamon-sticks_140725-123577.jpg", imageAlt: "Assortment of delicious desserts and pastries"},
|
{
|
||||||
{
|
id: "g4", name: "Barista at Work", price: "", imageSrc: "http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg", imageAlt: "Barista preparing a specialty coffee"
|
||||||
id: "g6", name: "Evening Exterior", price: "", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-brown-building-with-vertical-windows_181624-3596.jpg", imageAlt: "Kafe Culture exterior at night with warm lights"},
|
},
|
||||||
]}
|
{
|
||||||
title="A Glimpse of Kafe Culture"
|
id: "g5", name: "Sweet Delights", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cookies-cake-cake-cookies-cup-tea-citrus-fruits-cinnamon-sticks_140725-123577.jpg", imageAlt: "Assortment of delicious desserts and pastries"
|
||||||
description="Immerse yourself in the visual delight of our café. From our delectable food to our cozy interiors and vibrant ambiance, see why we're an Instagram-worthy spot."
|
},
|
||||||
/>
|
{
|
||||||
</div>
|
id: "g6", name: "Evening Exterior", price: "", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-brown-building-with-vertical-windows_181624-3596.jpg", imageAlt: "Kafe Culture exterior at night with warm lights"
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
title="A Glimpse of Kafe Culture"
|
||||||
|
description="Immerse yourself in the visual delight of our café. From our delectable food to our cozy interiors and vibrant ambiance, see why we're an Instagram-worthy spot."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="reviews" data-section="reviews">
|
<div id="reviews" data-section="reviews">
|
||||||
<TestimonialCardSixteen
|
<TestimonialCardSixteen
|
||||||
animationType="depth-3d"
|
animationType="depth-3d"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
carouselMode="auto"
|
carouselMode="auto"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1", name: "Humeshwari Patil", role: "Customer", company: "Local Visitor", rating: 5,
|
id: "t1", name: "Humeshwari Patil", role: "Customer", company: "Local Visitor", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg", imageAlt: "Portrait of Humeshwari Patil"},
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg", imageAlt: "Portrait of Humeshwari Patil"
|
||||||
{
|
},
|
||||||
id: "t2", name: "Bhaskar Sonar", role: "Customer", company: "Local Visitor", rating: 5,
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-smiling-redhead-bearded-man-holding-coffee-cup-looking-aside_171337-9997.jpg", imageAlt: "Portrait of Bhaskar Sonar"},
|
id: "t2", name: "Bhaskar Sonar", role: "Customer", company: "Local Visitor", rating: 5,
|
||||||
{
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-smiling-redhead-bearded-man-holding-coffee-cup-looking-aside_171337-9997.jpg", imageAlt: "Portrait of Bhaskar Sonar"
|
||||||
id: "t3", name: "Sona Jain", role: "Local Guide", company: "Jalgaon", rating: 5,
|
},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-woman-drinking-coffe-working-with-tablet-pc_613910-16842.jpg", imageAlt: "Portrait of Sona Jain"},
|
{
|
||||||
{
|
id: "t3", name: "Sona Jain", role: "Local Guide", company: "Jalgaon", rating: 5,
|
||||||
id: "t4", name: "Regular Guest", role: "Family Friend", company: "Kafe Culture", rating: 5,
|
imageSrc: "http://img.b2bpic.net/free-photo/casual-woman-drinking-coffe-working-with-tablet-pc_613910-16842.jpg", imageAlt: "Portrait of Sona Jain"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-are-chatting-laughing-with-tasty-snacks-terrace_8353-10306.jpg", imageAlt: "Group of friends enjoying cafe"},
|
},
|
||||||
{
|
{
|
||||||
id: "t5", name: "Happy Customer", role: "Food Enthusiast", company: "Jalgaon Foodie", rating: 5,
|
id: "t4", name: "Regular Guest", role: "Family Friend", company: "Kafe Culture", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-plate-with-ingredients-hands_23-2148040199.jpg", imageAlt: "Chef serving a delicious dish"},
|
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-are-chatting-laughing-with-tasty-snacks-terrace_8353-10306.jpg", imageAlt: "Group of friends enjoying cafe"
|
||||||
]}
|
},
|
||||||
kpiItems={[
|
{
|
||||||
{
|
id: "t5", name: "Happy Customer", role: "Food Enthusiast", company: "Jalgaon Foodie", rating: 5,
|
||||||
value: "4.6", label: "Star Rating"},
|
imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-plate-with-ingredients-hands_23-2148040199.jpg", imageAlt: "Chef serving a delicious dish"
|
||||||
{
|
},
|
||||||
value: "173+", label: "Google Reviews"},
|
]}
|
||||||
{
|
kpiItems={[
|
||||||
value: "Jalgaon", label: "Community Love"},
|
{
|
||||||
]}
|
value: "4.6", label: "Star Rating"
|
||||||
title="What Our Guests Say"
|
},
|
||||||
description="Real stories from our valued customers. Their smiles and kind words are what drive us every day to provide the best experience at Kafe Culture."
|
{
|
||||||
/>
|
value: "173+", label: "Google Reviews"
|
||||||
</div>
|
},
|
||||||
|
{
|
||||||
|
value: "Jalgaon", label: "Community Love"
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
title="What Our Guests Say"
|
||||||
|
description="Real stories from our valued customers. Their smiles and kind words are what drive us every day to provide the best experience at Kafe Culture."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient"}}
|
variant: "sparkles-gradient"
|
||||||
tag="Get in Touch"
|
}}
|
||||||
title="Visit Us or Make a Reservation"
|
tag="Get in Touch"
|
||||||
description="Whether you're planning a visit, want to book a table for friends, or just have a quick question, we're here to help. Reach out to us or find us on the map below. For quick bookings, message us on WhatsApp!"
|
title="Visit Us or Make a Reservation"
|
||||||
inputPlaceholder="Your message"
|
description="Whether you're planning a visit, want to book a table for friends, or just have a quick question, we're here to help. Reach out to us or find us on the map below. For quick bookings, message us on WhatsApp!"
|
||||||
buttonText="Send Message"
|
inputPlaceholder="Your message"
|
||||||
termsText="You can also call us at +91 70303 70370 or WhatsApp us for instant table reservations. Our location: Aakashwani Road, Near Aakashwani Signal, Jalgaon, Maharashtra 425001."
|
buttonText="Send Message"
|
||||||
/>
|
termsText="You can also call us at +91 70303 70370 or WhatsApp us for instant table reservations. Our location: Aakashwani Road, Near Aakashwani Signal, Jalgaon, Maharashtra 425001."
|
||||||
</div>
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={commonFooterColumns}
|
||||||
{
|
logoText="Kafe Culture"
|
||||||
title: "Quick Links", items: [
|
copyrightText="© 2025 Kafe Culture. All rights reserved."
|
||||||
{
|
/>
|
||||||
label: "Home", href: "#hero"},
|
</div>
|
||||||
{
|
|
||||||
label: "Menu", href: "#menu"},
|
|
||||||
{
|
|
||||||
label: "Gallery", href: "#gallery"},
|
|
||||||
{
|
|
||||||
label: "Reviews", href: "#reviews"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Contact Us", items: [
|
|
||||||
{
|
|
||||||
label: "Location", href: "#contact"},
|
|
||||||
{
|
|
||||||
label: "Call Us: 70303 70370", href: "tel:+917030370370"},
|
|
||||||
{
|
|
||||||
label: "WhatsApp Us", href: "https://wa.me/917030370370"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Follow Us", items: [
|
|
||||||
{
|
|
||||||
label: "Instagram", href: "https://instagram.com/kafeculture"},
|
|
||||||
{
|
|
||||||
label: "Facebook", href: "https://facebook.com/kafeculture"},
|
|
||||||
{
|
|
||||||
label: "Google Reviews", href: "https://g.page/kafe-culture-jalgaon/review"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
logoText="Kafe Culture"
|
|
||||||
copyrightText="© 2025 Kafe Culture. All rights reserved."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user