Update src/app/page.tsx
This commit is contained in:
262
src/app/page.tsx
262
src/app/page.tsx
@@ -32,70 +32,44 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Jumeirah Brew"
|
||||
button={{
|
||||
text: "Order Online", href: "#products"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Brewed to Perfection in Jumeirah"
|
||||
description="Experience the warmth of artisanal coffee in the heart of Jumeirah. Every cup tells a story of craft, comfort, and passion."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Menu", href: "#products"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-72.jpg",
|
||||
imageAlt: "Coffee Shop Atmosphere",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-72.jpg", imageAlt: "Coffee Shop Atmosphere"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-restaurant-filtered-image-processed-vinta_1232-2763.jpg",
|
||||
imageAlt: "Fresh Roasted Beans",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-restaurant-filtered-image-processed-vinta_1232-2763.jpg", imageAlt: "Fresh Roasted Beans"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30213.jpg",
|
||||
imageAlt: "Artisan Latte Art",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30213.jpg", imageAlt: "Artisan Latte Art"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-concept_23-2147798043.jpg",
|
||||
imageAlt: "Modern Cafe Interior",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/bar-concept_23-2147798043.jpg", imageAlt: "Modern Cafe Interior"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-natural-medicines_23-2148776417.jpg",
|
||||
imageAlt: "Premium Coffee Selection",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-natural-medicines_23-2148776417.jpg", imageAlt: "Premium Coffee Selection"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee_140725-8112.jpg",
|
||||
imageAlt: "Barista Craft",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee_140725-8112.jpg", imageAlt: "Barista Craft"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,18 +79,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Passion for ",
|
||||
},
|
||||
type: "text", content: "Our Passion for "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-with-cup-tea-books-burning-candle-beautiful-candlestick-home-comfort-concept_169016-9931.jpg",
|
||||
alt: "Coffee Culture",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/still-life-with-cup-tea-books-burning-candle-beautiful-candlestick-home-comfort-concept_169016-9931.jpg", alt: "Coffee Culture"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Real Coffee.",
|
||||
},
|
||||
type: "text", content: " Real Coffee."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,32 +95,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Ethically Sourced",
|
||||
tags: [
|
||||
"Organic",
|
||||
"Fair Trade",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-closeup-shot-coffee-with-latte-art-black-ceramic-cup-wooden-surface_181624-3880.jpg",
|
||||
},
|
||||
id: "f1", title: "Ethically Sourced", tags: [
|
||||
"Organic", "Fair Trade"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-closeup-shot-coffee-with-latte-art-black-ceramic-cup-wooden-surface_181624-3880.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Expert Baristas",
|
||||
tags: [
|
||||
"Trained",
|
||||
"Artisan",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-man-white-shirt-holding-hot-coffee-cup_171337-9996.jpg",
|
||||
},
|
||||
id: "f2", title: "Expert Baristas", tags: [
|
||||
"Trained", "Artisan"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-man-white-shirt-holding-hot-coffee-cup_171337-9996.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Cozy Ambience",
|
||||
tags: [
|
||||
"Relaxing",
|
||||
"Jumeirah",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-snack-hot-drink-cookies-shape-coffee-seeds_185193-110871.jpg",
|
||||
},
|
||||
id: "f3", title: "Cozy Ambience", tags: [
|
||||
"Relaxing", "Jumeirah"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-snack-hot-drink-cookies-shape-coffee-seeds_185193-110871.jpg"},
|
||||
]}
|
||||
title="Why Choose Jumeirah Brew"
|
||||
description="Excellence in every drop. We combine traditional roasting techniques with modern comfort to bring you the best coffee experience in Dubai."
|
||||
@@ -168,59 +120,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Jumeirah Latte",
|
||||
price: "AED 25",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2147.jpg",
|
||||
},
|
||||
id: "p1", brand: "Signature", name: "Jumeirah Latte", price: "AED 25", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2147.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Signature",
|
||||
name: "Classic Flat White",
|
||||
price: "AED 22",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-cup-coffee-with-milk-inside-cup-white-desk-drink-coffee-milk-desk-color_140725-39966.jpg",
|
||||
},
|
||||
id: "p2", brand: "Signature", name: "Classic Flat White", price: "AED 22", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-cup-coffee-with-milk-inside-cup-white-desk-drink-coffee-milk-desk-color_140725-39966.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Artisan",
|
||||
name: "Signature Pour Over",
|
||||
price: "AED 28",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-maker-with-fresh-coffee_23-2148366580.jpg",
|
||||
},
|
||||
id: "p3", brand: "Artisan", name: "Signature Pour Over", price: "AED 28", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-maker-with-fresh-coffee_23-2148366580.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Cold Brew",
|
||||
name: "Iced Caramel Macchiato",
|
||||
price: "AED 30",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milky-frappuccino-with-whipping-cream-chocolate-chips-top_114579-2985.jpg",
|
||||
},
|
||||
id: "p4", brand: "Cold Brew", name: "Iced Caramel Macchiato", price: "AED 30", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/milky-frappuccino-with-whipping-cream-chocolate-chips-top_114579-2985.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Bakery",
|
||||
name: "Butter Croissant",
|
||||
price: "AED 15",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-beautiful-croissants-wooden-board-traditional-continental-breakfast-granola-with-fruits-honey-background_1220-1315.jpg",
|
||||
},
|
||||
id: "p5", brand: "Bakery", name: "Butter Croissant", price: "AED 15", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beautiful-croissants-wooden-board-traditional-continental-breakfast-granola-with-fruits-honey-background_1220-1315.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Bakery",
|
||||
name: "Dark Chocolate Cake",
|
||||
price: "AED 22",
|
||||
rating: 5,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-coffee-beans-glass-tea-marble-table_114579-40129.jpg",
|
||||
},
|
||||
id: "p6", brand: "Bakery", name: "Dark Chocolate Cake", price: "AED 22", rating: 5,
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-coffee-beans-glass-tea-marble-table_114579-40129.jpg"},
|
||||
]}
|
||||
title="Signature Coffee Selection"
|
||||
description="Discover our handpicked collection of artisan coffees, ranging from classic roasts to modern signature blends."
|
||||
@@ -234,40 +150,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_dxb",
|
||||
testimonial: "The best flat white in Jumeirah! Such a relaxing place.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", handle: "@sarah_dxb", testimonial: "The best flat white in Jumeirah! Such a relaxing place.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ahmed Al-Mansoori",
|
||||
handle: "@ahmed_coffee",
|
||||
testimonial: "Great atmosphere for working and quality beans.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-664.jpg",
|
||||
},
|
||||
id: "t2", name: "Ahmed Al-Mansoori", handle: "@ahmed_coffee", testimonial: "Great atmosphere for working and quality beans.", imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-664.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Chloe Jones",
|
||||
handle: "@chloe_j",
|
||||
testimonial: "Love the cozy interior and the pastry selection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leisure-people-lifestyle-concept-happy-handsome-young-man-cafe-sitting-chair-smiling-holding-glass-coffee-looking-aside-relaxing-with-cup-cappuccino_1258-314458.jpg",
|
||||
},
|
||||
id: "t3", name: "Chloe Jones", handle: "@chloe_j", testimonial: "Love the cozy interior and the pastry selection.", imageSrc: "http://img.b2bpic.net/free-photo/leisure-people-lifestyle-concept-happy-handsome-young-man-cafe-sitting-chair-smiling-holding-glass-coffee-looking-aside-relaxing-with-cup-cappuccino_1258-314458.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mark Stevens",
|
||||
handle: "@mark_s",
|
||||
testimonial: "A regular stop for me. Consistent quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg",
|
||||
},
|
||||
id: "t4", name: "Mark Stevens", handle: "@mark_s", testimonial: "A regular stop for me. Consistent quality.", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Laila Hassan",
|
||||
handle: "@laila_h",
|
||||
testimonial: "Beautiful spot, very welcoming staff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-woman-holding-plastic-coffee-cup-isolated-green-wall-with-copy-space_141793-26060.jpg",
|
||||
},
|
||||
id: "t5", name: "Laila Hassan", handle: "@laila_h", testimonial: "Beautiful spot, very welcoming staff.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-woman-holding-plastic-coffee-cup-isolated-green-wall-with-copy-space_141793-26060.jpg"},
|
||||
]}
|
||||
title="Loved by the Community"
|
||||
description="Hear what our neighbors in Jumeirah say about their favorite coffee spot."
|
||||
@@ -281,31 +172,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15k+",
|
||||
title: "Coffee Cups Served",
|
||||
items: [
|
||||
"Annual serve",
|
||||
"Premium quality",
|
||||
],
|
||||
id: "m1", value: "15k+", title: "Coffee Cups Served", items: [
|
||||
"Annual serve", "Premium quality"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20",
|
||||
title: "Roast Variations",
|
||||
items: [
|
||||
"Direct trade",
|
||||
"Artisanal",
|
||||
],
|
||||
id: "m2", value: "20", title: "Roast Variations", items: [
|
||||
"Direct trade", "Artisanal"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5",
|
||||
title: "Local Awards",
|
||||
items: [
|
||||
"Quality focus",
|
||||
"Expertise",
|
||||
],
|
||||
id: "m3", value: "5", title: "Local Awards", items: [
|
||||
"Quality focus", "Expertise"],
|
||||
},
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
@@ -319,20 +195,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer specialty dairy alternatives?",
|
||||
content: "Yes, we serve premium almond, oat, and soy milk options.",
|
||||
},
|
||||
id: "q1", title: "Do you offer specialty dairy alternatives?", content: "Yes, we serve premium almond, oat, and soy milk options."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is there free Wi-Fi?",
|
||||
content: "Yes, high-speed Wi-Fi is available for all guests.",
|
||||
},
|
||||
id: "q2", title: "Is there free Wi-Fi?", content: "Yes, high-speed Wi-Fi is available for all guests."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you open on weekends?",
|
||||
content: "We are open every day from 7 AM until 11 PM.",
|
||||
},
|
||||
id: "q3", title: "Are you open on weekends?", content: "We are open every day from 7 AM until 11 PM."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-hand-barista-cafe-making-coffee-barista-with-coffee_169016-60217.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -346,8 +213,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Get In Touch"
|
||||
description="Have questions or want to host an event? Send us a message."
|
||||
@@ -360,29 +226,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Story", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user