Merge version_1 into main #2
300
src/app/page.tsx
300
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Highlights",
|
||||
id: "highlights",
|
||||
},
|
||||
name: "Highlights", id: "highlights"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/vintage-coffee-badge-pack_23-2147604417.jpg"
|
||||
logoAlt="1885 Coffee Logo"
|
||||
@@ -68,94 +54,61 @@ export default function LandingPage() {
|
||||
bottomLeftText="Plot F-8, KDA Scheme #1, Karachi"
|
||||
bottomRightText="0339 4828440"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "https://wa.me/923394828440",
|
||||
}}
|
||||
text: "Order Now", href: "https://wa.me/923394828440"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Crafted Since 1885, Brewed to Perfection"
|
||||
description="Experience the rich legacy of 1885 COFFEE, where tradition meets innovation to deliver an unparalleled coffee experience. Every cup tells a story of passion and quality."
|
||||
kpis={[
|
||||
{
|
||||
value: "135+",
|
||||
label: "Years of Craft",
|
||||
},
|
||||
value: "135+", label: "Years of Craft"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Coffee Varieties",
|
||||
},
|
||||
value: "50+", label: "Coffee Varieties"},
|
||||
{
|
||||
value: "10K+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
value: "10K+", label: "Happy Customers"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "https://wa.me/923394828440",
|
||||
},
|
||||
text: "Order Now", href: "https://wa.me/923394828440"},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698833.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698833.jpg"
|
||||
imageAlt="Cinematic coffee pouring scene"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-10412.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-10412.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-man-with-cup-coffee-sitting-chair-cafe-smiling-relaxing_1258-245330.jpg",
|
||||
alt: "Satisfied patron",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-man-with-cup-coffee-sitting-chair-cafe-smiling-relaxing_1258-245330.jpg", alt: "Satisfied patron"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-human-hand-holding-latte-coffee-cup-wooden-surface_23-2148209304.jpg",
|
||||
alt: "Coffee enthusiast",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-human-hand-holding-latte-coffee-cup-wooden-surface_23-2148209304.jpg", alt: "Coffee enthusiast"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-beautiful-girl-drinking-tea-coffee-cafe-beauty-model-woman-with-cup-hot-beverage-warm-colors-toned_231208-11343.jpg",
|
||||
alt: "Loyal client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-beautiful-girl-drinking-tea-coffee-cafe-beauty-model-woman-with-cup-hot-beverage-warm-colors-toned_231208-11343.jpg", alt: "Loyal client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-man-holding-coffee-celebrating-achievement-with-happy-smile-winner-expression-with-raised-hand_839833-10680.jpg",
|
||||
alt: "Returning visitor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-man-holding-coffee-celebrating-achievement-with-happy-smile-winner-expression-with-raised-hand_839833-10680.jpg", alt: "Returning visitor"},
|
||||
]}
|
||||
avatarText="Join our community of coffee lovers."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Beans",
|
||||
type: "text", text: "Premium Beans"},
|
||||
{
|
||||
type: "text-icon", text: "Expert Baristas", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Baristas",
|
||||
icon: Coffee,
|
||||
type: "text", text: "Elegant Ambiance"},
|
||||
{
|
||||
type: "text-icon", text: "Crafted with Passion", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Elegant Ambiance",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Crafted with Passion",
|
||||
icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Rich Heritage",
|
||||
},
|
||||
type: "text", text: "Rich Heritage"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,9 +118,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Legacy of Excellence"
|
||||
description={[
|
||||
"Since 1885, 1885 COFFEE has been synonymous with exceptional taste and quality. Rooted in the heart of Karachi, we bring centuries of coffee-making heritage to your cup.",
|
||||
"We meticulously source the finest beans, roast them to perfection, and craft each beverage with an unwavering commitment to authenticity and flavor. Discover a place where tradition, passion, and artistry converge.",
|
||||
]}
|
||||
"Since 1885, 1885 COFFEE has been synonymous with exceptional taste and quality. Rooted in the heart of Karachi, we bring centuries of coffee-making heritage to your cup.", "We meticulously source the finest beans, roast them to perfection, and craft each beverage with an unwavering commitment to authenticity and flavor. Discover a place where tradition, passion, and artistry converge."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,32 +129,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Espresso Bar",
|
||||
description: "Discover the foundation of exceptional coffee with our carefully extracted espresso shots, prepared by expert baristas.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699618.jpg",
|
||||
imageAlt: "Close up of espresso shot",
|
||||
},
|
||||
title: "Espresso Bar", description: "Discover the foundation of exceptional coffee with our carefully extracted espresso shots, prepared by expert baristas.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699618.jpg", imageAlt: "Close up of espresso shot"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg",
|
||||
imageAlt: "Barista making latte art",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-coffee-badge-pack_23-2147604417.jpg",
|
||||
imageAlt: "espresso shot close up cinematic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg", imageAlt: "Barista making latte art"}
|
||||
},
|
||||
{
|
||||
title: "Cold Brews",
|
||||
description: "Experience the smooth, low-acid delight of our signature cold brews, steeped for hours to perfection.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-coffee-drink-with-ice-garnished-with-toasted-marshmallow_140725-6027.jpg",
|
||||
imageAlt: "Glass of cold brew coffee with ice",
|
||||
},
|
||||
title: "Cold Brews", description: "Experience the smooth, low-acid delight of our signature cold brews, steeped for hours to perfection.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-coffee-drink-with-ice-garnished-with-toasted-marshmallow_140725-6027.jpg", imageAlt: "Glass of cold brew coffee with ice"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-cafe_1303-25732.jpg",
|
||||
imageAlt: "Specialty cold brew cocktail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698833.jpg?_wi=2",
|
||||
imageAlt: "espresso shot close up cinematic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-cafe_1303-25732.jpg", imageAlt: "Specialty cold brew cocktail"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -220,47 +155,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "signature-latte",
|
||||
name: "Signature Latte",
|
||||
price: "$5.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762316.jpg",
|
||||
imageAlt: "Signature latte with artistic foam",
|
||||
},
|
||||
id: "signature-latte", name: "Signature Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762316.jpg", imageAlt: "Signature latte with artistic foam"},
|
||||
{
|
||||
id: "espresso-macchiato",
|
||||
name: "Espresso Macchiato",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-cinnamon_140725-7516.jpg",
|
||||
imageAlt: "Espresso Macchiato in a small glass",
|
||||
},
|
||||
id: "espresso-macchiato", name: "Espresso Macchiato", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-cinnamon_140725-7516.jpg", imageAlt: "Espresso Macchiato in a small glass"},
|
||||
{
|
||||
id: "chocolate-lava-cake",
|
||||
name: "Chocolate Lava Cake",
|
||||
price: "$7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-cup-tea-piece-cake_169016-1987.jpg",
|
||||
imageAlt: "Decadent chocolate lava cake",
|
||||
},
|
||||
id: "chocolate-lava-cake", name: "Chocolate Lava Cake", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/cozy-cup-tea-piece-cake_169016-1987.jpg", imageAlt: "Decadent chocolate lava cake"},
|
||||
{
|
||||
id: "caramel-iced-coffee",
|
||||
name: "Caramel Iced Coffee",
|
||||
price: "$6.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648734.jpg",
|
||||
imageAlt: "Refreshing caramel iced coffee",
|
||||
},
|
||||
id: "caramel-iced-coffee", name: "Caramel Iced Coffee", price: "$6.25", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648734.jpg", imageAlt: "Refreshing caramel iced coffee"},
|
||||
{
|
||||
id: "almond-croissant",
|
||||
name: "Almond Croissant",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-berries-near-cupcake_23-2147793013.jpg",
|
||||
imageAlt: "Flaky almond croissant",
|
||||
},
|
||||
id: "almond-croissant", name: "Almond Croissant", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-berries-near-cupcake_23-2147793013.jpg", imageAlt: "Flaky almond croissant"},
|
||||
{
|
||||
id: "white-chocolate-mocha",
|
||||
name: "White Chocolate Mocha",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-drinking-latte_141793-14265.jpg",
|
||||
imageAlt: "Creamy white chocolate mocha",
|
||||
},
|
||||
id: "white-chocolate-mocha", name: "White Chocolate Mocha", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-drinking-latte_141793-14265.jpg", imageAlt: "Creamy white chocolate mocha"},
|
||||
]}
|
||||
title="Signature Selections & Delights"
|
||||
description="Indulge in our exquisite range of signature coffees, delectable desserts, and customer favorites, each designed to elevate your coffee experience."
|
||||
@@ -274,22 +179,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "years-craft",
|
||||
value: "139",
|
||||
title: "Years of Craft",
|
||||
items: [],
|
||||
id: "years-craft", value: "139", title: "Years of Craft", items: [],
|
||||
},
|
||||
{
|
||||
id: "coffee-varieties",
|
||||
value: "50+",
|
||||
title: "Coffee Varieties",
|
||||
items: [],
|
||||
id: "coffee-varieties", value: "50+", title: "Coffee Varieties", items: [],
|
||||
},
|
||||
{
|
||||
id: "happy-customers",
|
||||
value: "10K+",
|
||||
title: "Happy Customers",
|
||||
items: [],
|
||||
id: "happy-customers", value: "10K+", title: "Happy Customers", items: [],
|
||||
},
|
||||
]}
|
||||
title="Our Milestones & Passion"
|
||||
@@ -302,14 +198,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Gourmet Coffee Awards",
|
||||
"Luxury Lifestyle Magazine",
|
||||
"Karachi Food Critics",
|
||||
"Taste of Pakistan",
|
||||
"Premium Cafe Selection",
|
||||
"The Daily Brew",
|
||||
"Elite Culinary Guide",
|
||||
]}
|
||||
"Gourmet Coffee Awards", "Luxury Lifestyle Magazine", "Karachi Food Critics", "Taste of Pakistan", "Premium Cafe Selection", "The Daily Brew", "Elite Culinary Guide"]}
|
||||
title="Trusted for Quality & Taste"
|
||||
description="Our commitment to excellence has earned us recognition and a loyal following in the luxury coffee market. We are proudly recognized for our distinguished service and exceptional brews."
|
||||
speed={30}
|
||||
@@ -324,25 +213,15 @@ export default function LandingPage() {
|
||||
author="Aisha Khan"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/multiracial-group-young-people-taking-selfie_1139-1031.jpg",
|
||||
alt: "Aisha Khan",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/multiracial-group-young-people-taking-selfie_1139-1031.jpg", alt: "Aisha Khan"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-thoughtful-man-with-long-hair-retro-style-dark-photo-studio_613910-3827.jpg",
|
||||
alt: "Ahmed Raza",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-thoughtful-man-with-long-hair-retro-style-dark-photo-studio_613910-3827.jpg", alt: "Ahmed Raza"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg",
|
||||
alt: "Fatima Sohail",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg", alt: "Fatima Sohail"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-woman-casual-white-orange-wall-thoughtful-look-aside-holding-chin_343596-6509.jpg",
|
||||
alt: "Usman Tariq",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-woman-casual-white-orange-wall-thoughtful-look-aside-holding-chin_343596-6509.jpg", alt: "Usman Tariq"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-friends-leaning-each-other-while-out-city_23-2149333926.jpg",
|
||||
alt: "Zara Hayat",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-friends-leaning-each-other-while-out-city_23-2149333926.jpg", alt: "Zara Hayat"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -355,30 +234,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What makes 1885 COFFEE unique?",
|
||||
content: "Our unique blend of centuries-old tradition and modern coffee craftsmanship, combined with meticulously sourced beans and a passion for perfection, sets us apart.",
|
||||
},
|
||||
id: "faq-1", title: "What makes 1885 COFFEE unique?", content: "Our unique blend of centuries-old tradition and modern coffee craftsmanship, combined with meticulously sourced beans and a passion for perfection, sets us apart."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer online ordering and delivery?",
|
||||
content: "Yes, we offer convenient online ordering through our WhatsApp channel for both pickup and delivery services. Please refer to our 'Order Now' button for details.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer online ordering and delivery?", content: "Yes, we offer convenient online ordering through our WhatsApp channel for both pickup and delivery services. Please refer to our 'Order Now' button for details."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I reserve a table in advance?",
|
||||
content: "Absolutely! We encourage guests to reserve a table, especially during peak hours, to ensure you have the best possible experience. You can find the reservation link in our contact section.",
|
||||
},
|
||||
id: "faq-3", title: "Can I reserve a table in advance?", content: "Absolutely! We encourage guests to reserve a table, especially during peak hours, to ensure you have the best possible experience. You can find the reservation link in our contact section."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily from 10:00 AM to 3:00 AM, ready to serve you from your morning espresso to a late-night dessert.",
|
||||
},
|
||||
id: "faq-4", title: "What are your opening hours?", content: "We are open daily from 10:00 AM to 3:00 AM, ready to serve you from your morning espresso to a late-night dessert."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Do you accommodate dietary restrictions?",
|
||||
content: "We strive to cater to various dietary needs. Please speak to our staff about your specific requirements, and we'll be happy to guide you through our menu options.",
|
||||
},
|
||||
id: "faq-5", title: "Do you accommodate dietary restrictions?", content: "We strive to cater to various dietary needs. Please speak to our staff about your specific requirements, and we'll be happy to guide you through our menu options."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-coffee-background_23-2147776809.jpg"
|
||||
imageAlt="Pile of roasted coffee beans"
|
||||
@@ -394,8 +258,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect With Us"
|
||||
title="Visit Our World-Class Coffee Shop"
|
||||
description="Experience luxury in every sip at Plot F-8, KDA Scheme #1, Karachi, Pakistan. Call us at 0339 4828440. Open daily from 10:00 AM – 3:00 AM. We look forward to welcoming you."
|
||||
@@ -413,62 +276,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
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: "#features",
|
||||
},
|
||||
label: "Gallery", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "https://wa.me/923394828440",
|
||||
},
|
||||
label: "Order Online", href: "https://wa.me/923394828440"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Catering", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/923394828440",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/923394828440"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/1885coffee",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/1885coffee"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/1885coffee",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/1885coffee"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
|
||||
},
|
||||
label: "Location", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user