diff --git a/src/app/page.tsx b/src/app/page.tsx index 64d3b0c..ed1b317 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,11 +47,14 @@ export default function LandingPage() { background={{ variant: "downward-rays-static" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", alt: "Satisfied customer"}, + src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", alt: "Satisfied customer" + }, { - src: "http://img.b2bpic.net/free-photo/smiley-athletic-woman-stretching-by-beach_23-2148781848.jpg", alt: "Happy guest"}, + src: "http://img.b2bpic.net/free-photo/smiley-athletic-woman-stretching-by-beach_23-2148781848.jpg", alt: "Happy guest" + }, { - src: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg", alt: "Returning visitor"}, + src: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg", alt: "Returning visitor" + }, ]} avatarText="Loved by hundreds of guests" buttons={[ @@ -67,7 +70,8 @@ export default function LandingPage() { ); -} +} \ No newline at end of file