From a08c9dbdfba1c4f8fd07f236fbbdc2e7215808a7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 01:36:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 130 +++++++++++------------------------------------ 1 file changed, 29 insertions(+), 101 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 330a5c8..6e3a3a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
@@ -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" }, ]} /> @@ -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"]} /> @@ -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." />