Merge version_1 into main #1
287
src/app/page.tsx
287
src/app/page.tsx
@@ -33,29 +33,17 @@ 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: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/coffee-shop-logo-food-business-template-branding-design-vector-coffee-kind-made-with-love-text_53876-140606.jpg"
|
||||
logoAlt="Rehla Coffee House Logo"
|
||||
@@ -68,67 +56,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Rehla Coffee House"
|
||||
description="Crafted Coffee. Cozy Moments. Your daily escape for premium brews and delightful bites in Royal Oak, MI."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-enjoying-coffee-with-heart-latte-art_1170-693.jpg",
|
||||
alt: "Coffee lover",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-enjoying-coffee-with-heart-latte-art_1170-693.jpg", alt: "Coffee lover"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-young-woman-with-curly-hair-giggles-happily-holds-disposable-cup-coffee-enjoys-aromatic-beverage-dressed-casual-orange-jumper-isolated-white-background-drinking-concept_273609-61071.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-young-woman-with-curly-hair-giggles-happily-holds-disposable-cup-coffee-enjoys-aromatic-beverage-dressed-casual-orange-jumper-isolated-white-background-drinking-concept_273609-61071.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-male-dressed-blue-fleece-shirt-drinks-hot-coffee-near-window-rest-room-with-loft-interior_613910-12185.jpg",
|
||||
alt: "Regular patron",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-male-dressed-blue-fleece-shirt-drinks-hot-coffee-near-window-rest-room-with-loft-interior_613910-12185.jpg", alt: "Regular patron"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aged-teacher-drinking-classroom_23-2148201041.jpg",
|
||||
alt: "Smiling visitor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/aged-teacher-drinking-classroom_23-2148201041.jpg", alt: "Smiling visitor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cup-with-milk-foam-christmas-tree-cinnamon-held-woman-s-arms_1304-3355.jpg",
|
||||
alt: "Cup with milk foam and Christmas tree of cinnamon held in woman's arms",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cup-with-milk-foam-christmas-tree-cinnamon-held-woman-s-arms_1304-3355.jpg", alt: "Cup with milk foam and Christmas tree of cinnamon held in woman's arms"},
|
||||
]}
|
||||
avatarText="Join our community of coffee enthusiasts."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Brews",
|
||||
type: "text", text: "Premium Brews"},
|
||||
{
|
||||
type: "text-icon", text: "Cozy Atmosphere", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cozy Atmosphere",
|
||||
icon: Coffee,
|
||||
type: "text", text: "Fresh Pastries"},
|
||||
{
|
||||
type: "text-icon", text: "Free Wi-Fi", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Pastries",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Free Wi-Fi",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Community Vibes",
|
||||
},
|
||||
type: "text", text: "Community Vibes"},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
@@ -153,56 +116,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Specialty Coffee",
|
||||
description: "Hand-picked beans, expertly roasted and brewed to perfection for a rich, aromatic experience.",
|
||||
icon: Coffee,
|
||||
title: "Specialty Coffee", description: "Hand-picked beans, expertly roasted and brewed to perfection for a rich, aromatic experience.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-glass-book_23-2148453642.jpg",
|
||||
imageAlt: "Espresso shot",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-glass-book_23-2148453642.jpg", imageAlt: "Espresso shot"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/symbol-plus-minus-made-from-coffee-beans-isolated-white-background_169016-52946.jpg",
|
||||
imageAlt: "Coffee beans",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/symbol-plus-minus-made-from-coffee-beans-isolated-white-background_169016-52946.jpg", imageAlt: "Coffee beans"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-logo-food-business-template-branding-design-vector-coffee-kind-made-with-love-text_53876-140606.jpg",
|
||||
imageAlt: "espresso shot close up crema",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-logo-food-business-template-branding-design-vector-coffee-kind-made-with-love-text_53876-140606.jpg", imageAlt: "espresso shot close up crema"},
|
||||
{
|
||||
title: "Signature Iced Drinks",
|
||||
description: "From classic iced lattes to our unique Pistachio Matcha, find your cool and refreshing favorite.",
|
||||
icon: Leaf,
|
||||
title: "Signature Iced Drinks", description: "From classic iced lattes to our unique Pistachio Matcha, find your cool and refreshing favorite.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-falling-into-glass-with-brown-drink_1194-1150.jpg",
|
||||
imageAlt: "Iced coffee",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-falling-into-glass-with-brown-drink_1194-1150.jpg", imageAlt: "Iced coffee"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7857.jpg",
|
||||
imageAlt: "Latte art",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7857.jpg", imageAlt: "Latte art"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warm-cup-tea-rainy-afternoon-steam-rising-soft-golden-light-that-filters-through-rainstreaked-windows_73899-27535.jpg",
|
||||
imageAlt: "espresso shot close up crema",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warm-cup-tea-rainy-afternoon-steam-rising-soft-golden-light-that-filters-through-rainstreaked-windows_73899-27535.jpg", imageAlt: "espresso shot close up crema"},
|
||||
{
|
||||
title: "Artisanal Pastries",
|
||||
description: "Baked fresh daily, our croissants, muffins, and desserts are the perfect complement to your beverage.",
|
||||
icon: Cookie,
|
||||
title: "Artisanal Pastries", description: "Baked fresh daily, our croissants, muffins, and desserts are the perfect complement to your beverage.", icon: Cookie,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface-stone-board_114579-17439.jpg",
|
||||
imageAlt: "Croissant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface-stone-board_114579-17439.jpg", imageAlt: "Croissant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-little-delicious-cake-along-with-sweet-banhles-dark-desk_140725-32687.jpg",
|
||||
imageAlt: "Croissant icon",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-little-delicious-cake-along-with-sweet-banhles-dark-desk_140725-32687.jpg", imageAlt: "Croissant icon"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-coffee-with-heart-latte-art_1170-693.jpg",
|
||||
imageAlt: "espresso shot close up crema",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-coffee-with-heart-latte-art_1170-693.jpg", imageAlt: "espresso shot close up crema"},
|
||||
]}
|
||||
title="Curated Delights"
|
||||
description="Explore a selection of our signature coffees, refreshing iced drinks, and freshly baked pastries."
|
||||
@@ -218,65 +157,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "espresso",
|
||||
brand: "Rehla Coffee",
|
||||
name: "Espresso",
|
||||
price: "$3.00",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251598.jpg",
|
||||
imageAlt: "A cup of espresso",
|
||||
},
|
||||
id: "espresso", brand: "Rehla Coffee", name: "Espresso", price: "$3.00", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251598.jpg", imageAlt: "A cup of espresso"},
|
||||
{
|
||||
id: "latte",
|
||||
brand: "Rehla Coffee",
|
||||
name: "Latte",
|
||||
price: "$5.25",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6101.jpg",
|
||||
imageAlt: "A latte with beautiful art",
|
||||
},
|
||||
id: "latte", brand: "Rehla Coffee", name: "Latte", price: "$5.25", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6101.jpg", imageAlt: "A latte with beautiful art"},
|
||||
{
|
||||
id: "cappuccino",
|
||||
brand: "Rehla Coffee",
|
||||
name: "Cappuccino",
|
||||
price: "$5.00",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_140725-43744.jpg",
|
||||
imageAlt: "A cappuccino with foam",
|
||||
},
|
||||
id: "cappuccino", brand: "Rehla Coffee", name: "Cappuccino", price: "$5.00", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_140725-43744.jpg", imageAlt: "A cappuccino with foam"},
|
||||
{
|
||||
id: "pistachio-latte",
|
||||
brand: "Rehla Signature",
|
||||
name: "Pistachio Latte",
|
||||
price: "$6.50",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-ground-milled-crushed-pistachios-bowl-gray-texture_176474-1398.jpg",
|
||||
imageAlt: "A pistachio flavored latte",
|
||||
},
|
||||
id: "pistachio-latte", brand: "Rehla Signature", name: "Pistachio Latte", price: "$6.50", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ground-milled-crushed-pistachios-bowl-gray-texture_176474-1398.jpg", imageAlt: "A pistachio flavored latte"},
|
||||
{
|
||||
id: "iced-matcha",
|
||||
brand: "Rehla Refreshers",
|
||||
name: "Iced Matcha",
|
||||
price: "$6.00",
|
||||
rating: 5,
|
||||
reviewCount: "78",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-with-whipped-cream-lime_23-2151986812.jpg",
|
||||
imageAlt: "An iced matcha drink",
|
||||
},
|
||||
id: "iced-matcha", brand: "Rehla Refreshers", name: "Iced Matcha", price: "$6.00", rating: 5,
|
||||
reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-with-whipped-cream-lime_23-2151986812.jpg", imageAlt: "An iced matcha drink"},
|
||||
{
|
||||
id: "croissant",
|
||||
brand: "Baked Fresh",
|
||||
name: "Butter Croissant",
|
||||
price: "$3.75",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-poppy-seeds-bagel-oat-background_141793-5270.jpg",
|
||||
imageAlt: "A flaky butter croissant",
|
||||
},
|
||||
id: "croissant", brand: "Baked Fresh", name: "Butter Croissant", price: "$3.75", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-poppy-seeds-bagel-oat-background_141793-5270.jpg", imageAlt: "A flaky butter croissant"},
|
||||
]}
|
||||
title="Our Full Menu"
|
||||
description="From classic espressos to unique seasonal delights, and a selection of freshly baked goods to savor."
|
||||
@@ -289,13 +186,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg",
|
||||
"http://img.b2bpic.net/free-photo/modern-cozy-interior-living-room-with-hanging-swing_169016-4664.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-stylish-asian-man-sitting-table-cafe-working-laptop_1098-17610.jpg",
|
||||
"http://img.b2bpic.net/free-photo/african-american-girl-sitting-cafe-eating-ice-cream_627829-2666.jpg",
|
||||
"http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg",
|
||||
"http://img.b2bpic.net/free-photo/beer-cup-standing-near-appetizers-plate-dark-beer-with-thick-high-foam-standing-smooth-wooden-surface-restaurant-s-pub-table-looking-mouthwatering-cold-fresh-friends-company_132075-13093.jpg",
|
||||
"http://img.b2bpic.net/free-photo/illustration-digital-art-style-with-pottery_23-2151813513.jpg",
|
||||
"Cozy Interior", "Relaxing Seating", "Study Spot", "Comfort Zone", "Expert Baristas", "Artisan Coffee", "Latte Art"
|
||||
]}
|
||||
title="Our Aesthetic Vibe"
|
||||
description="A visual journey through Rehla Coffee House – discover our cozy corners, expertly crafted drinks, and the vibrant community that makes us unique. Your perfect Instagram moment awaits."
|
||||
@@ -306,30 +197,20 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="\"Rehla Coffee House is my go-to spot! The coffee is exceptional, the atmosphere is perfect for studying, and the staff always makes me feel welcome. A true gem in Royal Oak.\""
|
||||
testimonial="Rehla Coffee House is my go-to spot! The coffee is exceptional, the atmosphere is perfect for studying, and the staff always makes me feel welcome. A true gem in Royal Oak."
|
||||
rating={5}
|
||||
author="Sarah L., Student & Local Resident"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-redhead-bearded-man-with-charming-smile-white-shirt-holding-coffee-cup-looking-aside_171337-10001.jpg",
|
||||
alt: "Sarah L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-redhead-bearded-man-with-charming-smile-white-shirt-holding-coffee-cup-looking-aside_171337-10001.jpg", alt: "Sarah L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142264.jpg",
|
||||
alt: "Mark T.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142264.jpg", alt: "Mark T."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-enjoying-coffee-together_23-2149304451.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-enjoying-coffee-together_23-2149304451.jpg", alt: "Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-redhead-casual-man-drinks-coffee-cafe-street_613910-1968.jpg",
|
||||
alt: "David C.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-redhead-casual-man-drinks-coffee-cafe-street_613910-1968.jpg", alt: "David C."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-using-nfc-technology-pay-bill-restaurant_23-2150039430.jpg",
|
||||
alt: "Jessica M.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-using-nfc-technology-pay-bill-restaurant_23-2150039430.jpg", alt: "Jessica M."},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -342,20 +223,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "wifi",
|
||||
title: "Do you offer free Wi-Fi?",
|
||||
content: "Yes, we provide complimentary high-speed Wi-Fi for all our guests. Feel free to connect and enjoy your time working or relaxing.",
|
||||
},
|
||||
id: "wifi", title: "Do you offer free Wi-Fi?", content: "Yes, we provide complimentary high-speed Wi-Fi for all our guests. Feel free to connect and enjoy your time working or relaxing."},
|
||||
{
|
||||
id: "hours",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open Monday-Friday: 7 AM - 6 PM, Saturday: 8 AM - 7 PM, and Sunday: 9 AM - 5 PM.",
|
||||
},
|
||||
id: "hours", title: "What are your opening hours?", content: "We are open Monday-Friday: 7 AM - 6 PM, Saturday: 8 AM - 7 PM, and Sunday: 9 AM - 5 PM."},
|
||||
{
|
||||
id: "seating",
|
||||
title: "Is your space suitable for studying or remote work?",
|
||||
content: "Absolutely! We have comfortable seating, ample power outlets, and a quiet ambiance perfect for focus and productivity.",
|
||||
},
|
||||
id: "seating", title: "Is your space suitable for studying or remote work?", content: "Absolutely! We have comfortable seating, ample power outlets, and a quiet ambiance perfect for focus and productivity."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-preparing-coffee-coffee-machine_107420-84959.jpg"
|
||||
imageAlt="Professional coffee machine"
|
||||
@@ -372,20 +244,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit & Connect"
|
||||
title="Your Daily Escape Awaits"
|
||||
description="Locate us at 117 W 4th St, Royal Oak, MI 48067. We're open daily to serve you the finest coffee and a welcoming atmosphere. Find us easily via Google Maps or connect with us on social media."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=117+W+4th+St,+Royal+Oak,+MI+48067",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=117+W+4th+St,+Royal Oak,+MI+48067"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+1248-555-1234",
|
||||
},
|
||||
text: "Call Us", href: "tel:+1248-555-1234"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -398,45 +265,27 @@ export default function LandingPage() {
|
||||
logoText="Rehla Coffee House"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Location", href: "#contact"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "mailto:info@rehlacoffee.com",
|
||||
},
|
||||
label: "Contact Us", href: "mailto:info@rehlacoffee.com"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/rehlacoffee",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/rehlacoffee"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user