Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-21 03:29:07 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}