diff --git a/src/app/page.tsx b/src/app/page.tsx
index 972f2e2..e09d88d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,66 +32,27 @@ export default function LandingPage() {
@@ -253,26 +142,11 @@ export default function LandingPage() {
rating={5}
author="Sarah M."
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-glasses_23-2149927582.jpg",
- alt: "Sarah",
- },
- {
- src: "http://img.b2bpic.net/free-photo/woman-sitting-couch_23-2148751504.jpg",
- alt: "Mark",
- },
- {
- src: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg",
- alt: "Emma",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-talking-mobile-phone_171337-3992.jpg",
- alt: "John",
- },
- {
- src: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg",
- alt: "Lisa",
- },
+ { src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-glasses_23-2149927582.jpg", alt: "Sarah" },
+ { src: "http://img.b2bpic.net/free-photo/woman-sitting-couch_23-2148751504.jpg", alt: "Mark" },
+ { src: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg", alt: "Emma" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-talking-mobile-phone_171337-3992.jpg", alt: "John" },
+ { src: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", alt: "Lisa" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -283,21 +157,9 @@ export default function LandingPage() {
@@ -337,29 +185,15 @@ export default function LandingPage() {