Merge version_1 into main #1
239
src/app/page.tsx
239
src/app/page.tsx
@@ -33,21 +33,13 @@ 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: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Divine Cafe"
|
||||
/>
|
||||
@@ -56,47 +48,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Divine Cafe & Party Lounge"
|
||||
description="Experience elegance and flavor in every moment. From morning coffee to late-night celebrations, we bring you the ultimate lounge experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg",
|
||||
imageAlt: "Luxurious lounge interior",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lunch-consisting-soup-salad-main-course_140725-9350.jpg",
|
||||
imageAlt: "Signature cocktails",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg",
|
||||
imageAlt: "Cafe dining setup",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiple-alcoholic-drinks-bar-underground-funky-party-empty-dance-floor-nightclub-discotheque-prepared-dancing-event-with-dj-mixing-performance-live-music-show_482257-69856.jpg",
|
||||
imageAlt: "Evening cafe ambiance",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg",
|
||||
imageAlt: "Premium bar area",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-ceremonial-area-outdoors-with-modern-transparent-chairs-beautiful-festoon_8353-10827.jpg",
|
||||
imageAlt: "Gourmet dining experience",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg", imageAlt: "Luxurious lounge interior" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/business-lunch-consisting-soup-salad-main-course_140725-9350.jpg", imageAlt: "Signature cocktails" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", imageAlt: "Cafe dining setup" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/multiple-alcoholic-drinks-bar-underground-funky-party-empty-dance-floor-nightclub-discotheque-prepared-dancing-event-with-dj-mixing-performance-live-music-show_482257-69856.jpg", imageAlt: "Evening cafe ambiance" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg", imageAlt: "Premium bar area" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/decorated-ceremonial-area-outdoors-with-modern-transparent-chairs-beautiful-festoon_8353-10827.jpg", imageAlt: "Gourmet dining experience" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,9 +71,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Story"
|
||||
description={[
|
||||
"Divine Cafe was created to offer a sanctuary for coffee lovers and socialites alike. Our space is meticulously designed to provide comfort, style, and culinary excellence.",
|
||||
"We believe that every gathering—whether a quiet morning chat or a grand celebration—deserves an extraordinary setting.",
|
||||
]}
|
||||
"Divine Cafe was created to offer a sanctuary for coffee lovers and socialites alike. Our space is meticulously designed to provide comfort, style, and culinary excellence.", "We believe that every gathering—whether a quiet morning chat or a grand celebration—deserves an extraordinary setting."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -119,32 +82,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Artisan Coffee",
|
||||
tags: [
|
||||
"Specialty",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-barista-making-cup-coffee_23-2148326693.jpg",
|
||||
imageAlt: "Coffee service",
|
||||
},
|
||||
id: "1", title: "Artisan Coffee", tags: [
|
||||
"Specialty"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-barista-making-cup-coffee_23-2148326693.jpg", imageAlt: "Coffee service"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Private Events",
|
||||
tags: [
|
||||
"Parties",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-centrepiece-made-pink-flowers-crystal-chains-stands-dinner-table_1304-3336.jpg",
|
||||
imageAlt: "Party space",
|
||||
},
|
||||
id: "2", title: "Private Events", tags: [
|
||||
"Parties"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-centrepiece-made-pink-flowers-crystal-chains-stands-dinner-table_1304-3336.jpg", imageAlt: "Party space"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Gourmet Dining",
|
||||
tags: [
|
||||
"Cuisine",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-salad-with-mushrooms_23-2148471925.jpg",
|
||||
imageAlt: "Fine dining",
|
||||
},
|
||||
id: "3", title: "Gourmet Dining", tags: [
|
||||
"Cuisine"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-salad-with-mushrooms_23-2148471925.jpg", imageAlt: "Fine dining"},
|
||||
]}
|
||||
title="Why Divine?"
|
||||
description="Excellence in service, ambiance, and taste."
|
||||
@@ -159,59 +107,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Divine Classic Burger",
|
||||
price: "$18",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-fried-vegetables-meat-topped-with-basil_140725-1276.jpg",
|
||||
},
|
||||
id: "1", brand: "Signature", name: "Divine Classic Burger", price: "$18", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mixed-fried-vegetables-meat-topped-with-basil_140725-1276.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Italian",
|
||||
name: "Truffle Pasta",
|
||||
price: "$22",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-penne-paste-with-tomato-sauce-parmesan_140725-4912.jpg",
|
||||
},
|
||||
id: "2", brand: "Italian", name: "Truffle Pasta", price: "$22", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/plate-penne-paste-with-tomato-sauce-parmesan_140725-4912.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Beverage",
|
||||
name: "Tropical Fusion Mocktail",
|
||||
price: "$12",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-summer-cocktail-pina-colada-fresh-summer-drink-concept_185193-109327.jpg",
|
||||
},
|
||||
id: "3", brand: "Beverage", name: "Tropical Fusion Mocktail", price: "$12", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/fresh-summer-cocktail-pina-colada-fresh-summer-drink-concept_185193-109327.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Sweet",
|
||||
name: "Molten Chocolate Cake",
|
||||
price: "$10",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-photo-her-strawberry-dessert-with-her-smartphone_140725-8924.jpg",
|
||||
},
|
||||
id: "4", brand: "Sweet", name: "Molten Chocolate Cake", price: "$10", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-photo-her-strawberry-dessert-with-her-smartphone_140725-8924.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Drink",
|
||||
name: "Espresso Martini",
|
||||
price: "$14",
|
||||
rating: 5,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-drink-with-milk_23-2148865605.jpg",
|
||||
},
|
||||
id: "5", brand: "Drink", name: "Espresso Martini", price: "$14", rating: 5,
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-drink-with-milk_23-2148865605.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Light",
|
||||
name: "Artisan Salad Bowl",
|
||||
price: "$16",
|
||||
rating: 4,
|
||||
reviewCount: "64",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-with-pina-colada_23-2150184008.jpg",
|
||||
},
|
||||
id: "6", brand: "Light", name: "Artisan Salad Bowl", price: "$16", rating: 4,
|
||||
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-with-pina-colada_23-2150184008.jpg"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Indulge in our carefully curated selection of delicacies."
|
||||
@@ -220,27 +132,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Coffee,
|
||||
title: "Cups Served",
|
||||
value: "50,000+",
|
||||
},
|
||||
id: "1", icon: Coffee,
|
||||
title: "Cups Served", value: "50,000+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Happy Guests",
|
||||
value: "20,000+",
|
||||
},
|
||||
id: "2", icon: Users,
|
||||
title: "Happy Guests", value: "20,000+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Gift,
|
||||
title: "Events Hosted",
|
||||
value: "500+",
|
||||
},
|
||||
id: "3", icon: Gift,
|
||||
title: "Events Hosted", value: "500+"},
|
||||
]}
|
||||
title="Our Growth"
|
||||
description="Serving thousands of guests and creating memories everyday."
|
||||
@@ -254,40 +158,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anjali Sharma",
|
||||
handle: "@anjali_s",
|
||||
testimonial: "The best cafe in town! The ambiance is absolutely divine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
},
|
||||
id: "1", name: "Anjali Sharma", handle: "@anjali_s", testimonial: "The best cafe in town! The ambiance is absolutely divine.", imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rahul Verma",
|
||||
handle: "@rahulv",
|
||||
testimonial: "Perfect place for parties. Exceptional service and great drinks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22941.jpg",
|
||||
},
|
||||
id: "2", name: "Rahul Verma", handle: "@rahulv", testimonial: "Perfect place for parties. Exceptional service and great drinks.", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22941.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya Singh",
|
||||
handle: "@priya_s",
|
||||
testimonial: "The food quality is unmatched. Love the vibe here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-friends-indoors_23-2148965330.jpg",
|
||||
},
|
||||
id: "3", name: "Priya Singh", handle: "@priya_s", testimonial: "The food quality is unmatched. Love the vibe here.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-friends-indoors_23-2148965330.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Malhotra",
|
||||
handle: "@vikramm",
|
||||
testimonial: "A must-visit for cafe lovers. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg",
|
||||
},
|
||||
id: "4", name: "Vikram Malhotra", handle: "@vikramm", testimonial: "A must-visit for cafe lovers. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sneha Gupta",
|
||||
handle: "@snehag",
|
||||
testimonial: "Divine lives up to its name. Wonderful experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-drinking-coffee-enjoying-cafe-after-work_637285-248.jpg",
|
||||
},
|
||||
id: "5", name: "Sneha Gupta", handle: "@snehag", testimonial: "Divine lives up to its name. Wonderful experience.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-drinking-coffee-enjoying-cafe-after-work_637285-248.jpg"},
|
||||
]}
|
||||
title="Guest Reviews"
|
||||
description="See why our customers love Divine."
|
||||
@@ -300,20 +179,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept event bookings?",
|
||||
content: "Yes, we handle all kinds of private events and parties. Contact us for packages.",
|
||||
},
|
||||
id: "1", title: "Do you accept event bookings?", content: "Yes, we handle all kinds of private events and parties. Contact us for packages."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is there outdoor seating?",
|
||||
content: "We offer a cozy outdoor terrace for a relaxed experience.",
|
||||
},
|
||||
id: "2", title: "Is there outdoor seating?", content: "We offer a cozy outdoor terrace for a relaxed experience."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What are the hours?",
|
||||
content: "We are open daily from 9:00 AM to 1:00 AM.",
|
||||
},
|
||||
id: "3", title: "What are the hours?", content: "We are open daily from 9:00 AM to 1:00 AM."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153834.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -327,8 +197,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Book Your Spot"
|
||||
description="Send us your request, and we will get back to you immediately."
|
||||
@@ -341,13 +210,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Divine Cafe"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user