Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 14:55:28 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardDashboard
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
tag="Learn English Words"
tagIcon={BookOpen}
title="Master English Vocabulary with AI"
@@ -152,10 +152,10 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "Emma Johnson", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Emma Johnson" },
{ id: "2", name: "Michael Chen", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Michael Chen" },
{ id: "3", name: "Sofia Rodriguez", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Sofia Rodriguez" },
{ id: "4", name: "James Wilson", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "James Wilson" }
{ id: "1", name: "Emma Johnson", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Emma Johnson" },
{ id: "2", name: "Michael Chen", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Michael Chen" },
{ id: "3", name: "Sofia Rodriguez", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sofia Rodriguez" },
{ id: "4", name: "James Wilson", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "James Wilson" }
]}
cardTitle="Over 10,000 students trust AI Vocabulary Helper to master English words every day"
cardTag="Join our growing community"