From 8aac01c51af942a188fdd40926e50435bdf23ffc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 01:23:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f0595b..3058a71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Book a Private Consultation", href: "/pages/book-consultation" }, { text: "See Our Projects", href: "/pages/projects-luxury-custom-homes-kew-melbourne" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg", alt: "Client profile 1" }, @@ -85,7 +85,7 @@ export default function LandingPage() { { title: "Real-time Costing", description: "No surprise budget blowouts; design and costs scale together." }, { title: "Design Integrity", description: "Construction detailing exactly as conceptualized." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862098.jpg" + imageSrc="http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862098.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -97,10 +97,10 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { id: "step-1", title: "Discovery", descriptions: ["Understanding your site, lifestyle, and aesthetic. (2 weeks)"], imageSrc: "http://img.b2bpic.net/free-photo/man-working-architectural-design-office_482257-8108.jpg", imageAlt: "Man working on architectural design at office" }, - { id: "step-2", title: "Concept Design", descriptions: ["Every sketch is priced as it is drawn. No surprises. (6–10 weeks)"], imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg", imageAlt: "Man working on architectural design at office" }, - { id: "step-3", title: "Permits", descriptions: ["We handle all planning and building permits for you. (8–16 weeks)"], imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862098.jpg", imageAlt: "Man working on architectural design at office" }, - { id: "step-4", title: "Construction", descriptions: ["Project management by the team from day one. (14–24 months)"], imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543707.jpg", imageAlt: "Man working on architectural design at office" }, - { id: "step-5", title: "Handover", descriptions: ["Comprehensive warranty and finishes support upon completion."], imageSrc: "http://img.b2bpic.net/free-photo/detail-gothic-architecture-dijon-city_268835-4030.jpg", imageAlt: "Man working on architectural design at office" }, + { id: "step-2", title: "Concept Design", descriptions: ["Every sketch is priced as it is drawn. No surprises. (6–10 weeks)"], imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg?_wi=2", imageAlt: "Man working on architectural design at office" }, + { id: "step-3", title: "Permits", descriptions: ["We handle all planning and building permits for you. (8–16 weeks)"], imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862098.jpg?_wi=2", imageAlt: "Man working on architectural design at office" }, + { id: "step-4", title: "Construction", descriptions: ["Project management by the team from day one. (14–24 months)"], imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543707.jpg?_wi=1", imageAlt: "Man working on architectural design at office" }, + { id: "step-5", title: "Handover", descriptions: ["Comprehensive warranty and finishes support upon completion."], imageSrc: "http://img.b2bpic.net/free-photo/detail-gothic-architecture-dijon-city_268835-4030.jpg?_wi=1", imageAlt: "Man working on architectural design at office" }, ]} title="How Albert Living delivers design-build" description="Our transparent, streamlined five-step process to bring your vision to life." @@ -129,7 +129,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Kew Residence", price: "1,200 sqm", imageSrc: "http://img.b2bpic.net/free-photo/detail-gothic-architecture-dijon-city_268835-4030.jpg" }, + { id: "p1", name: "Kew Residence", price: "1,200 sqm", imageSrc: "http://img.b2bpic.net/free-photo/detail-gothic-architecture-dijon-city_268835-4030.jpg?_wi=2" }, { id: "p2", name: "Hawthorn Modern", price: "850 sqm", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-textured-facade-modern-building_181624-16993.jpg" }, { id: "p3", name: "Toorak Estate", price: "1,400 sqm", imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg" }, ]} @@ -150,7 +150,7 @@ export default function LandingPage() { { title: "Quality First", description: "You prioritize material finish over lowest bid." }, { title: "Location", description: "Melbourne's eastern suburbs." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543707.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543707.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1