From 294bd59e995ea8ab25a00757c67fb3e38225bdf5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 01:34:16 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 116 ++++++++++------------------------------- 1 file changed, 28 insertions(+), 88 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8d3dc03..c6419c3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -39,9 +39,7 @@ export default function AboutPage() { id: item.id === "/" ? "/" : item.id, }))} button={{ - text: "Get Consultation", - href: "/contact", - }} + text: "Get Consultation", href: "/contact"}} animateOnLoad={true} navItemClassName="text-sm font-medium tracking-wide hover:text-primary-cta transition-colors" buttonClassName="bg-primary-cta hover:bg-opacity-90 text-primary-cta-text" @@ -59,12 +57,7 @@ export default function AboutPage() { tagAnimation="slide-up" members={[ { - id: "1", - name: "Ken", - role: "Founder & Director", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", - imageAlt: "Ken, Founder of Startec Construction", - }, + id: "1", name: "Ken", role: "Founder & Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Ken, Founder of Startec Construction"}, ]} animationType="slide-up" textboxLayout="default" @@ -78,49 +71,25 @@ export default function AboutPage() { Date: Sun, 8 Mar 2026 01:34:17 +0000 Subject: [PATCH 2/2] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 151 +++++++++----------------------------- 1 file changed, 33 insertions(+), 118 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 20821e6..872d6ae 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -39,9 +39,7 @@ export default function ProjectsPage() { id: item.id === "/" ? "/" : item.id, }))} button={{ - text: "Get Consultation", - href: "/contact", - }} + text: "Get Consultation", href: "/contact"}} animateOnLoad={true} navItemClassName="text-sm font-medium tracking-wide hover:text-primary-cta transition-colors" buttonClassName="bg-primary-cta hover:bg-opacity-90 text-primary-cta-text" @@ -59,47 +57,17 @@ export default function ProjectsPage() { tagAnimation="slide-up" products={[ { - id: "1", - name: "Modern HDB Transformation", - price: "Completed 2024", - imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=5", - imageAlt: "Modern HDB renovation project", - }, + id: "1", name: "Modern HDB Transformation", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg", imageAlt: "Modern HDB renovation project"}, { - id: "2", - name: "Luxury Condo Makeover", - price: "Completed 2024", - imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=5", - imageAlt: "Luxury condo renovation project", - }, + id: "2", name: "Luxury Condo Makeover", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg", imageAlt: "Luxury condo renovation project"}, { - id: "3", - name: "Premium Kitchen Suite", - price: "Completed 2023", - imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg?_wi=5", - imageAlt: "Premium kitchen renovation project", - }, + id: "3", name: "Premium Kitchen Suite", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg", imageAlt: "Premium kitchen renovation project"}, { - id: "4", - name: "Spa-Inspired Bathroom", - price: "Completed 2023", - imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=5", - imageAlt: "Luxury bathroom renovation project", - }, + id: "4", name: "Spa-Inspired Bathroom", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg", imageAlt: "Luxury bathroom renovation project"}, { - id: "5", - name: "Custom Carpentry Showcase", - price: "Completed 2024", - imageSrc: "http://img.b2bpic.net/free-photo/man-starting-own-small-business-home-workshop_1163-3122.jpg?_wi=3", - imageAlt: "Custom carpentry project showcase", - }, + id: "5", name: "Custom Carpentry Showcase", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/man-starting-own-small-business-home-workshop_1163-3122.jpg", imageAlt: "Custom carpentry project showcase"}, { - id: "6", - name: "Complete Home Renovation", - price: "Completed 2023", - imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3", - imageAlt: "Complete home renovation project", - }, + id: "6", name: "Complete Home Renovation", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "Complete home renovation project"}, ]} animationType="slide-up" textboxLayout="default" @@ -113,49 +81,25 @@ export default function ProjectsPage() {