From 5cb42881b85e7c115fa074c28efe2e7fc8b53b89 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 11:41:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 134 +++++++++++++++-------------------------------- 1 file changed, 42 insertions(+), 92 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55d6a6f..95dd7d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,56 +30,38 @@ export default function LandingPage() {
@@ -90,18 +72,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "f1", title: "AI Chat Assistant", tags: [ - "AI", "Speaking"], - imageSrc: "http://img.b2bpic.net/free-photo/iron-chemical-element-sign-with-atomic-number-atomic-weight-periodic-table-element_559531-11937.jpg"}, - { - id: "f2", title: "Voice Pronunciation", tags: [ - "Voice", "Training"], - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-emoji-speech-bubble-upset-man_23-2147849480.jpg"}, - { - id: "f3", title: "Gamified Streaks", tags: [ - "Motivation"], - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-time-logos-pack_23-2148953422.jpg"}, + { id: "f1", title: "AI Chat Assistant", tags: ["AI", "Speaking"], imageSrc: "http://img.b2bpic.net/free-photo/iron-chemical-element-sign-with-atomic-number-atomic-weight-periodic-table-element_559531-11937.jpg" }, + { id: "f2", title: "Voice Pronunciation", tags: ["Voice", "Training"], imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-emoji-speech-bubble-upset-man_23-2147849480.jpg" }, + { id: "f3", title: "Gamified Streaks", tags: ["Motivation"], imageSrc: "http://img.b2bpic.net/free-vector/flat-design-time-logos-pack_23-2148953422.jpg" }, ]} title="Everything You Need To Master German" description="Powerful features designed to keep you motivated and speaking fluently in no time." @@ -110,22 +83,15 @@ export default function LandingPage() {
@@ -214,10 +166,8 @@ export default function LandingPage() {