diff --git a/src/app/page.tsx b/src/app/page.tsx
index 82c57cb..7f0ed40 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,38 +45,19 @@ export default function LandingPage() {
@@ -144,25 +106,15 @@ export default function LandingPage() {
author="Sarah Johnson, CEO of TechCorp"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/man-browsing-digital-tablet-office_329181-15802.jpg",
- alt: "Client 1",
- },
+ src: "http://img.b2bpic.net/free-photo/man-browsing-digital-tablet-office_329181-15802.jpg", alt: "Client 1"},
{
- src: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg",
- alt: "Client 2",
- },
+ src: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg", alt: "Client 2"},
{
- src: "http://img.b2bpic.net/free-photo/man-focused-while-working-computer_329181-16283.jpg",
- alt: "Client 3",
- },
+ src: "http://img.b2bpic.net/free-photo/man-focused-while-working-computer_329181-16283.jpg", alt: "Client 3"},
{
- src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
- alt: "Client 4",
- },
+ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Client 4"},
{
- src: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg",
- alt: "Client 5",
- },
+ src: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg", alt: "Client 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -173,16 +125,13 @@ export default function LandingPage() {
@@ -191,13 +140,9 @@ export default function LandingPage() {