Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-04-13 01:36:58 +00:00
2 changed files with 66 additions and 265 deletions

View File

@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -28,75 +27,33 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Builders",
id: "/pages/partners-builders",
},
{ name: "Home", id: "/" },
{ name: "Builders", id: "/pages/partners-builders" },
]}
brandName="Albert Living"
button={{ text: "Contact", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Architectural Excellence in Kew"
description="Combining development intelligence, construction precision, and design-led execution for limited, high-quality projects."
avatars={[
{
src: "asset://avatar-1",
alt: "Architect 1",
},
{
src: "asset://avatar-2",
alt: "Architect 2",
},
{
src: "asset://avatar-3",
alt: "Architect 3",
},
{
src: "http://img.b2bpic.net/free-photo/modern-minimalist-architecture-with-swimming-pool_23-2151993728.jpg",
alt: "Modern minimalist architecture with a swimming pool",
},
{
src: "http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg",
alt: "Architectural reflection: modern white building and pool",
},
]}
buttons={[
{
text: "View Projects",
href: "#about",
},
{ src: "asset://avatar-1", alt: "Architect 1" },
{ src: "asset://avatar-2", alt: "Architect 2" },
{ src: "asset://avatar-3", alt: "Architect 3" },
{ src: "http://img.b2bpic.net/free-photo/modern-minimalist-architecture-with-swimming-pool_23-2151993728.jpg", alt: "Modern minimalist architecture with a swimming pool" },
{ src: "http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg", alt: "Architectural reflection: modern white building and pool" },
]}
buttons={[{ text: "View Projects", href: "#about" }]}
marqueeItems={[
{
type: "text",
text: "Sustainable Design",
},
{
type: "text",
text: "Precision Engineering",
},
{
type: "text",
text: "Luxury Residential",
},
{
type: "text",
text: "Kew Specialists",
},
{
type: "text",
text: "BIM Integrated",
},
{ type: "text", text: "Sustainable Design" },
{ type: "text", text: "Precision Engineering" },
{ type: "text", text: "Luxury Residential" },
{ type: "text", text: "Kew Specialists" },
{ type: "text", text: "BIM Integrated" },
]}
/>
</div>
@@ -110,24 +67,9 @@ export default function LandingPage() {
title="Meet the Team"
description="The experts behind the planning, design, and site management."
members={[
{
id: "m1",
name: "James Albert",
role: "Founder & Lead Architect",
imageSrc: "http://img.b2bpic.net/free-photo/pc-desk-empty-photovoltaics-factory-monitoring-system-performance-closeup_482257-118100.jpg",
},
{
id: "m2",
name: "Linda Chen",
role: "BIM Manager",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-paraplegia-office-building-solar-powered-prototype_482257-130230.jpg",
},
{
id: "m3",
name: "Tom O'Connor",
role: "Procurement Lead",
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-preparing-visual-preview-clients-pc-close-up_482257-118882.jpg",
},
{ id: "m1", name: "James Albert", role: "Founder & Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/pc-desk-empty-photovoltaics-factory-monitoring-system-performance-closeup_482257-118100.jpg" },
{ id: "m2", name: "Linda Chen", role: "BIM Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-paraplegia-office-building-solar-powered-prototype_482257-130230.jpg" },
{ id: "m3", name: "Tom O'Connor", role: "Procurement Lead", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-preparing-visual-preview-clients-pc-close-up_482257-118882.jpg" },
]}
/>
</div>
@@ -138,13 +80,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted Partners"
description="Collaborating with industry-leading local talent."
names={[
"Melbourne Concrete Co.",
"Interior Finishes PTY",
"Kew Electrical Services",
"Boroondara Joinery",
"Advanced Glass Systems",
]}
names={["Melbourne Concrete Co.", "Interior Finishes PTY", "Kew Electrical Services", "Boroondara Joinery", "Advanced Glass Systems"]}
/>
</div>
@@ -154,37 +90,29 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Featured Developments"
description="A curated selection of our recent architectural projects in Kew."
/>
</div>
<div id="legal" data-section="legal">
<LegalSection />
<div style={{ padding: "40px", textAlign: "center" }}>
<h3>Legal Disclaimers</h3>
<p>All architectural designs and project management fees are subject to contract terms.</p>
</div>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#",
},
{
label: "Projects",
href: "#",
},
title: "Company", items: [
{ label: "About", href: "#" },
{ label: "Projects", href: "#" },
],
},
{
title: "Builders",
items: [
{
label: "Partner With Us",
href: "/pages/partners-builders",
},
],
title: "Builders", items: [{ label: "Partner With Us", href: "/pages/partners-builders" }],
},
]}
logoText="Albert Living"

View File

@@ -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 (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -29,75 +29,33 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Builders",
id: "/pages/partners-builders",
},
{ name: "Home", id: "/" },
{ name: "Builders", id: "/pages/partners-builders" },
]}
brandName="Albert Living"
button={{ text: "Contact", href: "#contact" }}
/>
</div>
<div id="hero-builders" data-section="hero-builders">
<HeroCentered
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Build Prestigious Homes. Earn a Guaranteed Fee. Carry Zero Risk."
description="Albert Living is looking for experienced Melbourne builders to join our partner network for luxury residential projects."
avatars={[
{
src: "asset://avatar-4",
alt: "Builder 1",
},
{
src: "asset://avatar-5",
alt: "Builder 2",
},
{
src: "http://img.b2bpic.net/free-photo/view-stone-building-with-coarse-plaster-surface_23-2148252829.jpg",
alt: "View of stone building with coarse plaster surface",
},
{
src: "http://img.b2bpic.net/free-photo/white-tiled-building-blue-sky_181624-6378.jpg",
alt: "white tiled building under the blue sky",
},
{
src: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-white-columns-ceiling-old-building_181624-7103.jpg",
alt: "Vertical low angle shot of the white columns and the ceiling of an old building",
},
]}
buttons={[
{
text: "Partner With Us",
href: "#contact",
},
{ src: "asset://avatar-4", alt: "Builder 1" },
{ src: "asset://avatar-5", alt: "Builder 2" },
{ src: "http://img.b2bpic.net/free-photo/view-stone-building-with-coarse-plaster-surface_23-2148252829.jpg", alt: "View of stone building with coarse plaster surface" },
{ src: "http://img.b2bpic.net/free-photo/white-tiled-building-blue-sky_181624-6378.jpg", alt: "white tiled building under the blue sky" },
{ src: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-white-columns-ceiling-old-building_181624-7103.jpg", alt: "Vertical low angle shot of the white columns and the ceiling of an old building" },
]}
buttons={[{ text: "Partner With Us", href: "#contact" }]}
marqueeItems={[
{
type: "text",
text: "Fixed Project Fee",
},
{
type: "text",
text: "No Cost Overruns",
},
{
type: "text",
text: "Full Documentation",
},
{
type: "text",
text: "Seamless Procurement",
},
{
type: "text",
text: "Zero Financial Risk",
},
{ type: "text", text: "Fixed Project Fee" },
{ type: "text", text: "No Cost Overruns" },
{ type: "text", text: "Full Documentation" },
{ type: "text", text: "Seamless Procurement" },
{ type: "text", text: "Zero Financial Risk" },
]}
/>
</div>
@@ -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() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact"
title="Ready to Talk?"
description="We have projects starting soon across Melbourne's inner east. Fill out the form and we'll be in touch within 24 hours."
@@ -179,52 +114,15 @@ export default function LandingPage() {
title="Builder Perspectives"
description="Hear from our partners about the Albert Living experience."
kpiItems={[
{
value: "100%",
label: "Retention",
},
{
value: "50+",
label: "Projects",
},
{
value: "Zero",
label: "Disputes",
},
{ value: "100%", label: "Retention" },
{ value: "50+", label: "Projects" },
{ value: "Zero", label: "Disputes" },
]}
testimonials={[
{
id: "t1",
name: "Mark Wilson",
role: "Site Manager",
company: "Wilson Built",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/uniform-construction-tools-wooden-table-top-view_169016-24245.jpg",
},
{
id: "t2",
name: "Sarah Jenkins",
role: "Director",
company: "Apex Con",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-work-tools-wood_329181-3491.jpg",
},
{
id: "t3",
name: "David Thorne",
role: "Lead Builder",
company: "Thorne Luxury",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/notebook-near-construction-supplies_23-2147785580.jpg",
},
{
id: "t4",
name: "Elena Rossi",
role: "Construction Lead",
company: "Rossi Interiors",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad_23-2147813126.jpg",
},
{ id: "t1", name: "Mark Wilson", role: "Site Manager", company: "Wilson Built", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/uniform-construction-tools-wooden-table-top-view_169016-24245.jpg" },
{ id: "t2", name: "Sarah Jenkins", role: "Director", company: "Apex Con", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-work-tools-wood_329181-3491.jpg" },
{ id: "t3", name: "David Thorne", role: "Lead Builder", company: "Thorne Luxury", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/notebook-near-construction-supplies_23-2147785580.jpg" },
{ id: "t4", name: "Elena Rossi", role: "Construction Lead", company: "Rossi Interiors", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad_23-2147813126.jpg" },
]}
/>
</div>
@@ -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." },
]}
/>
</div>
@@ -262,26 +148,13 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#",
},
{
label: "Projects",
href: "#",
},
title: "Company", items: [
{ label: "About", href: "#" },
{ label: "Projects", href: "#" },
],
},
{
title: "Builders",
items: [
{
label: "Partner With Us",
href: "/pages/partners-builders",
},
],
title: "Builders", items: [{ label: "Partner With Us", href: "/pages/partners-builders" }],
},
]}
logoText="Albert Living"