Update src/app/page.tsx
This commit is contained in:
328
src/app/page.tsx
328
src/app/page.tsx
@@ -33,83 +33,46 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Specials",
|
||||
id: "#specials",
|
||||
},
|
||||
name: "Specials", id: "#specials"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/coffee-pastry-shop-logo-vector-set_53876-61817.jpg"
|
||||
logoAlt="Aroma Cafe Logo"
|
||||
brandName="Aroma Cafe"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience the Perfect Brew at Aroma Cafe"
|
||||
description="Sip, Savor, and Relax in Your Favorite Coffee Haven. Handcrafted beverages and delightful pastries await you every day."
|
||||
tag="Brewing Happiness Since 20XX"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Explore Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Us", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg",
|
||||
imageAlt: "Cozy cafe interior with comfortable seating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg", imageAlt: "Cozy cafe interior with comfortable seating"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-coffee-beans-dark-plate_114579-60379.jpg",
|
||||
imageAlt: "Close-up of a perfectly poured latte with beautiful art",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064695.jpg",
|
||||
imageAlt: "Person in a cafe enjoying a book",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-cocktail-book-cellphone-digital-tablet-wooden-table-restaurant_23-2147936117.jpg",
|
||||
imageAlt: "Glass of cocktail; book; cellphone and digital tablet on wooden table in the restaurant",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064697.jpg",
|
||||
imageAlt: "Person in a cafe enjoying a book",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-coffee-beans-dark-plate_114579-60379.jpg", imageAlt: "Close-up of a perfectly poured latte with beautiful art"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -122,17 +85,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Story, Brewed with Passion.",
|
||||
},
|
||||
type: "text", content: "Our Story, Brewed with Passion."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover More",
|
||||
},
|
||||
text: "Discover More"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cute-stylish-family-summer-city_1157-19953.jpg"
|
||||
imageAlt="Aroma Cafe exterior with outdoor seating"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,32 +101,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Specialty Coffee",
|
||||
descriptions: [
|
||||
"Carefully sourced beans, expertly roasted, and brewed to perfection. Experience unique flavors and aromas with every cup.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337238.jpg",
|
||||
imageAlt: "Roasted coffee beans",
|
||||
},
|
||||
id: "f1", title: "Specialty Coffee", descriptions: [
|
||||
"Carefully sourced beans, expertly roasted, and brewed to perfection. Experience unique flavors and aromas with every cup."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337238.jpg", imageAlt: "Roasted coffee beans"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Freshly Baked Pastries",
|
||||
descriptions: [
|
||||
"Daily selection of delightful pastries, made from scratch with premium ingredients. Perfect companions to your coffee.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cake-slices-with-cup-tea-black_140725-104594.jpg",
|
||||
imageAlt: "Assortment of fresh pastries",
|
||||
},
|
||||
id: "f2", title: "Freshly Baked Pastries", descriptions: [
|
||||
"Daily selection of delightful pastries, made from scratch with premium ingredients. Perfect companions to your coffee."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cake-slices-with-cup-tea-black_140725-104594.jpg", imageAlt: "Assortment of fresh pastries"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Cozy & Inviting Ambiance",
|
||||
descriptions: [
|
||||
"A warm and welcoming space designed for relaxation, work, or catching up with friends. Enjoy our free Wi-Fi and comfortable seating.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-book-reading-club-library_23-2150293526.jpg",
|
||||
imageAlt: "Cozy cafe seating area",
|
||||
},
|
||||
id: "f3", title: "Cozy & Inviting Ambiance", descriptions: [
|
||||
"A warm and welcoming space designed for relaxation, work, or catching up with friends. Enjoy our free Wi-Fi and comfortable seating."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-book-reading-club-library_23-2150293526.jpg", imageAlt: "Cozy cafe seating area"},
|
||||
]}
|
||||
title="Our Signature Offerings"
|
||||
description="Discover our curated selection of coffees, teas, and delectable treats, crafted with the finest ingredients and a touch of love."
|
||||
@@ -183,65 +126,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Aroma Brews",
|
||||
name: "Classic Latte",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "245",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-tasty-coffee-arrangement_23-2149514292.jpg",
|
||||
imageAlt: "Classic latte with art",
|
||||
},
|
||||
id: "p1", brand: "Aroma Brews", name: "Classic Latte", price: "$4.50", rating: 5,
|
||||
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-tasty-coffee-arrangement_23-2149514292.jpg", imageAlt: "Classic latte with art"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Aroma Brews",
|
||||
name: "Velvet Cappuccino",
|
||||
price: "$4.75",
|
||||
rating: 5,
|
||||
reviewCount: "190",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cup-with-blanket_23-2148311997.jpg",
|
||||
imageAlt: "Velvet cappuccino",
|
||||
},
|
||||
id: "p2", brand: "Aroma Brews", name: "Velvet Cappuccino", price: "$4.75", rating: 5,
|
||||
reviewCount: "190", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cup-with-blanket_23-2148311997.jpg", imageAlt: "Velvet cappuccino"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Aroma Brews",
|
||||
name: "Bold Americano",
|
||||
price: "$3.75",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-piece-bread-it_1340-24305.jpg",
|
||||
imageAlt: "Bold Americano",
|
||||
},
|
||||
id: "p3", brand: "Aroma Brews", name: "Bold Americano", price: "$3.75", rating: 4,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-piece-bread-it_1340-24305.jpg", imageAlt: "Bold Americano"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Sweet Delights",
|
||||
name: "Butter Croissant",
|
||||
price: "$3.00",
|
||||
rating: 5,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-croissant-decorated-with-drop-chocolate-white-plate_114579-88188.jpg",
|
||||
imageAlt: "Butter Croissant",
|
||||
},
|
||||
id: "p4", brand: "Sweet Delights", name: "Butter Croissant", price: "$3.00", rating: 5,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/fresh-croissant-decorated-with-drop-chocolate-white-plate_114579-88188.jpg", imageAlt: "Butter Croissant"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Sweet Delights",
|
||||
name: "Blueberry Muffin",
|
||||
price: "$3.25",
|
||||
rating: 4,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-muffins-with-nutmeg-allspice-wooden-table_2829-19681.jpg",
|
||||
imageAlt: "Blueberry Muffin",
|
||||
},
|
||||
id: "p5", brand: "Sweet Delights", name: "Blueberry Muffin", price: "$3.25", rating: 4,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fruit-muffins-with-nutmeg-allspice-wooden-table_2829-19681.jpg", imageAlt: "Blueberry Muffin"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Aroma Brews",
|
||||
name: "Rich Espresso",
|
||||
price: "$3.00",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-eat-american-breakfast-set-hotel_1150-6620.jpg",
|
||||
imageAlt: "Rich Espresso",
|
||||
},
|
||||
id: "p6", brand: "Aroma Brews", name: "Rich Espresso", price: "$3.00", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/business-man-eat-american-breakfast-set-hotel_1150-6620.jpg", imageAlt: "Rich Espresso"},
|
||||
]}
|
||||
title="Explore Our Menu"
|
||||
description="From classic espresso to unique seasonal blends, find your perfect cup. Pair it with a freshly baked pastry!"
|
||||
@@ -255,61 +156,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p-monthly",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$30/month",
|
||||
subtitle: "Unlimited drip coffee and discounts on specialty drinks.",
|
||||
buttons: [
|
||||
id: "p-monthly", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "$30/month", subtitle: "Unlimited drip coffee and discounts on specialty drinks.", buttons: [
|
||||
{
|
||||
text: "Subscribe Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Subscribe Now", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited Drip Coffee",
|
||||
"15% Off Specialty Drinks",
|
||||
"Exclusive Member Events",
|
||||
"Early Access to New Blends",
|
||||
],
|
||||
"Unlimited Drip Coffee", "15% Off Specialty Drinks", "Exclusive Member Events", "Early Access to New Blends"],
|
||||
},
|
||||
{
|
||||
id: "p-catering",
|
||||
badge: "Business",
|
||||
badgeIcon: Briefcase,
|
||||
price: "Custom Quote",
|
||||
subtitle: "Elevate your office or event with our full-service coffee catering.",
|
||||
buttons: [
|
||||
id: "p-catering", badge: "Business", badgeIcon: Briefcase,
|
||||
price: "Custom Quote", subtitle: "Elevate your office or event with our full-service coffee catering.", buttons: [
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Quote", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"On-site Barista Service",
|
||||
"Custom Coffee Menu",
|
||||
"Pastry & Food Pairings",
|
||||
"Flexible Scheduling",
|
||||
],
|
||||
"On-site Barista Service", "Custom Coffee Menu", "Pastry & Food Pairings", "Flexible Scheduling"],
|
||||
},
|
||||
{
|
||||
id: "p-gift",
|
||||
badge: "Perfect Gift",
|
||||
badgeIcon: Gift,
|
||||
price: "$50",
|
||||
subtitle: "Share the joy of Aroma Cafe with a curated coffee gift box.",
|
||||
buttons: [
|
||||
id: "p-gift", badge: "Perfect Gift", badgeIcon: Gift,
|
||||
price: "$50", subtitle: "Share the joy of Aroma Cafe with a curated coffee gift box.", buttons: [
|
||||
{
|
||||
text: "Buy Gift Box",
|
||||
href: "#",
|
||||
},
|
||||
text: "Buy Gift Box", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Selection of Specialty Beans",
|
||||
"Aroma Cafe Mug",
|
||||
"Artisanal Chocolates",
|
||||
"Personalized Message Option",
|
||||
],
|
||||
"Selection of Specialty Beans", "Aroma Cafe Mug", "Artisanal Chocolates", "Personalized Message Option"],
|
||||
},
|
||||
]}
|
||||
title="Coffee Subscriptions & Bundles"
|
||||
@@ -324,45 +195,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jessica L.",
|
||||
handle: "@jessl_eats",
|
||||
testimonial: "Aroma Cafe is my daily dose of happiness! The coffee is always perfect, and the atmosphere is so cozy. It's my favorite spot to start the day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-looking-mobile-phone-holding-cup-coffee-high-quality-photo_114579-60983.jpg",
|
||||
imageAlt: "Jessica L.",
|
||||
},
|
||||
id: "t1", name: "Jessica L.", handle: "@jessl_eats", testimonial: "Aroma Cafe is my daily dose of happiness! The coffee is always perfect, and the atmosphere is so cozy. It's my favorite spot to start the day.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-looking-mobile-phone-holding-cup-coffee-high-quality-photo_114579-60983.jpg", imageAlt: "Jessica L."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
handle: "@markd_reviews",
|
||||
testimonial: "The best Americano in town, hands down. Friendly staff and a great playlist. Aroma Cafe never disappoints!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-hipster-man-drinking-coffee-from-cup_1262-17808.jpg",
|
||||
imageAlt: "Mark D.",
|
||||
},
|
||||
id: "t2", name: "Mark D.", handle: "@markd_reviews", testimonial: "The best Americano in town, hands down. Friendly staff and a great playlist. Aroma Cafe never disappoints!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-hipster-man-drinking-coffee-from-cup_1262-17808.jpg", imageAlt: "Mark D."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah P.",
|
||||
handle: "@sarah_reads",
|
||||
testimonial: "I love spending my afternoons here, reading and enjoying a delicious pastry. It's my little escape from the city hustle. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-young-woman-with-paper-cup-room_23-2148180656.jpg",
|
||||
imageAlt: "Sarah P.",
|
||||
},
|
||||
id: "t3", name: "Sarah P.", handle: "@sarah_reads", testimonial: "I love spending my afternoons here, reading and enjoying a delicious pastry. It's my little escape from the city hustle. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/glad-young-woman-with-paper-cup-room_23-2148180656.jpg", imageAlt: "Sarah P."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
handle: "@davidk_code",
|
||||
testimonial: "Great place to get work done with excellent coffee and reliable Wi-Fi. The background music is always just right.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-young-digital-nomad-man-glasses-sits-cafe-works-from-coffee-shop-uses-laptop_1258-245402.jpg",
|
||||
imageAlt: "David K.",
|
||||
},
|
||||
id: "t4", name: "David K.", handle: "@davidk_code", testimonial: "Great place to get work done with excellent coffee and reliable Wi-Fi. The background music is always just right.", imageSrc: "http://img.b2bpic.net/free-photo/image-young-digital-nomad-man-glasses-sits-cafe-works-from-coffee-shop-uses-laptop_1258-245402.jpg", imageAlt: "David K."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emily R.",
|
||||
handle: "@emily_explores",
|
||||
testimonial: "Their seasonal lattes are divine! Every visit is a treat. The staff remembers my order, which is a lovely touch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-drinks-restaurant_23-2149269140.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
id: "t5", name: "Emily R.", handle: "@emily_explores", testimonial: "Their seasonal lattes are divine! Every visit is a treat. The staff remembers my order, which is a lovely touch.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-drinks-restaurant_23-2149269140.jpg", imageAlt: "Emily R."},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our happy patrons about their Aroma Cafe experience. Your satisfaction is our top priority."
|
||||
@@ -375,20 +216,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open Monday to Friday from 7 AM to 6 PM, and Saturday to Sunday from 8 AM to 5 PM.",
|
||||
},
|
||||
id: "q1", title: "What are your opening hours?", content: "We are open Monday to Friday from 7 AM to 6 PM, and Saturday to Sunday from 8 AM to 5 PM."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer vegan or gluten-free options?",
|
||||
content: "Yes, we have a selection of vegan milks and several gluten-free pastries and snack options. Please ask our staff for today's choices!",
|
||||
},
|
||||
id: "q2", title: "Do you offer vegan or gluten-free options?", content: "Yes, we have a selection of vegan milks and several gluten-free pastries and snack options. Please ask our staff for today's choices!"},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you have Wi-Fi available?",
|
||||
content: "Absolutely! We offer complimentary high-speed Wi-Fi for all our guests. Just ask our barista for the password.",
|
||||
},
|
||||
id: "q3", title: "Do you have Wi-Fi available?", content: "Absolutely! We offer complimentary high-speed Wi-Fi for all our guests. Just ask our barista for the password."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-coffee-shop_23-2148366680.jpg"
|
||||
imageAlt="Barista preparing coffee with an espresso machine"
|
||||
@@ -404,8 +236,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Get in Touch"
|
||||
description="We'd love to hear from you! Reach out for reservations, catering inquiries, or any questions you may have. We are located at 123 Coffee Bean Lane, Cityville."
|
||||
@@ -422,54 +253,33 @@ export default function LandingPage() {
|
||||
logoText="Aroma Cafe"
|
||||
columns={[
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Values",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Values", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Coffee",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Coffee", href: "#menu"},
|
||||
{
|
||||
label: "Pastries",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pastries", href: "#menu"},
|
||||
{
|
||||
label: "Specials",
|
||||
href: "#specials",
|
||||
},
|
||||
label: "Specials", href: "#specials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user