Update src/app/page.tsx
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user