Merge version_1 into main #1
313
src/app/page.tsx
313
src/app/page.tsx
@@ -33,87 +33,50 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "#rooms",
|
||||
},
|
||||
name: "Rooms", id: "#rooms"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Food",
|
||||
id: "#food",
|
||||
},
|
||||
name: "Food", id: "#food"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="RoomWise Bookings"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Your Perfect Meeting Space, Instantly Booked"
|
||||
description="Discover and reserve modern meeting rooms designed for productivity and collaboration, with seamless food ordering options to enhance your sessions."
|
||||
tag="Productive Spaces"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Rooms",
|
||||
href: "#rooms",
|
||||
},
|
||||
text: "Explore Rooms", href: "#rooms"},
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "room-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-laptop-chairs_23-2148727518.jpg",
|
||||
imageAlt: "Modern meeting room with natural light",
|
||||
},
|
||||
id: "room-1", imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-laptop-chairs_23-2148727518.jpg", imageAlt: "Modern meeting room with natural light"},
|
||||
{
|
||||
id: "room-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-executive-applauding-video-conference_1170-1921.jpg",
|
||||
imageAlt: "Spacious boardroom with a large screen",
|
||||
},
|
||||
id: "room-2", imageSrc: "http://img.b2bpic.net/free-photo/business-executive-applauding-video-conference_1170-1921.jpg", imageAlt: "Spacious boardroom with a large screen"},
|
||||
{
|
||||
id: "room-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-home_23-2149358458.jpg",
|
||||
imageAlt: "Creative huddle space with comfortable seating",
|
||||
},
|
||||
id: "room-3", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-home_23-2149358458.jpg", imageAlt: "Creative huddle space with comfortable seating"},
|
||||
{
|
||||
id: "room-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-leader-communicating-with-workers_74855-4222.jpg",
|
||||
imageAlt: "Training room set up for workshops",
|
||||
},
|
||||
id: "room-4", imageSrc: "http://img.b2bpic.net/free-photo/focused-leader-communicating-with-workers_74855-4222.jpg", imageAlt: "Training room set up for workshops"},
|
||||
{
|
||||
id: "room-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292809.jpg",
|
||||
imageAlt: "Luxurious executive suite with a city view",
|
||||
},
|
||||
id: "room-5", imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292809.jpg", imageAlt: "Luxurious executive suite with a city view"},
|
||||
{
|
||||
id: "room-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detective-sitting-office-floor-searching-csi-report-folder-night-time-exhausted-investigator-studying-crime-case-files-while-working-investigation-overtime-top-view_482257-71503.jpg",
|
||||
imageAlt: "Modern meeting pod for private calls",
|
||||
},
|
||||
id: "room-6", imageSrc: "http://img.b2bpic.net/free-photo/detective-sitting-office-floor-searching-csi-report-folder-night-time-exhausted-investigator-studying-crime-case-files-while-working-investigation-overtime-top-view_482257-71503.jpg", imageAlt: "Modern meeting pod for private calls"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -136,38 +99,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "feature-1",
|
||||
label: "High-Speed Wi-Fi",
|
||||
title: "Seamless Connectivity",
|
||||
items: [
|
||||
"Reliable internet for all devices",
|
||||
"Secure network access",
|
||||
"Dedicated bandwidth",
|
||||
],
|
||||
id: "feature-1", label: "High-Speed Wi-Fi", title: "Seamless Connectivity", items: [
|
||||
"Reliable internet for all devices", "Secure network access", "Dedicated bandwidth"],
|
||||
},
|
||||
{
|
||||
id: "feature-2",
|
||||
label: "Advanced AV Setup",
|
||||
title: "Crystal Clear Presentations",
|
||||
items: [
|
||||
"Projectors & large screens",
|
||||
"Premium sound systems",
|
||||
"Easy device integration",
|
||||
],
|
||||
id: "feature-2", label: "Advanced AV Setup", title: "Crystal Clear Presentations", items: [
|
||||
"Projectors & large screens", "Premium sound systems", "Easy device integration"],
|
||||
},
|
||||
{
|
||||
id: "feature-3",
|
||||
label: "Collaborative Tools",
|
||||
title: "Foster Innovation",
|
||||
items: [
|
||||
"Whiteboards & markers",
|
||||
"Flip charts available",
|
||||
"Digital collaboration screens",
|
||||
],
|
||||
id: "feature-3", label: "Collaborative Tools", title: "Foster Innovation", items: [
|
||||
"Whiteboards & markers", "Flip charts available", "Digital collaboration screens"],
|
||||
},
|
||||
]}
|
||||
title="Equipped for Your Success"
|
||||
@@ -184,47 +130,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "room-small",
|
||||
name: "Small Huddle Room",
|
||||
price: "$25/hour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meeting-room-interior-modern-office-with-long-wooden-table-chairs-around-it_181624-21722.jpg",
|
||||
imageAlt: "Cozy small huddle room",
|
||||
},
|
||||
id: "room-small", name: "Small Huddle Room", price: "$25/hour", imageSrc: "http://img.b2bpic.net/free-photo/meeting-room-interior-modern-office-with-long-wooden-table-chairs-around-it_181624-21722.jpg", imageAlt: "Cozy small huddle room"},
|
||||
{
|
||||
id: "room-boardroom",
|
||||
name: "Medium Boardroom",
|
||||
price: "$45/hour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-teachers-day-october-5-unesco-world-teachers-s-day-celebration-concept_1150-17460.jpg",
|
||||
imageAlt: "Classic medium boardroom",
|
||||
},
|
||||
id: "room-boardroom", name: "Medium Boardroom", price: "$45/hour", imageSrc: "http://img.b2bpic.net/free-photo/world-teachers-day-october-5-unesco-world-teachers-s-day-celebration-concept_1150-17460.jpg", imageAlt: "Classic medium boardroom"},
|
||||
{
|
||||
id: "room-conference",
|
||||
name: "Large Conference Hall",
|
||||
price: "$80/hour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899436.jpg",
|
||||
imageAlt: "Large conference room with projector",
|
||||
},
|
||||
id: "room-conference", name: "Large Conference Hall", price: "$80/hour", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899436.jpg", imageAlt: "Large conference room with projector"},
|
||||
{
|
||||
id: "room-training",
|
||||
name: "Flexible Training Room",
|
||||
price: "$60/hour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-colleagues-looking-computer-screen-together-office_1098-20601.jpg",
|
||||
imageAlt: "Training room with multiple tables",
|
||||
},
|
||||
id: "room-training", name: "Flexible Training Room", price: "$60/hour", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-colleagues-looking-computer-screen-together-office_1098-20601.jpg", imageAlt: "Training room with multiple tables"},
|
||||
{
|
||||
id: "room-creative",
|
||||
name: "Creative Brainstorm Lab",
|
||||
price: "$50/hour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neat-tidy-workspace-with-laptop_23-2148592311.jpg",
|
||||
imageAlt: "Vibrant creative lab",
|
||||
},
|
||||
id: "room-creative", name: "Creative Brainstorm Lab", price: "$50/hour", imageSrc: "http://img.b2bpic.net/free-photo/neat-tidy-workspace-with-laptop_23-2148592311.jpg", imageAlt: "Vibrant creative lab"},
|
||||
{
|
||||
id: "room-executive",
|
||||
name: "Executive Private Suite",
|
||||
price: "$120/hour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211265.jpg",
|
||||
imageAlt: "Luxury executive suite",
|
||||
},
|
||||
id: "room-executive", name: "Executive Private Suite", price: "$120/hour", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211265.jpg", imageAlt: "Luxury executive suite"},
|
||||
]}
|
||||
title="Our Diverse Meeting Spaces"
|
||||
description="Browse our selection of versatile meeting rooms, designed to cater to various group sizes and professional requirements."
|
||||
@@ -239,43 +155,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "hourly",
|
||||
badge: "Standard",
|
||||
badgeIcon: Clock,
|
||||
price: "Starting at $25/hr",
|
||||
subtitle: "Ideal for short meetings",
|
||||
features: [
|
||||
"Access to all room types",
|
||||
"Flexible cancellation",
|
||||
"Standard amenities",
|
||||
"Basic support",
|
||||
],
|
||||
id: "hourly", badge: "Standard", badgeIcon: Clock,
|
||||
price: "Starting at $25/hr", subtitle: "Ideal for short meetings", features: [
|
||||
"Access to all room types", "Flexible cancellation", "Standard amenities", "Basic support"],
|
||||
},
|
||||
{
|
||||
id: "daily",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$180/day",
|
||||
subtitle: "Perfect for workshops",
|
||||
features: [
|
||||
"Full day access (8 hrs)",
|
||||
"Priority booking",
|
||||
"Premium amenities",
|
||||
"Dedicated support",
|
||||
],
|
||||
id: "daily", badge: "Best Value", badgeIcon: Sparkles,
|
||||
price: "$180/day", subtitle: "Perfect for workshops", features: [
|
||||
"Full day access (8 hrs)", "Priority booking", "Premium amenities", "Dedicated support"],
|
||||
},
|
||||
{
|
||||
id: "monthly",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: Star,
|
||||
price: "Custom Quote",
|
||||
subtitle: "For recurring large teams",
|
||||
features: [
|
||||
"Unlimited monthly access",
|
||||
"Dedicated account manager",
|
||||
"Custom catering options",
|
||||
"Advanced reporting",
|
||||
],
|
||||
id: "monthly", badge: "Enterprise", badgeIcon: Star,
|
||||
price: "Custom Quote", subtitle: "For recurring large teams", features: [
|
||||
"Unlimited monthly access", "Dedicated account manager", "Custom catering options", "Advanced reporting"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Booking Plans"
|
||||
@@ -291,51 +183,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "food-1",
|
||||
label: "Local Delights",
|
||||
title: "Fresh & Delicious",
|
||||
items: [
|
||||
"Partnered with top local restaurants",
|
||||
"Wide variety of cuisines",
|
||||
"Catering for all dietary needs",
|
||||
],
|
||||
id: "food-1", label: "Local Delights", title: "Fresh & Delicious", items: [
|
||||
"Partnered with top local restaurants", "Wide variety of cuisines", "Catering for all dietary needs"],
|
||||
buttons: [
|
||||
{
|
||||
text: "View Menus",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Menus", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "food-2",
|
||||
label: "Seamless Ordering",
|
||||
title: "Hassle-Free Service",
|
||||
items: [
|
||||
"Order directly through our platform",
|
||||
"Scheduled delivery to your room",
|
||||
"Dedicated catering support",
|
||||
],
|
||||
id: "food-2", label: "Seamless Ordering", title: "Hassle-Free Service", items: [
|
||||
"Order directly through our platform", "Scheduled delivery to your room", "Dedicated catering support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "How it Works",
|
||||
href: "#",
|
||||
},
|
||||
text: "How it Works", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "food-3",
|
||||
label: "Boost Productivity",
|
||||
title: "Fuel Your Team",
|
||||
items: [
|
||||
"Keep your team energized",
|
||||
"Enhance collaboration",
|
||||
"Convenient and time-saving",
|
||||
],
|
||||
id: "food-3", label: "Boost Productivity", title: "Fuel Your Team", items: [
|
||||
"Keep your team energized", "Enhance collaboration", "Convenient and time-saving"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Explore Options",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore Options", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -347,49 +215,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO, Innovate Corp.",
|
||||
testimonial: "RoomWise has transformed how we manage our team meetings. The rooms are always spotless, and the booking process is incredibly efficient. A game-changer for our productivity!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "test-1", name: "Sarah Johnson", role: "CEO, Innovate Corp.", testimonial: "RoomWise has transformed how we manage our team meetings. The rooms are always spotless, and the booking process is incredibly efficient. A game-changer for our productivity!", imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "test-2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO, Tech Solutions",
|
||||
testimonial: "The integrated AV systems are top-notch, and the high-speed Wi-Fi never disappoints. It's the perfect environment for our technical discussions and client presentations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-eating-sandwich-lunch-break-reading-something-shocking-internet_637285-247.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "test-2", name: "Michael Chen", role: "CTO, Tech Solutions", testimonial: "The integrated AV systems are top-notch, and the high-speed Wi-Fi never disappoints. It's the perfect environment for our technical discussions and client presentations.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-eating-sandwich-lunch-break-reading-something-shocking-internet_637285-247.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "test-3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director, Growth Hub",
|
||||
testimonial: "Our brainstorming sessions thrive in RoomWise's creative spaces. The ability to order catering directly saves us so much time and keeps our team energized. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "test-3", name: "Emily Rodriguez", role: "Marketing Director, Growth Hub", testimonial: "Our brainstorming sessions thrive in RoomWise's creative spaces. The ability to order catering directly saves us so much time and keeps our team energized. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "test-4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager, Apex Innovations",
|
||||
testimonial: "Finding the right room size and amenities is effortless with RoomWise. Their customer service is also exceptional, always ready to assist with any last-minute requests.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "test-4", name: "David Kim", role: "Product Manager, Apex Innovations", testimonial: "Finding the right room size and amenities is effortless with RoomWise. Their customer service is also exceptional, always ready to assist with any last-minute requests.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "test-5",
|
||||
name: "Jessica Lee",
|
||||
role: "Startup Founder, Bright Ideas",
|
||||
testimonial: "As a growing startup, cost-effectiveness and flexibility are key. RoomWise offers both without compromising on quality or professional environment. Truly invaluable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-fashionable-young-man-with-laptop-computer-using-high-speed-internet-connection-lunch-cozy-cafe-interior_273609-1945.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "test-5", name: "Jessica Lee", role: "Startup Founder, Bright Ideas", testimonial: "As a growing startup, cost-effectiveness and flexibility are key. RoomWise offers both without compromising on quality or professional environment. Truly invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/headshot-fashionable-young-man-with-laptop-computer-using-high-speed-internet-connection-lunch-cozy-cafe-interior_273609-1945.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from businesses and professionals who trust RoomWise Bookings for their essential meeting room needs."
|
||||
@@ -403,20 +242,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I book a meeting room?",
|
||||
content: "You can book a meeting room directly through our website by selecting your desired room, date, and time. Our intuitive calendar shows real-time availability.",
|
||||
},
|
||||
id: "faq-1", title: "How do I book a meeting room?", content: "You can book a meeting room directly through our website by selecting your desired room, date, and time. Our intuitive calendar shows real-time availability."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What amenities are included with my booking?",
|
||||
content: "All our meeting rooms include high-speed Wi-Fi, advanced AV equipment, whiteboards, and comfortable seating. Specific amenities vary by room type and are detailed on each room's page.",
|
||||
},
|
||||
id: "faq-2", title: "What amenities are included with my booking?", content: "All our meeting rooms include high-speed Wi-Fi, advanced AV equipment, whiteboards, and comfortable seating. Specific amenities vary by room type and are detailed on each room's page."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I order food and drinks for my meeting?",
|
||||
content: "Yes, we offer seamless integration with local catering partners. You can easily order food and drinks directly to your meeting room through our platform after booking your space.",
|
||||
},
|
||||
id: "faq-3", title: "Can I order food and drinks for my meeting?", content: "Yes, we offer seamless integration with local catering partners. You can easily order food and drinks directly to your meeting room through our platform after booking your space."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about booking, amenities, catering, and our services."
|
||||
@@ -432,27 +262,16 @@ export default function LandingPage() {
|
||||
description="Get in touch with us to discuss your specific requirements, inquire about custom plans, or to arrange a tour of our facilities."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your needs...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your needs...", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-space-prepared-aa-meeting-group-therapy-with-chairs-circle-nobody-room-used-psychotherapy-session-communication-against-acohol-addiction-problems_482257-27421.jpg"
|
||||
imageAlt="Modern office lobby"
|
||||
@@ -469,19 +288,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user