Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
272
src/app/page.tsx
272
src/app/page.tsx
@@ -30,26 +30,11 @@ 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: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="DOLCINI"
|
||||
/>
|
||||
@@ -57,42 +42,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="DOLCINI CAFE"
|
||||
description="An exquisite sanctuary of artisanal coffee and divine desserts in the heart of Homz Mall. Experience the gold standard of Kuwaiti café culture."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158654.jpg",
|
||||
imageAlt: "Luxurious cafe interior",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cupcake-with-vanilla-cream-star-sprinkles_140725-5770.jpg",
|
||||
imageAlt: "Artisan dessert photography",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-lady-long-dress-black-sandals-enjoying-lunch-outdoor-cafe-looking-away-fascinating-blonde-girl-hat-waiting-friend-eat-croissants-together_197531-4275.jpg",
|
||||
imageAlt: "Modern gulf café branding",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-art-coffee-table-filtered-image-processed-vintage_1232-2210.jpg",
|
||||
imageAlt: "Coffee craftsmanship",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg",
|
||||
imageAlt: "Atmospheric café lighting",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-concept_23-2147798063.jpg",
|
||||
imageAlt: "Gourmet pastry display",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158654.jpg", imageAlt: "Luxurious cafe interior" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cupcake-with-vanilla-cream-star-sprinkles_140725-5770.jpg", imageAlt: "Artisan dessert photography" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/pretty-lady-long-dress-black-sandals-enjoying-lunch-outdoor-cafe-looking-away-fascinating-blonde-girl-hat-waiting-friend-eat-croissants-together_197531-4275.jpg", imageAlt: "Modern gulf café branding" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-art-coffee-table-filtered-image-processed-vintage_1232-2210.jpg", imageAlt: "Coffee craftsmanship" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg", imageAlt: "Atmospheric café lighting" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/bar-concept_23-2147798063.jpg", imageAlt: "Gourmet pastry display" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,18 +63,9 @@ export default function LandingPage() {
|
||||
title="A Tradition of Excellence"
|
||||
description="Dolcini Café blends the rich traditions of Kuwaiti hospitality with a modern, minimalist aesthetic. Located in Homz Mall, we strive to create a peaceful escape with unparalleled flavor profiles."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Artisanal Roasts",
|
||||
description: "Hand-selected beans sourced globally.",
|
||||
},
|
||||
{
|
||||
title: "Gourmet Patisserie",
|
||||
description: "Handcrafted desserts with gold accents.",
|
||||
},
|
||||
{
|
||||
title: "Elegant Ambiance",
|
||||
description: "Minimalist luxury in the heart of Al-Dajeej.",
|
||||
},
|
||||
{ title: "Artisanal Roasts", description: "Hand-selected beans sourced globally." },
|
||||
{ title: "Gourmet Patisserie", description: "Handcrafted desserts with gold accents." },
|
||||
{ title: "Elegant Ambiance", description: "Minimalist luxury in the heart of Al-Dajeej." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -125,23 +75,15 @@ export default function LandingPage() {
|
||||
<div id="signature" data-section="signature">
|
||||
<FeatureCardSeven
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "The Gold Latte",
|
||||
description: "Our signature beverage infused with 24K edible gold flakes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-aeropress_176420-14763.jpg",
|
||||
},
|
||||
title: "The Gold Latte", description: "Our signature beverage infused with 24K edible gold flakes.", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-aeropress_176420-14763.jpg"},
|
||||
{
|
||||
title: "Dolcini Delights",
|
||||
description: "A curated collection of delicate, bite-sized French-inspired pastries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cakes-with-chocolate-cips-white-surface-tea-cake-biscuit-sweet-birthday-cookie-cream_140725-101637.jpg",
|
||||
},
|
||||
title: "Dolcini Delights", description: "A curated collection of delicate, bite-sized French-inspired pastries.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cakes-with-chocolate-cips-white-surface-tea-cake-biscuit-sweet-birthday-cookie-cream_140725-101637.jpg"},
|
||||
{
|
||||
title: "Private Sessions",
|
||||
description: "Exclusive bookings for your most meaningful coffee moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-cup-coffee-table_53876-63270.jpg",
|
||||
},
|
||||
title: "Private Sessions", description: "Exclusive bookings for your most meaningful coffee moments.", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-cup-coffee-table_53876-63270.jpg"},
|
||||
]}
|
||||
title="Signature Experiences"
|
||||
description="Discover why we are the preferred choice for sophisticated palates in Kuwait."
|
||||
@@ -155,60 +97,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Coffee",
|
||||
name: "Signature Gold Latte",
|
||||
price: "4.500 KD",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-pours-milk-into-cup-coffee_141793-17485.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Dessert",
|
||||
name: "Saffron Cheesecake",
|
||||
price: "3.500 KD",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cherry-pastry-delicious-sweet-sliced-with-fresh-sour-cherries-inside-plate_140725-20203.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Coffee",
|
||||
name: "Cold Brew Royale",
|
||||
price: "3.000 KD",
|
||||
rating: 4,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-with-ice-cubes-dark-background_84443-83825.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Dessert",
|
||||
name: "Chocolate Truffle Tart",
|
||||
price: "3.200 KD",
|
||||
rating: 5,
|
||||
reviewCount: "67",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-concept_23-2148769254.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Dessert",
|
||||
name: "Pistachio Éclair",
|
||||
price: "2.800 KD",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-macarons-table_23-2148517962.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Coffee",
|
||||
name: "V60 Chemex",
|
||||
price: "3.800 KD",
|
||||
rating: 5,
|
||||
reviewCount: "56",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57625.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Coffee", name: "Signature Gold Latte", price: "4.500 KD", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-pours-milk-into-cup-coffee_141793-17485.jpg" },
|
||||
{ id: "2", brand: "Dessert", name: "Saffron Cheesecake", price: "3.500 KD", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cherry-pastry-delicious-sweet-sliced-with-fresh-sour-cherries-inside-plate_140725-20203.jpg" },
|
||||
{ id: "3", brand: "Coffee", name: "Cold Brew Royale", price: "3.000 KD", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-with-ice-cubes-dark-background_84443-83825.jpg" },
|
||||
{ id: "4", brand: "Dessert", name: "Chocolate Truffle Tart", price: "3.200 KD", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-concept_23-2148769254.jpg" },
|
||||
{ id: "5", brand: "Dessert", name: "Pistachio Éclair", price: "2.800 KD", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-macarons-table_23-2148517962.jpg" },
|
||||
{ id: "6", brand: "Coffee", name: "V60 Chemex", price: "3.800 KD", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57625.jpg" },
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="A selection of our most beloved creations, crafted with passion."
|
||||
@@ -220,56 +114,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Al-Enezi",
|
||||
date: "March 2025",
|
||||
title: "Connoisseur",
|
||||
quote: "The gold latte is an absolute masterpiece.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256890.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423998.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mohammed Khalid",
|
||||
date: "February 2025",
|
||||
title: "Foodie",
|
||||
quote: "Dolcini brought Dubai-level luxury to Al-Dajeej.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-drinks-restaurant_23-2149269143.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Layla Ahmed",
|
||||
date: "January 2025",
|
||||
title: "Coffee Lover",
|
||||
quote: "The ambiance is just stunning and the pastries are perfect.",
|
||||
tag: "Coffee Lover",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ahmed Rashid",
|
||||
date: "January 2025",
|
||||
title: "Business Traveler",
|
||||
quote: "Found this place in Homz Mall. Best coffee in Kuwait.",
|
||||
tag: "Frequent Visitor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25717.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fatima Yousef",
|
||||
date: "December 2024",
|
||||
title: "Local Resident",
|
||||
quote: "Perfect spot for private meetings with clients.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-woman-with-smartphone-cafe_23-2147830532.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-with-daughter-autumn-park_1157-22526.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Al-Enezi", date: "March 2025", title: "Connoisseur", quote: "The gold latte is an absolute masterpiece.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256890.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423998.jpg" },
|
||||
{ id: "2", name: "Mohammed Khalid", date: "February 2025", title: "Foodie", quote: "Dolcini brought Dubai-level luxury to Al-Dajeej.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-drinks-restaurant_23-2149269143.jpg" },
|
||||
{ id: "3", name: "Layla Ahmed", date: "January 2025", title: "Coffee Lover", quote: "The ambiance is just stunning and the pastries are perfect.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg" },
|
||||
{ id: "4", name: "Ahmed Rashid", date: "January 2025", title: "Business Traveler", quote: "Found this place in Homz Mall. Best coffee in Kuwait.", tag: "Frequent Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25717.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg" },
|
||||
{ id: "5", name: "Fatima Yousef", date: "December 2024", title: "Local Resident", quote: "Perfect spot for private meetings with clients.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-woman-with-smartphone-cafe_23-2147830532.jpg", imageSrc: "http://img.b2bpic.net/free-photo/family-with-daughter-autumn-park_1157-22526.jpg" },
|
||||
]}
|
||||
title="Guest Reviews"
|
||||
description="What our guests say about their experience at Dolcini Café."
|
||||
@@ -282,21 +131,9 @@ export default function LandingPage() {
|
||||
title="Our Journey in Numbers"
|
||||
tag="Since 2023"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10k+",
|
||||
description: "Gold Lattes Served",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "25+",
|
||||
description: "Artisan Dessert Recipes",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "5*",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
{ id: "1", value: "10k+", description: "Gold Lattes Served" },
|
||||
{ id: "2", value: "25+", description: "Artisan Dessert Recipes" },
|
||||
{ id: "3", value: "5*", description: "Customer Satisfaction" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -305,9 +142,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Location"
|
||||
title="Visit Us"
|
||||
description="Located inside Homz Mall, Al-Dajeej, Kuwait. Open daily for a touch of luxury."
|
||||
@@ -323,42 +158,21 @@ export default function LandingPage() {
|
||||
logoText="DOLCINI CAFE"
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "Homz Mall, Al-Dajeej",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Kuwait City",
|
||||
href: "#",
|
||||
},
|
||||
title: "Location", items: [
|
||||
{ label: "Homz Mall, Al-Dajeej", href: "#" },
|
||||
{ label: "Kuwait City", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
title: "Explore", items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Gallery", href: "#gallery" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Twitter", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user