From 00342be40b88e360166c5dacf5e5c66b7ab6f068 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:43:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 207 ++++++++--------------------------------------- 1 file changed, 33 insertions(+), 174 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e4cb8e..9244289 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,75 +30,30 @@ export default function LandingPage() {
@@ -107,12 +62,7 @@ export default function LandingPage() { @@ -121,21 +71,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Architectural Precision", - description: "Every plank is measured and cut with absolute accuracy.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-overalls-with-tools-background-repair-site-home-renovation-concept_169016-7323.jpg", - }, - { - title: "Licensed & Insured", - description: "Fully compliant and protected for your peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-wood-his-workshop_23-2148640336.jpg", - }, - { - title: "Timeless Aesthetics", - description: "Premium hardwood that ages beautifully with your home.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-activity-table-interior-restaurant_1122-2027.jpg", - }, + { title: "Architectural Precision", description: "Every plank is measured and cut with absolute accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/professional-overalls-with-tools-background-repair-site-home-renovation-concept_169016-7323.jpg" }, + { title: "Licensed & Insured", description: "Fully compliant and protected for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-wood-his-workshop_23-2148640336.jpg" }, + { title: "Timeless Aesthetics", description: "Premium hardwood that ages beautifully with your home.", imageSrc: "http://img.b2bpic.net/free-photo/empty-activity-table-interior-restaurant_1122-2027.jpg" } ]} title="Why Choose Pro Timber" description="We blend architectural precision with luxury materials to redefine spaces." @@ -149,42 +87,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "European Oak", - price: "From $150/sqm", - imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2848.jpg", - }, - { - id: "p2", - name: "Black Butt Select", - price: "From $180/sqm", - imageSrc: "http://img.b2bpic.net/free-photo/dark-rustic-wooden-stage-with-spotlight_84443-82384.jpg", - }, - { - id: "p3", - name: "Walnut Matte", - price: "From $220/sqm", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418579.jpg", - }, - { - id: "p4", - name: "Classic Herringbone", - price: "From $250/sqm", - imageSrc: "http://img.b2bpic.net/free-photo/chevron-wood-texture-warm-parquet-background-modern-interior_169016-68886.jpg", - }, - { - id: "p5", - name: "Light Oak Plank", - price: "From $160/sqm", - imageSrc: "http://img.b2bpic.net/free-photo/wood-pieces-arrangement-atelier_23-2149441911.jpg", - }, - { - id: "p6", - name: "Dark Walnut Luxury", - price: "From $280/sqm", - imageSrc: "http://img.b2bpic.net/free-photo/exotic-hardwood-grain-close-up_84443-73111.jpg", - }, + { id: "p1", name: "European Oak", price: "From $150/sqm", imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2848.jpg" }, + { id: "p2", name: "Black Butt Select", price: "From $180/sqm", imageSrc: "http://img.b2bpic.net/free-photo/dark-rustic-wooden-stage-with-spotlight_84443-82384.jpg" }, + { id: "p3", name: "Walnut Matte", price: "From $220/sqm", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418579.jpg" }, + { id: "p4", name: "Classic Herringbone", price: "From $250/sqm", imageSrc: "http://img.b2bpic.net/free-photo/chevron-wood-texture-warm-parquet-background-modern-interior_169016-68886.jpg" }, + { id: "p5", name: "Light Oak Plank", price: "From $160/sqm", imageSrc: "http://img.b2bpic.net/free-photo/wood-pieces-arrangement-atelier_23-2149441911.jpg" }, + { id: "p6", name: "Dark Walnut Luxury", price: "From $280/sqm", imageSrc: "http://img.b2bpic.net/free-photo/exotic-hardwood-grain-close-up_84443-73111.jpg" } ]} title="Our Signature Timber Range" description="Selected premium hardwoods for the most discerning homeowners." @@ -196,13 +104,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Studio Architecture", - "Modern Build Co", - "Luxury Design Group", - "Elite Renovations", - "The Timber Guild", - "Craftsman Collective", - "Premium Builds PTY", + "Studio Architecture", "Modern Build Co", "Luxury Design Group", "Elite Renovations", "The Timber Guild", "Craftsman Collective", "Premium Builds PTY" ]} title="Trusted by Industry Professionals" description="Collaborating with Melbourne's leading architects and designers." @@ -215,46 +117,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah J.", - handle: "Homeowner", - testimonial: "Exceptional craftsmanship and attention to detail. Highly recommend.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095767.jpg", - }, - { - id: "t2", - name: "Michael B.", - handle: "Architect", - testimonial: "The precision is unmatched. My go-to for luxury projects.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-making-presentation-virtual-classroom_23-2149200220.jpg", - }, - { - id: "t3", - name: "Emily R.", - handle: "Renovation Lead", - testimonial: "Professional, on-time, and stunning finish. Total transformation.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-members-brainstrom-together-informal-meeting_273609-28644.jpg", - }, - { - id: "t4", - name: "David K.", - handle: "Interior Designer", - testimonial: "The timber quality exceeded our client's expectations completely.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-posing-his-desk_23-2148242991.jpg", - }, - { - id: "t5", - name: "Jane P.", - handle: "Homeowner", - testimonial: "Best renovation experience. The floors look magnificent.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-blonde-curly-lady-trendy-silk-black-home-suit-smiles-widely-looks-into-camera-holds-l_197531-33672.jpg", - }, + { id: "t1", name: "Sarah J.", handle: "Homeowner", testimonial: "Exceptional craftsmanship and attention to detail. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095767.jpg" }, + { id: "t2", name: "Michael B.", handle: "Architect", testimonial: "The precision is unmatched. My go-to for luxury projects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-making-presentation-virtual-classroom_23-2149200220.jpg" }, + { id: "t3", name: "Emily R.", handle: "Renovation Lead", testimonial: "Professional, on-time, and stunning finish. Total transformation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-members-brainstrom-together-informal-meeting_273609-28644.jpg" }, + { id: "t4", name: "David K.", handle: "Interior Designer", testimonial: "The timber quality exceeded our client's expectations completely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-posing-his-desk_23-2148242991.jpg" }, + { id: "t5", name: "Jane P.", handle: "Homeowner", testimonial: "Best renovation experience. The floors look magnificent.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-blonde-curly-lady-trendy-silk-black-home-suit-smiles-widely-looks-into-camera-holds-l_197531-33672.jpg" } ]} showRating={true} title="What Our Clients Say" @@ -265,9 +132,7 @@ export default function LandingPage() {