From c94f459651996981a6551aa550750645901293eb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 01:42:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 311 +++++++++-------------------------------------- 1 file changed, 59 insertions(+), 252 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f53da1..07b3460 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,29 +33,17 @@ export default function LandingPage() { @@ -64,51 +52,28 @@ export default function LandingPage() {
@@ -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={[]} /> @@ -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={[]} /> @@ -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"}, ]} />