diff --git a/src/app/pages/partners-builders/page.tsx b/src/app/pages/partners-builders/page.tsx index bd113a5..84adc22 100644 --- a/src/app/pages/partners-builders/page.tsx +++ b/src/app/pages/partners-builders/page.tsx @@ -11,7 +11,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -export default function LandingPage() { +export default function PartnersBuildersPage() { return (
@@ -108,18 +66,9 @@ export default function LandingPage() { title="A Better Way to Build" description="We handle all costings, trade procurement, design, and project documentation. You come on as builder of record, charge a fixed project management fee, and focus on running the site." metrics={[ - { - value: "Fixed", - title: "PM Fee", - }, - { - value: "Zero", - title: "Risk", - }, - { - value: "Direct", - title: "Procurement", - }, + { value: "Fixed", title: "PM Fee" }, + { value: "Zero", title: "Risk" }, + { value: "Direct", title: "Procurement" }, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-photovoltaics-factory-specialist-conducting-experiments-notebook_482257-119173.jpg" mediaAnimation="slide-up" @@ -133,25 +82,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Fee", - title: "No Quoting", - subtitle: "Direct pricing", - description: "We handle all costings. You quote a fixed PM fee based on the timeline. No more pricing ten jobs to win one.", - imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg", + tag: "Fee", title: "No Quoting", subtitle: "Direct pricing", description: "We handle all costings. You quote a fixed PM fee based on the timeline. No more pricing ten jobs to win one.", imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg" }, { - tag: "Risk", - title: "Zero Cost Overrun Risk", - subtitle: "Guaranteed margin", - description: "We manage the budget through BIM. Your PM fee is your profit, guaranteed.", - imageSrc: "http://img.b2bpic.net/free-photo/view-hammer-with-hard-hat-construction_23-2150530727.jpg", + tag: "Risk", title: "Zero Cost Overrun Risk", subtitle: "Guaranteed margin", description: "We manage the budget through BIM. Your PM fee is your profit, guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/view-hammer-with-hard-hat-construction_23-2150530727.jpg" }, { - tag: "Market", - title: "Often More Profitable", - subtitle: "Better ROI", - description: "The fixed PM fee often exceeds traditional margins without the full build risk.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2257.jpg", + tag: "Market", title: "Often More Profitable", subtitle: "Better ROI", description: "The fixed PM fee often exceeds traditional margins without the full build risk.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2257.jpg" }, ]} title="What You Get" @@ -162,9 +99,7 @@ export default function LandingPage() {
@@ -239,21 +137,9 @@ export default function LandingPage() { mediaAnimation="slide-up" faqsAnimation="slide-up" faqs={[ - { - id: "f1", - title: "How is the fee calculated?", - content: "We work with you to establish a market-competitive fixed management fee per project.", - }, - { - id: "f2", - title: "What is the BIM process?", - content: "We build fully digital twins so trade scopes are locked and verified before you break ground.", - }, - { - id: "f3", - title: "Where do you operate?", - content: "We focus on Melbourne's inner east, particularly the City of Boroondara.", - }, + { id: "f1", title: "How is the fee calculated?", content: "We work with you to establish a market-competitive fixed management fee per project." }, + { id: "f2", title: "What is the BIM process?", content: "We build fully digital twins so trade scopes are locked and verified before you break ground." }, + { id: "f3", title: "Where do you operate?", content: "We focus on Melbourne's inner east, particularly the City of Boroondara." }, ]} /> @@ -262,26 +148,13 @@ export default function LandingPage() {