Merge version_2 into main #1
271
src/app/page.tsx
271
src/app/page.tsx
@@ -32,57 +32,38 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Partners",
|
||||
id: "#partners",
|
||||
},
|
||||
name: "Partners", id: "#partners"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/coffee-making-items-indoors_23-2148865609.jpg"
|
||||
logoAlt="Fifty's Logo"
|
||||
brandName="Fifty's"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Fifty's: Your Next-Level American-ish Fast Food Experience"
|
||||
description="Step into a world where authentic fast food taste meets a luxurious, 'next level' dining vibe. Fifty's redefines your favorites with fresh ingredients, signature sauces, and an unforgettable atmosphere."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Explore Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baroque-style-with-fast-food-arrangement_23-2149629986.jpg"
|
||||
imageAlt="Luxurious American fast food spread"
|
||||
@@ -90,52 +71,32 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-asian-woman-eating-burger-outdoors_23-2148952932.jpg",
|
||||
alt: "Satisfied customer enjoying fast food",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-asian-woman-eating-burger-outdoors_23-2148952932.jpg", alt: "Satisfied customer enjoying fast food"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-beautiful-young-woman-standing-drinking-coffee-with-milk_171337-14542.jpg",
|
||||
alt: "Customer delighted with a burger",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-beautiful-young-woman-standing-drinking-coffee-with-milk_171337-14542.jpg", alt: "Customer delighted with a burger"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367122.jpg",
|
||||
alt: "Happy person with a milkshake",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367122.jpg", alt: "Happy person with a milkshake"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-delicious-french-fries-with-seasonings-getting-eat-by-female-dark-surface_179666-34417.jpg",
|
||||
alt: "Young customer eating fries",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-delicious-french-fries-with-seasonings-getting-eat-by-female-dark-surface_179666-34417.jpg", alt: "Young customer eating fries"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-female-courier-holding-two-cups-coffees-making-thumbs-up-sign-white-wall_114579-49486.jpg",
|
||||
alt: "Smiling patron at Fifty's",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-female-courier-holding-two-cups-coffees-making-thumbs-up-sign-white-wall_114579-49486.jpg", alt: "Smiling patron at Fifty's"},
|
||||
]}
|
||||
avatarText="Loved by over 50,000 satisfied customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Gourmet Burgers",
|
||||
icon: Beef,
|
||||
type: "text-icon", text: "Gourmet Burgers", icon: Beef,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Signature Crispy",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Signature Crispy", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Unique Sauces",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Unique Sauces", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh Ingredients",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Fresh Ingredients", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast & Delicious",
|
||||
icon: Rocket,
|
||||
type: "text-icon", text: "Fast & Delicious", icon: Rocket,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -144,26 +105,18 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="slide-up"
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "More Than Just Fast Food",
|
||||
},
|
||||
type: "text", content: "More Than Just Fast Food"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151919021.jpg",
|
||||
alt: "Stylish fast food restaurant interior",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151919021.jpg", alt: "Stylish fast food restaurant interior"},
|
||||
{
|
||||
type: "text",
|
||||
content: "— It's an Experience.",
|
||||
},
|
||||
type: "text", content: "— It's an Experience."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -174,45 +127,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Must-Try",
|
||||
title: "The Crispy Phenomenon",
|
||||
subtitle: "Quantitatively and Qualitatively Superior",
|
||||
description: "Our crispy chicken isn't just a dish, it's a statement. Perfectly seasoned, incredibly tender on the inside, and with an unparalleled crunch that will redefine your expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-drumsticks-dark-background_84443-94472.jpg",
|
||||
imageAlt: "Golden crispy chicken",
|
||||
buttons: [
|
||||
tag: "Must-Try", title: "The Crispy Phenomenon", subtitle: "Quantitatively and Qualitatively Superior", description: "Our crispy chicken isn't just a dish, it's a statement. Perfectly seasoned, incredibly tender on the inside, and with an unparalleled crunch that will redefine your expectations.", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-drumsticks-dark-background_84443-94472.jpg", imageAlt: "Golden crispy chicken", buttons: [
|
||||
{
|
||||
text: "View Crispy Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Crispy Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
tag: "Secret Recipe",
|
||||
title: "Extraordinary Jamaican Sauce",
|
||||
subtitle: "A Taste Sensation Like No Other",
|
||||
description: "Crafted with exotic spices and a touch of mystery, our Jamaican sauce is lauded as extraordinary. It's the perfect complement to our dishes, adding a unique kick you won't find elsewhere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-local-food-dish_23-2148833842.jpg",
|
||||
imageAlt: "Exotic Jamaican sauce",
|
||||
buttons: [
|
||||
tag: "Secret Recipe", title: "Extraordinary Jamaican Sauce", subtitle: "A Taste Sensation Like No Other", description: "Crafted with exotic spices and a touch of mystery, our Jamaican sauce is lauded as extraordinary. It's the perfect complement to our dishes, adding a unique kick you won't find elsewhere.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-local-food-dish_23-2148833842.jpg", imageAlt: "Exotic Jamaican sauce", buttons: [
|
||||
{
|
||||
text: "Discover Sauces",
|
||||
href: "#",
|
||||
},
|
||||
text: "Discover Sauces", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
tag: "Freshness Guaranteed",
|
||||
title: "Premium Ingredients Daily",
|
||||
subtitle: "Fresh Vegetables, Pristine Meats",
|
||||
description: "We believe great fast food starts with great ingredients. That’s why we source fresh vegetables and high-quality, fresh meat daily, ensuring every meal is a testament to our commitment to excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-served-with-sumakh-herbs-lavash-bread_114579-2893.jpg",
|
||||
imageAlt: "Fresh vegetables and meat",
|
||||
buttons: [
|
||||
tag: "Freshness Guaranteed", title: "Premium Ingredients Daily", subtitle: "Fresh Vegetables, Pristine Meats", description: "We believe great fast food starts with great ingredients. That’s why we source fresh vegetables and high-quality, fresh meat daily, ensuring every meal is a testament to our commitment to excellence.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-served-with-sumakh-herbs-lavash-bread_114579-2893.jpg", imageAlt: "Fresh vegetables and meat", buttons: [
|
||||
{
|
||||
text: "Our Sourcing",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Sourcing", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -229,65 +158,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "shaorma-chicken",
|
||||
brand: "Fifty's",
|
||||
name: "Authentic Chicken Shaorma",
|
||||
price: "55 RON",
|
||||
rating: 5,
|
||||
reviewCount: "120 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-wrap-sandwich-roll-with-cheese-vegetables-black-slate-background_123827-21248.jpg",
|
||||
imageAlt: "Gourmet chicken shaorma wrap",
|
||||
},
|
||||
id: "shaorma-chicken", brand: "Fifty's", name: "Authentic Chicken Shaorma", price: "55 RON", rating: 5,
|
||||
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/salmon-wrap-sandwich-roll-with-cheese-vegetables-black-slate-background_123827-21248.jpg", imageAlt: "Gourmet chicken shaorma wrap"},
|
||||
{
|
||||
id: "crispy-platter",
|
||||
brand: "Fifty's",
|
||||
name: "Signature Crispy Platter",
|
||||
price: "65 RON",
|
||||
rating: 5,
|
||||
reviewCount: "98 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-frensh-fries-black-stone-board_140725-10487.jpg",
|
||||
imageAlt: "Crispy chicken and french fries combo",
|
||||
},
|
||||
id: "crispy-platter", brand: "Fifty's", name: "Signature Crispy Platter", price: "65 RON", rating: 5,
|
||||
reviewCount: "98 reviews", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-frensh-fries-black-stone-board_140725-10487.jpg", imageAlt: "Crispy chicken and french fries combo"},
|
||||
{
|
||||
id: "classic-burger",
|
||||
brand: "Fifty's",
|
||||
name: "The Fifty's Classic Burger",
|
||||
price: "49 RON",
|
||||
rating: 4,
|
||||
reviewCount: "75 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637306.jpg",
|
||||
imageAlt: "Classic beef burger gourmet style",
|
||||
},
|
||||
id: "classic-burger", brand: "Fifty's", name: "The Fifty's Classic Burger", price: "49 RON", rating: 4,
|
||||
reviewCount: "75 reviews", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637306.jpg", imageAlt: "Classic beef burger gourmet style"},
|
||||
{
|
||||
id: "jamaican-hotdog",
|
||||
brand: "Fifty's",
|
||||
name: "Jamaican Hot Dog Deluxe",
|
||||
price: "38 RON",
|
||||
rating: 4,
|
||||
reviewCount: "50 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hot-dogs-with-drink_23-2148655656.jpg",
|
||||
imageAlt: "Gourmet hot dog with toppings",
|
||||
},
|
||||
id: "jamaican-hotdog", brand: "Fifty's", name: "Jamaican Hot Dog Deluxe", price: "38 RON", rating: 4,
|
||||
reviewCount: "50 reviews", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hot-dogs-with-drink_23-2148655656.jpg", imageAlt: "Gourmet hot dog with toppings"},
|
||||
{
|
||||
id: "vanilla-shake",
|
||||
brand: "Fifty's",
|
||||
name: "Creamy Vanilla Milkshake",
|
||||
price: "25 RON",
|
||||
rating: 5,
|
||||
reviewCount: "62 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-chocolate-mocha-glass-with-whipped-cream-straw_140725-10675.jpg",
|
||||
imageAlt: "Creamy vanilla milkshake glass",
|
||||
},
|
||||
id: "vanilla-shake", brand: "Fifty's", name: "Creamy Vanilla Milkshake", price: "25 RON", rating: 5,
|
||||
reviewCount: "62 reviews", imageSrc: "http://img.b2bpic.net/free-photo/white-chocolate-mocha-glass-with-whipped-cream-straw_140725-10675.jpg", imageAlt: "Creamy vanilla milkshake glass"},
|
||||
{
|
||||
id: "crispy-onion-rings",
|
||||
brand: "Fifty's",
|
||||
name: "Crispy Onion Rings",
|
||||
price: "22 RON",
|
||||
rating: 4,
|
||||
reviewCount: "40 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-rings-inside-brown-plate-with-ketchup-mustard_140725-28139.jpg",
|
||||
imageAlt: "Crispy onion rings golden brown",
|
||||
},
|
||||
id: "crispy-onion-rings", brand: "Fifty's", name: "Crispy Onion Rings", price: "22 RON", rating: 4,
|
||||
reviewCount: "40 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-rings-inside-brown-plate-with-ketchup-mustard_140725-28139.jpg", imageAlt: "Crispy onion rings golden brown"},
|
||||
]}
|
||||
title="Our Delectable Menu"
|
||||
description="Hand-picked and perfected, explore our range of American-ish fast food classics and unique Fifty's creations, all crafted with authentic taste and premium quality."
|
||||
@@ -301,45 +188,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Andreea Ciobanu",
|
||||
role: "Local Guide",
|
||||
testimonial: "Next level această locație, diferită de alte shaormerii din București, American-ish aș zice. Neapărat să încercați crispy-ul, cantitativ și calitativ, sosul jamaican este extraordinar. Legume fresh, carnea proaspătă.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-sliced-pizza-cup-coffee_23-2149277927.jpg",
|
||||
imageAlt: "Andreea Ciobanu",
|
||||
},
|
||||
id: "1", name: "Andreea Ciobanu", role: "Local Guide", testimonial: "Next level această locație, diferită de alte shaormerii din București, American-ish aș zice. Neapărat să încercați crispy-ul, cantitativ și calitativ, sosul jamaican este extraordinar. Legume fresh, carnea proaspătă.", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-sliced-pizza-cup-coffee_23-2149277927.jpg", imageAlt: "Andreea Ciobanu"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dinu Alex",
|
||||
role: "Fast Food Aficionado",
|
||||
testimonial: "Am fost si in prima zi. Când am gustat din shaorma de pui făcută de Shumy am știut că acest local nu este doar despre locație, este și despre gustul autentic al mâncării fast food.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-using-smart-phone-photographing-food-she-has-prepared-kitchen_637285-3124.jpg",
|
||||
imageAlt: "Dinu Alex",
|
||||
},
|
||||
id: "2", name: "Dinu Alex", role: "Fast Food Aficionado", testimonial: "Am fost si in prima zi. Când am gustat din shaorma de pui făcută de Shumy am știut că acest local nu este doar despre locație, este și despre gustul autentic al mâncării fast food.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-using-smart-phone-photographing-food-she-has-prepared-kitchen_637285-3124.jpg", imageAlt: "Dinu Alex"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ștefan",
|
||||
role: "Project Enthusiast",
|
||||
testimonial: "Se vede cât de mult s-a lucrat la acest proiect. Din start, de când am văzut locația, mi s-a părut diferit de celelalte fast food-uri. O adevărată revelație culinară!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg",
|
||||
imageAlt: "Ștefan",
|
||||
},
|
||||
id: "3", name: "Ștefan", role: "Project Enthusiast", testimonial: "Se vede cât de mult s-a lucrat la acest proiect. Din start, de când am văzut locația, mi s-a părut diferit de celelalte fast food-uri. O adevărată revelație culinară!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg", imageAlt: "Ștefan"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Aisha Aryadny",
|
||||
role: "Happy Customer",
|
||||
testimonial: "O locație frumoasă, personalul de treabă și mâncarea bună, chiar tare! Mâncare: 5, Servire: 5, Ambiantă: 5.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg",
|
||||
imageAlt: "Aisha Aryadny",
|
||||
},
|
||||
id: "4", name: "Aisha Aryadny", role: "Happy Customer", testimonial: "O locație frumoasă, personalul de treabă și mâncarea bună, chiar tare! Mâncare: 5, Servire: 5, Ambiantă: 5.", imageSrc: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg", imageAlt: "Aisha Aryadny"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Raluca Popescu",
|
||||
role: "Food Blogger",
|
||||
testimonial: "Am citit review-urile, și pot confirma: s-au îmbunătățit într-un timp foarte scurt. Nu mai era prea multă sare pe cartofi, perfect! Mult peste așteptările mele inițiale.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg",
|
||||
imageAlt: "Raluca Popescu",
|
||||
},
|
||||
id: "5", name: "Raluca Popescu", role: "Food Blogger", testimonial: "Am citit review-urile, și pot confirma: s-au îmbunătățit într-un timp foarte scurt. Nu mai era prea multă sare pe cartofi, perfect! Mult peste așteptările mele inițiale.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg", imageAlt: "Raluca Popescu"},
|
||||
]}
|
||||
title="What Our Guests Are Saying"
|
||||
description="Our customers are our biggest fans! Read their authentic experiences and see why Fifty's is quickly becoming a beloved culinary destination in Bucharest."
|
||||
@@ -351,14 +208,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Food Delivery App A",
|
||||
"Food Delivery App B",
|
||||
"Local Food Critics",
|
||||
"Bucharest Bites",
|
||||
"Gourmet Guide",
|
||||
"City Eats Magazine",
|
||||
"Daily Flavor",
|
||||
]}
|
||||
"Food Delivery App A", "Food Delivery App B", "Local Food Critics", "Bucharest Bites", "Gourmet Guide", "City Eats Magazine", "Daily Flavor"]}
|
||||
title="As Seen On & Delivered By"
|
||||
description="Proudly partnering with leading delivery services and recognized by local culinary enthusiasts, Fifty's brings quality fast food closer to you."
|
||||
speed={35}
|
||||
@@ -370,18 +220,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to experience the Fifty's difference? Visit us or order online now! \\\n\\\nBulevardul Nicolae Grigorescu 1A, 030431 București"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Bulevardul Nicolae Grigorescu 1A, 030431 București",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=Bulevardul Nicolae Grigorescu 1A, 030431 București"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -395,19 +240,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user