diff --git a/src/app/page.tsx b/src/app/page.tsx index d758218..28b4d80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,7 +157,7 @@ export default function LandingPage() { reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/mother-taking-photo-her-child-christmas_1268-19677.jpg", imageAlt: "Exterior holiday lighting display"}, { id: "p6", brand: "Intimate Gatherings", name: "Cozy Ambiance", price: "Custom Quote", rating: 5, - reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/abstract-circular-neon-lights-background_23-2147815451.jpg", imageAlt: "Romantic garden party with string lights"}, + reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/abstract-circular-neon-lights-background_23-2147815451.jpg", alt: "Romantic garden party with string lights"}, ]} title="A Glimpse of Our Captivating Jobs" description="Browse through our extensive portfolio of past events and imagine the magic we can create for your special occasion." @@ -227,7 +227,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-watch-express-pay_1170-2343.jpg", imageAlt: "Emily R. profile"}, { id: "t5", name: "David K.", role: "Venue Manager", company: "Event Venue Partner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-girl-stands-stairwell_1304-4916.jpg", imageAlt: "David K. profile"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-girl-stands-stairwell_1304-4916.jpg", alt: "David K. profile"}, ]} title="What Our Clients Say About Us" description="Proudly serving Texas for 14 years, our clients' satisfaction and glowing reviews are our greatest reward." @@ -260,8 +260,8 @@ export default function LandingPage() { ); -} \ No newline at end of file +}