From 8017db547a44429e23b3083dfed63eb053ea7471 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 14:47:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 232 +++++++++++------------------------------------ 1 file changed, 54 insertions(+), 178 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8fc62c..3992755 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,30 +31,18 @@ export default function LandingPage() { @@ -65,13 +53,9 @@ export default function LandingPage() { description="The construction & millwork network. Millwrkr connects professional contractor teams with verified local suppliers and elite craftspeople for seamless project execution." buttons={[ { - text: "Search Products", - href: "#", - }, + text: "Search Products", href: "#"}, { - text: "Find Pros", - href: "#", - }, + text: "Find Pros", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-photo/abstract-technology-background_1048-9652.jpg" imageAlt="architectural lines grid dark blue" @@ -86,59 +70,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Millwork", - name: "Custom Cabinetry", - price: "120+ Providers", - rating: 5, - reviewCount: "500", - imageSrc: "http://img.b2bpic.net/free-photo/man-making-instruments-his-workshop_23-2149018567.jpg", - }, + id: "1", brand: "Millwork", name: "Custom Cabinetry", price: "120+ Providers", rating: 5, + reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/man-making-instruments-his-workshop_23-2149018567.jpg"}, { - id: "2", - brand: "Construction", - name: "Structural Framing", - price: "85+ Providers", - rating: 5, - reviewCount: "320", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-carpentry_23-2148748792.jpg", - }, + id: "2", brand: "Construction", name: "Structural Framing", price: "85+ Providers", rating: 5, + reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/man-working-carpentry_23-2148748792.jpg"}, { - id: "3", - brand: "Finishing", - name: "Architectural Millwork", - price: "210+ Providers", - rating: 5, - reviewCount: "480", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-color-palette-used-by-interior-designer_23-2150334491.jpg", - }, + id: "3", brand: "Finishing", name: "Architectural Millwork", price: "210+ Providers", rating: 5, + reviewCount: "480", imageSrc: "http://img.b2bpic.net/free-photo/close-up-color-palette-used-by-interior-designer_23-2150334491.jpg"}, { - id: "4", - brand: "Material", - name: "Specialty Lumber", - price: "45+ Suppliers", - rating: 5, - reviewCount: "950", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-wood-surface_23-2151327148.jpg", - }, + id: "4", brand: "Material", name: "Specialty Lumber", price: "45+ Suppliers", rating: 5, + reviewCount: "950", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-wood-surface_23-2151327148.jpg"}, { - id: "5", - brand: "Design", - name: "Interior Detailing", - price: "60+ Designers", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/rendering-elegant-neoclassical-interior_23-2151059684.jpg", - }, + id: "5", brand: "Design", name: "Interior Detailing", price: "60+ Designers", rating: 5, + reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/rendering-elegant-neoclassical-interior_23-2151059684.jpg"}, { - id: "6", - brand: "Installation", - name: "Commercial Fit-outs", - price: "30+ Teams", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396662.jpg", - }, + id: "6", brand: "Installation", name: "Commercial Fit-outs", price: "30+ Teams", rating: 5, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396662.jpg"}, ]} title="Browse by Service" description="Explore professional categories matched to your local needs." @@ -153,23 +101,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "01. Post Requirements", - description: "Detail your build needs and project specs to notify relevant network members.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-analyzing-goods-quality-control-report-tablet_482257-84290.jpg", - imageAlt: "tablet interface project planning", - }, + title: "01. Post Requirements", description: "Detail your build needs and project specs to notify relevant network members.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-analyzing-goods-quality-control-report-tablet_482257-84290.jpg", imageAlt: "tablet interface project planning"}, { - title: "02. Match & Connect", - description: "Review bids from local vetted professionals and suppliers instantly.", - imageSrc: "http://img.b2bpic.net/free-photo/mens-shaking-handshake_1134-106.jpg", - imageAlt: "handshake professional construction team", - }, + title: "02. Match & Connect", description: "Review bids from local vetted professionals and suppliers instantly.", imageSrc: "http://img.b2bpic.net/free-photo/mens-shaking-handshake_1134-106.jpg", imageAlt: "handshake professional construction team"}, { - title: "03. Execute & Grow", - description: "Manage project milestones and material logistics in one dashboard.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cad-engineer-using-tablet-app-office-upgrade-turbine-boosting-power-output_482257-132905.jpg", - imageAlt: "project dashboard gantt chart", - }, + title: "03. Execute & Grow", description: "Manage project milestones and material logistics in one dashboard.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cad-engineer-using-tablet-app-office-upgrade-turbine-boosting-power-output_482257-132905.jpg", imageAlt: "project dashboard gantt chart"}, ]} title="How Millwrkr Works" description="One platform to find pros, source materials, and run projects effectively." @@ -179,48 +115,24 @@ export default function LandingPage() {