From 80c8866217ca6264ab60632e9c05aa69cd7ce195 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 14:08:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44e25cc..0838b03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,8 +107,7 @@ export default function LandingPage() { icon: CheckCircle, text: "Optimized for performance"}, ], - reverse: false, - imageAlt: "no-code workflow builder UI orange" + reverse: false }, { title: "Intuitive UI Layouts", description: "Instantly create responsive and visually stunning user interfaces tailored to your platform's design system.", media: { @@ -124,8 +123,7 @@ export default function LandingPage() { icon: CheckCircle, text: "Customizable visual themes"}, ], - reverse: true, - imageAlt: "no-code workflow builder UI orange" + reverse: true }, { title: "Smart Logic Schemas", description: "Axiom AI designs optimized database schemas and robust API connections based on your application's context.", media: { @@ -141,9 +139,8 @@ export default function LandingPage() { icon: CheckCircle, text: "Scalable data architecture"}, ], - reverse: false, - imageAlt: "no-code workflow builder UI orange" - }, + reverse: false + } ]} title="Unleash Your Creative Power" description="Axiom AI’s powerful engine provides intelligent automation across your entire development lifecycle, enabling unprecedented speed and precision for all creators." -- 2.49.1