From 50f415fcc0a61087a42efdbaacad56f9907f9c5d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 03:29:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cd3813..d792b3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,13 +115,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Linear Equation Walkthrough", price: "Step-by-Step", variant: "Interactive Solution", imageSrc: "http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402657.jpg", imageAlt: "Step-by-step math problem solving"}, + id: "p1", name: "Linear Equation Walkthrough", price: "Included", variant: "Interactive Solution", imageSrc: "http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402657.jpg", imageAlt: "Step-by-step math problem solving"}, { - id: "p2", name: "Quadratic Roots Solver", price: "Step-by-Step", variant: "Intermediate steps", imageSrc: "http://img.b2bpic.net/free-photo/bullet-journal-ruler-top-view_23-2149740051.jpg", imageAlt: "Intermediate math step explanation"}, + id: "p2", name: "Quadratic Roots Solver", price: "Included", variant: "Intermediate steps", imageSrc: "http://img.b2bpic.net/free-photo/bullet-journal-ruler-top-view_23-2149740051.jpg", imageAlt: "Intermediate math step explanation"}, { - id: "p3", name: "Integration Guided", price: "Step-by-Step", variant: "Deep theory breakdown", imageSrc: "http://img.b2bpic.net/free-photo/school-supplies-white-table_176420-4566.jpg", imageAlt: "detailed solution walkthrough"}, + id: "p3", name: "Integration Guided", price: "Included", variant: "Deep theory breakdown", imageSrc: "http://img.b2bpic.net/free-photo/school-supplies-white-table_176420-4566.jpg", imageAlt: "detailed solution walkthrough"}, { - id: "p4", name: "Matrix Analysis", price: "Step-by-Step", variant: "Visualized steps", imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-different-measurements-notebook_23-2148742356.jpg", imageAlt: "Interactive problem solver"} + id: "p4", name: "Matrix Analysis", price: "Included", variant: "Visualized steps", imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-different-measurements-notebook_23-2148742356.jpg", imageAlt: "Interactive problem solver"} ]} title="Detailed Solution Walkthroughs" description="Explore our new interactive problem-solving system featuring comprehensive step-by-step guidance for every challenge." @@ -231,4 +231,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1