Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-08 01:33:20 +00:00
6 changed files with 1398 additions and 31 deletions

View File

@@ -62,7 +62,7 @@ export default function AboutPage() {
id: "1",
name: "Ken",
role: "Founder & Director",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2",
imageAlt: "Ken, Founder of Startec Construction",
},
]}
@@ -148,7 +148,7 @@ export default function AboutPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=5"
imageAlt="Luxury home interior renovation inspiration"
logoText="Startec Construction Pte Ltd"
copyrightText="© 2024 Startec Construction. All rights reserved. Singapore's Premium Renovation Partner."

View File

@@ -94,7 +94,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=6"
imageAlt="luxury home interior renovation modern design"
logoText="Startec Construction Pte Ltd"
copyrightText="© 2024 Startec Construction. All rights reserved. Singapore's Premium Renovation Partner."

File diff suppressed because it is too large Load Diff

View File

@@ -99,35 +99,35 @@ export default function HomePage() {
id: "1",
title: "HDB Renovation",
tags: ["Popular", "Trusted"],
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=1",
imageAlt: "Modern HDB apartment renovation",
},
{
id: "2",
title: "Condo Renovation",
tags: ["Luxury", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=1",
imageAlt: "Luxury condo interior renovation",
},
{
id: "3",
title: "Kitchen Remodel",
tags: ["Expert", "Design"],
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg?_wi=1",
imageAlt: "Premium kitchen renovation design",
},
{
id: "4",
title: "Bathroom Remodel",
tags: ["Spa-like", "Elegant"],
imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=1",
imageAlt: "Luxury bathroom renovation",
},
{
id: "5",
title: "Carpentry & Built-ins",
tags: ["Custom", "Crafted"],
imageSrc: "http://img.b2bpic.net/free-photo/man-starting-own-small-business-home-workshop_1163-3122.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-starting-own-small-business-home-workshop_1163-3122.jpg?_wi=1",
imageAlt: "Custom carpentry interior design",
},
]}
@@ -150,28 +150,28 @@ export default function HomePage() {
id: "1",
name: "Modern HDB Transformation",
price: "Completed 2024",
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg?_wi=2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=2",
imageAlt: "Luxury bathroom renovation project",
},
]}
@@ -213,7 +213,7 @@ export default function HomePage() {
{
id: "5",
name: "Jessica Lim",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1",
imageAlt: "Jessica Lim",
},
]}
@@ -300,7 +300,7 @@ export default function HomePage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1"
imageAlt="Luxury home interior renovation inspiration"
logoText="Startec Construction Pte Ltd"
copyrightText="© 2024 Startec Construction. All rights reserved. Singapore's Premium Renovation Partner."

View File

@@ -62,42 +62,42 @@ export default function ProjectsPage() {
id: "1",
name: "Modern HDB Transformation",
price: "Completed 2024",
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=5",
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",
imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=5",
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",
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg?_wi=5",
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",
imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=5",
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",
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: "6",
name: "Complete Home Renovation",
price: "Completed 2023",
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3",
imageAlt: "Complete home renovation project",
},
]}
@@ -183,7 +183,7 @@ export default function ProjectsPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=4"
imageAlt="Luxury home interior renovation inspiration"
logoText="Startec Construction Pte Ltd"
copyrightText="© 2024 Startec Construction. All rights reserved. Singapore's Premium Renovation Partner."

View File

@@ -62,35 +62,35 @@ export default function ServicesPage() {
id: "1",
title: "HDB Renovation",
tags: ["Popular", "Trusted"],
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=3",
imageAlt: "Modern HDB apartment renovation",
},
{
id: "2",
title: "Condo Renovation",
tags: ["Luxury", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=3",
imageAlt: "Luxury condo interior renovation",
},
{
id: "3",
title: "Kitchen Remodel",
tags: ["Expert", "Design"],
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg?_wi=3",
imageAlt: "Premium kitchen renovation design",
},
{
id: "4",
title: "Bathroom Remodel",
tags: ["Spa-like", "Elegant"],
imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=3",
imageAlt: "Luxury bathroom renovation",
},
{
id: "5",
title: "Carpentry & Built-ins",
tags: ["Custom", "Crafted"],
imageSrc: "http://img.b2bpic.net/free-photo/man-starting-own-small-business-home-workshop_1163-3122.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-starting-own-small-business-home-workshop_1163-3122.jpg?_wi=2",
imageAlt: "Custom carpentry interior design",
},
]}
@@ -112,28 +112,28 @@ export default function ServicesPage() {
id: "1",
name: "Modern HDB Transformation",
price: "Completed 2024",
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=4",
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",
imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=4",
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",
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg?_wi=4",
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",
imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=4",
imageAlt: "Luxury bathroom renovation project",
},
]}
@@ -161,7 +161,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2"
imageAlt="Luxury home interior renovation modern design"
logoText="Startec Construction Pte Ltd"
copyrightText="© 2024 Startec Construction. All rights reserved. Singapore's Premium Renovation Partner."