Update src/app/page.tsx

This commit is contained in:
2026-05-12 20:19:34 +00:00
parent 9bedaf6457
commit efd3785e31

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
handle: "@smiller", handle: "@smiller",
testimonial: "Excellent service and deep understanding of UK tax laws. Saved us time and money.", testimonial: "Excellent service and deep understanding of UK tax laws. Saved us time and money.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1",
}, },
{ {
name: "James Anderson", name: "James Anderson",
@@ -104,7 +104,7 @@ export default function LandingPage() {
href: "#contact", href: "#contact",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/working-woman-standing-graphics_1150-97.jpg" imageSrc="http://img.b2bpic.net/free-photo/working-woman-standing-graphics_1150-97.jpg?_wi=1"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", src: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg",
@@ -166,7 +166,7 @@ export default function LandingPage() {
icon: Zap, icon: Zap,
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/working-woman-standing-graphics_1150-97.jpg", imageSrc: "http://img.b2bpic.net/free-photo/working-woman-standing-graphics_1150-97.jpg?_wi=2",
imageAlt: "financial data growth charts", imageAlt: "financial data growth charts",
}, },
{ {
@@ -204,7 +204,7 @@ export default function LandingPage() {
icon: Sparkles, icon: Sparkles,
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2",
imageAlt: "financial data growth charts", imageAlt: "financial data growth charts",
}, },
]} ]}