Merge version_1 into main #2
311
src/app/page.tsx
311
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Cake, Coffee, Monitor, Users, Wifi } from "lucide-react";
|
||||
import { Cake, Coffee, Monitor, Users, Wifi, PartyPopper } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
},
|
||||
name: "Events", id: "events"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Boho Bistro"
|
||||
/>
|
||||
@@ -63,39 +53,23 @@ export default function LandingPage() {
|
||||
description="Your Journey to Flavors Begins Here. Experience the perfect blend of multi-cuisine delicacies and boho-chic ambience in Vaishali."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-beer-waiting-her-friends_23-2147680569.jpg?_wi=1",
|
||||
imageAlt: "Boho style cafe interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-beer-waiting-her-friends_23-2147680569.jpg", imageAlt: "Boho style cafe interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creating-new-collection-cafe_1098-13756.jpg",
|
||||
imageAlt: "Cafe atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creating-new-collection-cafe_1098-13756.jpg", imageAlt: "Cafe atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-restaurant_23-2149390963.jpg",
|
||||
imageAlt: "Cafe decor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-restaurant_23-2149390963.jpg", imageAlt: "Cafe decor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-talking-phone_23-2149357069.jpg",
|
||||
imageAlt: "Boho wall art",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-talking-phone_23-2149357069.jpg", imageAlt: "Boho wall art"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-indoor-space-ready-comfortable-activities_23-2149864772.jpg",
|
||||
imageAlt: "Cafe seating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-indoor-space-ready-comfortable-activities_23-2149864772.jpg", imageAlt: "Cafe seating"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg",
|
||||
imageAlt: "Cozy corner",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg", imageAlt: "Cozy corner"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,20 +79,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafting Memories Since 2024",
|
||||
},
|
||||
type: "text", content: "Crafting Memories Since 2024"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-girl-with-dark-hair-beret-classic-beige-trench-coat-sitting-table-city-cafe-terrace-smiling-having-cheesecake-tea-breakfast_197531-24446.jpg",
|
||||
alt: "Ved Bansal",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/cheerful-young-girl-with-dark-hair-beret-classic-beige-trench-coat-sitting-table-city-cafe-terrace-smiling-having-cheesecake-tea-breakfast_197531-24446.jpg", alt: "Ved Bansal"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn Our Story", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -132,47 +99,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Dragon Shanghai Sizzler",
|
||||
price: "₹450",
|
||||
variant: "Non-Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3695.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Dragon Shanghai Sizzler", price: "₹450", variant: "Non-Veg", imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3695.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Peri Peri Paneer Tikka Sandwich",
|
||||
price: "₹280",
|
||||
variant: "Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-lettuce-tomato-cucumber-olives-corns-fried-eggplants-side-view_141793-2787.jpg",
|
||||
},
|
||||
id: "p2", name: "Peri Peri Paneer Tikka Sandwich", price: "₹280", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-lettuce-tomato-cucumber-olives-corns-fried-eggplants-side-view_141793-2787.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Cheesy Alfredo Pasta",
|
||||
price: "₹320",
|
||||
variant: "Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-breakfast-container-wooden-coaster_23-2148076245.jpg",
|
||||
},
|
||||
id: "p3", name: "Cheesy Alfredo Pasta", price: "₹320", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-breakfast-container-wooden-coaster_23-2148076245.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Handcrafted Mocktails",
|
||||
price: "₹190",
|
||||
variant: "Beverage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/daiquiri-cocktails-with-lime-slices-arrangement_23-2149486836.jpg",
|
||||
},
|
||||
id: "p4", name: "Handcrafted Mocktails", price: "₹190", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/daiquiri-cocktails-with-lime-slices-arrangement_23-2149486836.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Customized Cakes",
|
||||
price: "On Order",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-yummy-dessert-around-red-roses-fresh-berries-brown-wooden-rustic-desk_140725-14257.jpg",
|
||||
},
|
||||
id: "p5", name: "Customized Cakes", price: "On Order", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-yummy-dessert-around-red-roses-fresh-berries-brown-wooden-rustic-desk_140725-14257.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Royal Crispy Burger",
|
||||
price: "₹250",
|
||||
variant: "Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg",
|
||||
},
|
||||
id: "p6", name: "Royal Crispy Burger", price: "₹250", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg"},
|
||||
]}
|
||||
title="Signature Menu Highlights"
|
||||
description="A fusion of Indian, Chinese, Continental, and Italian classics crafted to perfection."
|
||||
@@ -186,61 +123,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Birthday Parties",
|
||||
description: "Themed décor, entertainment, and custom-made cakes.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-table-setting-with-burning-candles-dried-flowers-wedding-with-many-decorative-details_169016-11018.jpg",
|
||||
},
|
||||
title: "Birthday Parties", description: "Themed décor, entertainment, and custom-made cakes.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-table-setting-with-burning-candles-dried-flowers-wedding-with-many-decorative-details_169016-11018.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: PartyPopper,
|
||||
text: "Customized Decor",
|
||||
},
|
||||
text: "Customized Decor"},
|
||||
{
|
||||
icon: Cake,
|
||||
text: "Signature Cakes",
|
||||
},
|
||||
text: "Signature Cakes"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-beer-waiting-her-friends_23-2147680569.jpg?_wi=2",
|
||||
imageAlt: "birthday party cafe celebration",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Corporate Events",
|
||||
description: "Professional setup with WiFi and projector support.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg",
|
||||
},
|
||||
title: "Corporate Events", description: "Professional setup with WiFi and projector support.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Monitor,
|
||||
text: "Projector Setup",
|
||||
},
|
||||
text: "Projector Setup"},
|
||||
{
|
||||
icon: Wifi,
|
||||
text: "Free WiFi",
|
||||
},
|
||||
text: "Free WiFi"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-girl-with-dark-hair-beret-classic-beige-trench-coat-sitting-table-city-cafe-terrace-smiling-having-cheesecake-tea-breakfast_197531-24446.jpg",
|
||||
imageAlt: "birthday party cafe celebration",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Get-Togethers",
|
||||
description: "Anniversaries and kitty parties with ease.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378910.jpg",
|
||||
},
|
||||
title: "Get-Togethers", description: "Anniversaries and kitty parties with ease.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378910.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Users,
|
||||
text: "Flexible Seating",
|
||||
},
|
||||
text: "Flexible Seating"},
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Casual Vibe",
|
||||
},
|
||||
text: "Casual Vibe"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3695.jpg?_wi=2",
|
||||
imageAlt: "birthday party cafe celebration",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Celebrate with Style"
|
||||
@@ -256,41 +175,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Interior Vibes",
|
||||
role: "Decor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg",
|
||||
},
|
||||
id: "g1", name: "Interior Vibes", role: "Decor", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg"},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Wall Art",
|
||||
role: "Theme",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg",
|
||||
},
|
||||
id: "g2", name: "Wall Art", role: "Theme", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg"},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Comfort Space",
|
||||
role: "Style",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-with-pina-colada_23-2150184008.jpg",
|
||||
},
|
||||
id: "g3", name: "Comfort Space", role: "Style", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-with-pina-colada_23-2150184008.jpg"},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Cafe Corner",
|
||||
role: "Aesthetic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-scandinavian-breakfast-nook-style_53876-105810.jpg",
|
||||
},
|
||||
id: "g4", name: "Cafe Corner", role: "Aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/minimal-scandinavian-breakfast-nook-style_53876-105810.jpg"},
|
||||
{
|
||||
id: "g5",
|
||||
name: "Lighting",
|
||||
role: "Ambiance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-empty-white-seat-background_1203-4740.jpg",
|
||||
},
|
||||
id: "g5", name: "Lighting", role: "Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/table-empty-white-seat-background_1203-4740.jpg"},
|
||||
{
|
||||
id: "g6",
|
||||
name: "Boho Elements",
|
||||
role: "Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-house-decorated-with-brazilian-folklore-design_23-2150794127.jpg",
|
||||
},
|
||||
id: "g6", name: "Boho Elements", role: "Design", imageSrc: "http://img.b2bpic.net/free-photo/room-house-decorated-with-brazilian-folklore-design_23-2150794127.jpg"},
|
||||
]}
|
||||
title="Explore Our Aesthetic"
|
||||
description="A peek into the colorful and boho-inspired interiors of Boho Bistro."
|
||||
@@ -304,28 +199,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.8",
|
||||
title: "Google Rating",
|
||||
items: [
|
||||
"Based on 598+ reviews",
|
||||
],
|
||||
id: "m1", value: "4.8", title: "Google Rating", items: [
|
||||
"Based on 598+ reviews"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2024",
|
||||
title: "Est. Since",
|
||||
items: [
|
||||
"Established by Ved Bansal",
|
||||
],
|
||||
id: "m2", value: "2024", title: "Est. Since", items: [
|
||||
"Established by Ved Bansal"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Satisfied Guests",
|
||||
items: [
|
||||
"Our primary commitment",
|
||||
],
|
||||
id: "m3", value: "100%", title: "Satisfied Guests", items: [
|
||||
"Our primary commitment"],
|
||||
},
|
||||
]}
|
||||
title="Our Success in Numbers"
|
||||
@@ -340,59 +223,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rohan Mehra",
|
||||
role: "Professional",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg",
|
||||
},
|
||||
id: "t1", name: "Rohan Mehra", role: "Professional", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sonia Verma",
|
||||
role: "Local Guest",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg",
|
||||
},
|
||||
id: "t2", name: "Sonia Verma", role: "Local Guest", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Amit Gupta",
|
||||
role: "Tech Lead",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285298.jpg",
|
||||
},
|
||||
id: "t3", name: "Amit Gupta", role: "Tech Lead", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285298.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Priya Singh",
|
||||
role: "Student",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-flower-table_23-2148001715.jpg",
|
||||
},
|
||||
id: "t4", name: "Priya Singh", role: "Student", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-flower-table_23-2148001715.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Vikram Seth",
|
||||
role: "Entrepreneur",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-african-caucasian-lesbians-enjoying-nice-time-together-lunch-cozy-cafe_273609-9091.jpg",
|
||||
},
|
||||
id: "t5", name: "Vikram Seth", role: "Entrepreneur", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-african-caucasian-lesbians-enjoying-nice-time-together-lunch-cozy-cafe_273609-9091.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "598+",
|
||||
label: "Google Reviews",
|
||||
},
|
||||
value: "598+", label: "Google Reviews"},
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "4.8", label: "Avg Rating"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Food Quality",
|
||||
},
|
||||
value: "100%", label: "Food Quality"},
|
||||
]}
|
||||
title="What Guests Say"
|
||||
description="Real experiences from our community members."
|
||||
@@ -403,20 +255,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Join Us at Boho Bistro"
|
||||
description="Shop No. 12, Gaur Gravity Plaza, Sector 4, Vaishali, Ghaziabad. Call us at +91 88000 22665."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+918800022665",
|
||||
},
|
||||
text: "Call Now", href: "tel:+918800022665"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@bohobistro.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@bohobistro.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -426,33 +273,21 @@ export default function LandingPage() {
|
||||
logoText="Boho Bistro"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user