diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0b24327..9fee246 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -60,8 +60,8 @@ export default function HomePage() {
@@ -186,22 +200,28 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "Anna Bergmann", role: "Homeowner", company: "Frankfurt", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"
+ },
{
id: "2", name: "Klaus Weber", role: "Interior Architect", company: "Munich Design", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg"
+ },
{
id: "3", name: "Petra Schmidt", role: "Real Estate Developer", company: "Berlin Properties", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg"
+ },
{
id: "4", name: "Thomas Hoffmann", role: "Commercial Contractor", company: "Hamburg Build", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-factory_107420-96555.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-factory_107420-96555.jpg"
+ },
{
id: "5", name: "Ingrid Keller", role: "Homeowner", company: "Cologne", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg"
+ },
{
id: "6", name: "Martin Schneider", role: "Architect", company: "Stuttgart Studios", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg"
+ },
]}
/>
@@ -248,4 +268,4 @@ export default function HomePage() {
);
-}
+}
\ No newline at end of file