Merge version_1 into main #1
311
src/app/page.tsx
311
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "#shop-by-category",
|
||||
},
|
||||
name: "Shop", id: "#shop-by-category"},
|
||||
{
|
||||
name: "Custom Fixtures",
|
||||
id: "#custom-fixtures",
|
||||
},
|
||||
name: "Custom Fixtures", id: "#custom-fixtures"},
|
||||
{
|
||||
name: "Window France Mannequins",
|
||||
id: "#product-mannequins",
|
||||
},
|
||||
name: "Window France Mannequins", id: "#product-mannequins"},
|
||||
{
|
||||
name: "Visplay",
|
||||
id: "#product-visplay",
|
||||
},
|
||||
name: "Visplay", id: "#product-visplay"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about-framexmade",
|
||||
},
|
||||
name: "About Us", id: "#about-framexmade"},
|
||||
{
|
||||
name: "Catalogues",
|
||||
id: "#catalogues",
|
||||
},
|
||||
name: "Catalogues", id: "#catalogues"},
|
||||
]}
|
||||
brandName="MADE Retail Systems"
|
||||
/>
|
||||
@@ -64,51 +52,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Modular systems. Mannequins. Custom solutions."
|
||||
description="Australian manufacturer and distributor of premium retail shop fittings, displays, and mannequins. Based in Melbourne, with 30+ years of industry experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#shop-by-category",
|
||||
},
|
||||
text: "Shop Now", href: "#shop-by-category"},
|
||||
{
|
||||
text: "Request a Custom Quote",
|
||||
href: "#custom-fixtures",
|
||||
},
|
||||
text: "Request a Custom Quote", href: "#custom-fixtures"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-is-going-buy-clothes-shop_7502-9385.jpg",
|
||||
imageAlt: "Modern retail store interior with mannequins and modular displays",
|
||||
},
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/client-is-going-buy-clothes-shop_7502-9385.jpg", imageAlt: "Modern retail store interior with mannequins and modular displays"},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418513.jpg",
|
||||
imageAlt: "Luxury fashion retail interior with elegant shop fittings",
|
||||
},
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418513.jpg", imageAlt: "Luxury fashion retail interior with elegant shop fittings"},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg",
|
||||
imageAlt: "Contemporary retail space featuring versatile display systems",
|
||||
},
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg", imageAlt: "Contemporary retail space featuring versatile display systems"},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-mannequins_23-2148164895.jpg",
|
||||
imageAlt: "Apparel store visual merchandising with well-lit mannequins",
|
||||
},
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-mannequins_23-2148164895.jpg", imageAlt: "Apparel store visual merchandising with well-lit mannequins"},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-interior_1203-8247.jpg",
|
||||
imageAlt: "Urban retail concept store with functional and aesthetic fixtures",
|
||||
},
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-interior_1203-8247.jpg", imageAlt: "Urban retail concept store with functional and aesthetic fixtures"},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetics-shop-display-with-sale_23-2152026900.jpg",
|
||||
imageAlt: "Minimalist retail showroom setup showcasing premium products",
|
||||
},
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/cosmetics-shop-display-with-sale_23-2152026900.jpg", imageAlt: "Minimalist retail showroom setup showcasing premium products"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -122,107 +87,51 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "cat-1",
|
||||
title: "FRAMExMADE Modular System",
|
||||
subtitle: "Modular Systems",
|
||||
category: "Modular",
|
||||
value: "View",
|
||||
buttons: [
|
||||
id: "cat-1", title: "FRAMExMADE Modular System", subtitle: "Modular Systems", category: "Modular", value: "View", buttons: [
|
||||
{
|
||||
text: "Explore →",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore →", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "cat-2",
|
||||
title: "Visual Merchandising Displays",
|
||||
subtitle: "Displays",
|
||||
category: "Merchandising",
|
||||
value: "View",
|
||||
buttons: [
|
||||
id: "cat-2", title: "Visual Merchandising Displays", subtitle: "Displays", category: "Merchandising", value: "View", buttons: [
|
||||
{
|
||||
text: "Explore →",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore →", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "cat-3",
|
||||
title: "Classic Mannequins & Torsos",
|
||||
subtitle: "Mannequins",
|
||||
category: "Mannequins",
|
||||
value: "View",
|
||||
buttons: [
|
||||
id: "cat-3", title: "Classic Mannequins & Torsos", subtitle: "Mannequins", category: "Mannequins", value: "View", buttons: [
|
||||
{
|
||||
text: "Explore →",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore →", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "cat-4",
|
||||
title: "Window France Mannequins",
|
||||
subtitle: "Luxury Mannequins",
|
||||
category: "Mannequins",
|
||||
value: "View",
|
||||
buttons: [
|
||||
id: "cat-4", title: "Window France Mannequins", subtitle: "Luxury Mannequins", category: "Mannequins", value: "View", buttons: [
|
||||
{
|
||||
text: "Explore →",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore →", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "cat-5",
|
||||
title: "Floor Racks & Gondolas",
|
||||
subtitle: "Floor Displays",
|
||||
category: "Racks",
|
||||
value: "View",
|
||||
buttons: [
|
||||
id: "cat-5", title: "Floor Racks & Gondolas", subtitle: "Floor Displays", category: "Racks", value: "View", buttons: [
|
||||
{
|
||||
text: "Explore →",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore →", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "cat-6",
|
||||
title: "Wall Posts & Outrigger Systems",
|
||||
subtitle: "Wall Systems",
|
||||
category: "Wall",
|
||||
value: "View",
|
||||
buttons: [
|
||||
id: "cat-6", title: "Wall Posts & Outrigger Systems", subtitle: "Wall Systems", category: "Wall", value: "View", buttons: [
|
||||
{
|
||||
text: "Explore →",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore →", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "cat-7",
|
||||
title: "Sign Holders",
|
||||
subtitle: "Signage",
|
||||
category: "Signage",
|
||||
value: "View",
|
||||
buttons: [
|
||||
id: "cat-7", title: "Sign Holders", subtitle: "Signage", category: "Signage", value: "View", buttons: [
|
||||
{
|
||||
text: "Explore →",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore →", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "cat-8",
|
||||
title: "Custom Fixtures",
|
||||
subtitle: "Bespoke Solutions",
|
||||
category: "Custom",
|
||||
value: "View",
|
||||
buttons: [
|
||||
id: "cat-8", title: "Custom Fixtures", subtitle: "Bespoke Solutions", category: "Custom", value: "View", buttons: [
|
||||
{
|
||||
text: "Explore →",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore →", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -238,9 +147,7 @@ export default function LandingPage() {
|
||||
title="FRAME x MADE — The Modular Retail System."
|
||||
buttons={[
|
||||
{
|
||||
text: "View the System →",
|
||||
href: "#",
|
||||
},
|
||||
text: "View the System →", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -252,40 +159,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "30+ Years",
|
||||
title: "Experience",
|
||||
items: [
|
||||
"Trusted by leading retailers",
|
||||
"Preferred by top shopfitters",
|
||||
],
|
||||
id: "metric-1", value: "30+ Years", title: "Experience", items: [
|
||||
"Trusted by leading retailers", "Preferred by top shopfitters"],
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "Australian Made",
|
||||
title: "Local Manufacturing",
|
||||
items: [
|
||||
"In-house factory in Lynbrook VIC",
|
||||
"Supporting local economy",
|
||||
],
|
||||
id: "metric-2", value: "Australian Made", title: "Local Manufacturing", items: [
|
||||
"In-house factory in Lynbrook VIC", "Supporting local economy"],
|
||||
},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "Broad Range",
|
||||
title: "Product Selection",
|
||||
items: [
|
||||
"Off-the-shelf and made-to-order",
|
||||
"Extensive catalogue",
|
||||
],
|
||||
id: "metric-3", value: "Broad Range", title: "Product Selection", items: [
|
||||
"Off-the-shelf and made-to-order", "Extensive catalogue"],
|
||||
},
|
||||
{
|
||||
id: "metric-4",
|
||||
value: "Global Partnerships",
|
||||
title: "Exclusive Distributors",
|
||||
items: [
|
||||
"Window France Mannequins",
|
||||
"Visplay Merchandise Systems",
|
||||
],
|
||||
id: "metric-4", value: "Global Partnerships", title: "Exclusive Distributors", items: [
|
||||
"Window France Mannequins", "Visplay Merchandise Systems"],
|
||||
},
|
||||
]}
|
||||
title="Why Retailers Trust Made Retail Systems"
|
||||
@@ -301,47 +188,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
name: "Collapsible Roller Rack",
|
||||
price: "$150.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-shopping-mall_23-2150585935.jpg",
|
||||
imageAlt: "Collapsible Roller Rack",
|
||||
},
|
||||
id: "prod-1", name: "Collapsible Roller Rack", price: "$150.00", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-shopping-mall_23-2150585935.jpg", imageAlt: "Collapsible Roller Rack"},
|
||||
{
|
||||
id: "prod-2",
|
||||
name: "H Gondola 1200mm Black",
|
||||
price: "$320.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shopping-carts-outside-supermarket_23-2148195430.jpg",
|
||||
imageAlt: "H Gondola 1200mm Black",
|
||||
},
|
||||
id: "prod-2", name: "H Gondola 1200mm Black", price: "$320.00", imageSrc: "http://img.b2bpic.net/free-photo/shopping-carts-outside-supermarket_23-2148195430.jpg", imageAlt: "H Gondola 1200mm Black"},
|
||||
{
|
||||
id: "prod-3",
|
||||
name: "T Display Stand Brushed Champagne Gold",
|
||||
price: "$85.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-objects_23-2150244572.jpg",
|
||||
imageAlt: "T Display Stand Brushed Champagne Gold",
|
||||
},
|
||||
id: "prod-3", name: "T Display Stand Brushed Champagne Gold", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-objects_23-2150244572.jpg", imageAlt: "T Display Stand Brushed Champagne Gold"},
|
||||
{
|
||||
id: "prod-4",
|
||||
name: "A2 Sign Holder Black",
|
||||
price: "$15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chalkboard-sign-with-copy-space-restaurant_53876-102021.jpg",
|
||||
imageAlt: "A2 Sign Holder Black",
|
||||
},
|
||||
id: "prod-4", name: "A2 Sign Holder Black", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/chalkboard-sign-with-copy-space-restaurant_53876-102021.jpg", imageAlt: "A2 Sign Holder Black"},
|
||||
{
|
||||
id: "prod-5",
|
||||
name: "Classic Male Mannequin",
|
||||
price: "$600.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-drummer-white_1385-64.jpg",
|
||||
imageAlt: "Classic Male Mannequin",
|
||||
},
|
||||
id: "prod-5", name: "Classic Male Mannequin", price: "$600.00", imageSrc: "http://img.b2bpic.net/free-photo/cool-drummer-white_1385-64.jpg", imageAlt: "Classic Male Mannequin"},
|
||||
{
|
||||
id: "prod-6",
|
||||
name: "Wall Outrigger System Kit",
|
||||
price: "$250.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-blonde-student-girl-with-short-hair-casual-striped-shirt-spending-time-modern-library-after-university-preparing-exams-with-friends-girl-standing-near-stairs-going-take_176420-8276.jpg",
|
||||
imageAlt: "Wall Outrigger System Kit",
|
||||
},
|
||||
id: "prod-6", name: "Wall Outrigger System Kit", price: "$250.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-blonde-student-girl-with-short-hair-casual-striped-shirt-spending-time-modern-library-after-university-preparing-exams-with-friends-girl-standing-near-stairs-going-take_176420-8276.jpg", imageAlt: "Wall Outrigger System Kit"},
|
||||
]}
|
||||
title="Our Best Sellers"
|
||||
description="Discover the most popular choices from our comprehensive range of shop fittings and merchandising solutions, trusted by businesses across Australia."
|
||||
@@ -355,16 +212,13 @@ export default function LandingPage() {
|
||||
sideDescription="Experience the full range of Made Retail Systems products in person. Our expert team is ready to assist you at 407 Swan Street, Richmond VIC 3121. See the quality and functionality firsthand."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Visit",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book a Visit", href: "#"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=407+Swan+Street,+Richmond+VIC+3121",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=407+Swan+Street,+Richmond+VIC+3121"},
|
||||
]}
|
||||
faqsAnimation="none"
|
||||
textPosition="left"
|
||||
faqs={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -377,64 +231,22 @@ export default function LandingPage() {
|
||||
description="Stay inspired with our latest projects, product showcases, and innovative retail design ideas. Connect with @maderetail for daily updates!"
|
||||
blogs={[
|
||||
{
|
||||
id: "insta-1",
|
||||
category: "Retail Design",
|
||||
title: "Showcasing New Displays",
|
||||
excerpt: "A glimpse into our latest collection of visual merchandising displays for modern retail spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862164.jpg",
|
||||
imageAlt: "Instagram post of a retail display",
|
||||
authorName: "@maderetail",
|
||||
date: "2 hours ago",
|
||||
id: "insta-1", category: "Retail Design", title: "Showcasing New Displays", excerpt: "A glimpse into our latest collection of visual merchandising displays for modern retail spaces.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862164.jpg", imageAlt: "Instagram post of a retail display", authorName: "@maderetail", date: "2 hours ago", authorAvatar: "https://api.dicebear.com/7.x/pixel-art/svg?seed=maderetail"
|
||||
},
|
||||
{
|
||||
id: "insta-2",
|
||||
category: "Behind the Scenes",
|
||||
title: "Factory Craftsmanship",
|
||||
excerpt: "Precision at work in our Lynbrook factory. Australian-made quality you can trust.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-mannequin-sitting-heart-with-love-arrow_23-2148017721.jpg",
|
||||
imageAlt: "Instagram post of factory craftsmanship",
|
||||
authorName: "@maderetail",
|
||||
date: "1 day ago",
|
||||
id: "insta-2", category: "Behind the Scenes", title: "Factory Craftsmanship", excerpt: "Precision at work in our Lynbrook factory. Australian-made quality you can trust.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-mannequin-sitting-heart-with-love-arrow_23-2148017721.jpg", imageAlt: "Instagram post of factory craftsmanship", authorName: "@maderetail", date: "1 day ago", authorAvatar: "https://api.dicebear.com/7.x/pixel-art/svg?seed=maderetail"
|
||||
},
|
||||
{
|
||||
id: "insta-3",
|
||||
category: "Custom Solutions",
|
||||
title: "Bespoke Fixtures",
|
||||
excerpt: "Designing unique metal fixtures tailored for our clients' distinct retail environments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-employee-fulfilling-purchases_482257-86041.jpg",
|
||||
imageAlt: "Instagram post of custom metal fixtures",
|
||||
authorName: "@maderetail",
|
||||
date: "3 days ago",
|
||||
id: "insta-3", category: "Custom Solutions", title: "Bespoke Fixtures", excerpt: "Designing unique metal fixtures tailored for our clients' distinct retail environments.", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-employee-fulfilling-purchases_482257-86041.jpg", imageAlt: "Instagram post of custom metal fixtures", authorName: "@maderetail", date: "3 days ago", authorAvatar: "https://api.dicebear.com/7.x/pixel-art/svg?seed=maderetail"
|
||||
},
|
||||
{
|
||||
id: "insta-4",
|
||||
category: "Partnerships",
|
||||
title: "Window France Spotlight",
|
||||
excerpt: "Exploring the elegance and artistry of Window France mannequins in a recent installation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall-center-department-store_1203-9227.jpg",
|
||||
imageAlt: "Instagram post of Window France mannequins",
|
||||
authorName: "@maderetail",
|
||||
date: "5 days ago",
|
||||
id: "insta-4", category: "Partnerships", title: "Window France Spotlight", excerpt: "Exploring the elegance and artistry of Window France mannequins in a recent installation.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall-center-department-store_1203-9227.jpg", imageAlt: "Instagram post of Window France mannequins", authorName: "@maderetail", date: "5 days ago", authorAvatar: "https://api.dicebear.com/7.x/pixel-art/svg?seed=maderetail"
|
||||
},
|
||||
{
|
||||
id: "insta-5",
|
||||
category: "Merchandising",
|
||||
title: "Seasonal Display Inspiration",
|
||||
excerpt: "Creative ideas for captivating seasonal window displays using our versatile systems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148916389.jpg",
|
||||
imageAlt: "Instagram post of seasonal display",
|
||||
authorName: "@maderetail",
|
||||
date: "1 week ago",
|
||||
id: "insta-5", category: "Merchandising", title: "Seasonal Display Inspiration", excerpt: "Creative ideas for captivating seasonal window displays using our versatile systems.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148916389.jpg", imageAlt: "Instagram post of seasonal display", authorName: "@maderetail", date: "1 week ago", authorAvatar: "https://api.dicebear.com/7.x/pixel-art/svg?seed=maderetail"
|
||||
},
|
||||
{
|
||||
id: "insta-6",
|
||||
category: "Modular Systems",
|
||||
title: "FRAME x MADE in Action",
|
||||
excerpt: "See how our modular system transforms retail spaces with flexible and dynamic configurations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-shopping-supermarket_23-2148150037.jpg",
|
||||
imageAlt: "Instagram post of FRAME x MADE system",
|
||||
authorName: "@maderetail",
|
||||
date: "1 week ago",
|
||||
id: "insta-6", category: "Modular Systems", title: "FRAME x MADE in Action", excerpt: "See how our modular system transforms retail spaces with flexible and dynamic configurations.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-shopping-supermarket_23-2148150037.jpg", imageAlt: "Instagram post of FRAME x MADE system", authorName: "@maderetail", date: "1 week ago", authorAvatar: "https://api.dicebear.com/7.x/pixel-art/svg?seed=maderetail"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -449,6 +261,7 @@ export default function LandingPage() {
|
||||
imageAlt="Precision metal fabrication in a workshop setting"
|
||||
mediaAnimation="none"
|
||||
mediaPosition="right"
|
||||
inputs={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -461,19 +274,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/maderetail",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/maderetail", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/maderetail",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/maderetail", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/made-retail-systems",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/made-retail-systems", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user