diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7e2b18e..fd3db81 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,14 +32,10 @@ export default function LandingPage() {
@@ -47,15 +43,12 @@ export default function LandingPage() {
@@ -175,16 +145,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1", name: "Sarah W.", role: "Mother of two", testimonial: "My kids can't get enough of the sticker packs!", imageSrc: "http://img.b2bpic.net/free-photo/casual-childhood-lifestyle-activity-text_1134-773.jpg"},
- {
- id: "t2", name: "Mike R.", role: "Teacher", testimonial: "The interactive puzzles are perfect for classroom engagement.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-male-teacher-education-day_23-2150980013.jpg"},
- {
- id: "t3", name: "Jane L.", role: "Parent", testimonial: "Beautifully designed and educational. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-party-front-side-white-background_187299-40046.jpg"},
- {
- id: "t4", name: "Alex K.", role: "Kid fan", testimonial: "The coloring books are so fun and magical!", imageSrc: "http://img.b2bpic.net/free-photo/happy-cartoon-boy-with-big-eyes_1308-171308.jpg"},
- {
- id: "t5", name: "Dana M.", role: "Educator", testimonial: "Little Gemma's makes digital learning accessible and fun.", imageSrc: "http://img.b2bpic.net/free-photo/people-connecting-through-hugging_23-2151012546.jpg"},
+ { id: "t1", name: "Sarah W.", role: "Mother of two", testimonial: "My kids can't get enough of the sticker packs!", imageSrc: "http://img.b2bpic.net/free-photo/casual-childhood-lifestyle-activity-text_1134-773.jpg" },
+ { id: "t2", name: "Mike R.", role: "Teacher", testimonial: "The interactive puzzles are perfect for classroom engagement.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-male-teacher-education-day_23-2150980013.jpg" },
+ { id: "t3", name: "Jane L.", role: "Parent", testimonial: "Beautifully designed and educational. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-party-front-side-white-background_187299-40046.jpg" },
+ { id: "t4", name: "Alex K.", role: "Kid fan", testimonial: "The coloring books are so fun and magical!", imageSrc: "http://img.b2bpic.net/free-photo/happy-cartoon-boy-with-big-eyes_1308-171308.jpg" },
+ { id: "t5", name: "Dana M.", role: "Educator", testimonial: "Little Gemma's makes digital learning accessible and fun.", imageSrc: "http://img.b2bpic.net/free-photo/people-connecting-through-hugging_23-2151012546.jpg" },
]}
title="Happy Adventurers"
description="What our amazing community has to say."
@@ -195,12 +160,9 @@ export default function LandingPage() {