Update src/app/page.tsx

This commit is contained in:
2026-03-28 13:24:38 +00:00
parent 467c6e072a
commit bbb435e44b

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
href: "#gallery",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=1"
mediaAnimation="slide-up"
/>
</div>
@@ -124,7 +124,7 @@ export default function LandingPage() {
handle: "@customer",
testimonial: "Couldnt recommend this company anymore. They completed all tasks in the timeframe and nothing was too much to ask.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-color-baby-s-room_329181-9327.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-color-baby-s-room_329181-9327.jpg?_wi=1",
},
{
id: "3",
@@ -140,7 +140,7 @@ export default function LandingPage() {
handle: "@customer",
testimonial: "Professional, reliable and kept to the budget that I could afford. I would recommend them for any home improvement project.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg?_wi=1",
},
{
id: "5",
@@ -148,7 +148,7 @@ export default function LandingPage() {
handle: "@customer",
testimonial: "Exceptional attention to detail and a very clean workspace. Highly recommended for any home renovation.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg?_wi=2",
},
]}
showRating={true}
@@ -162,7 +162,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Craftsmanship at its Core"
description="With over 15 years of experience in high-end residential improvements, we treat your home like our own."
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2"
buttons={[
{
text: "Learn More",
@@ -183,22 +183,22 @@ export default function LandingPage() {
{
id: "1",
name: "Paul",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg?_wi=3",
},
{
id: "2",
name: "Isabel",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-color-baby-s-room_329181-9327.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-color-baby-s-room_329181-9327.jpg?_wi=2",
},
{
id: "3",
name: "David",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg?_wi=4",
},
{
id: "4",
name: "Sarah",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-color-baby-s-room_329181-9327.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-color-baby-s-room_329181-9327.jpg?_wi=3",
},
]}
/>