From 2bfc3e8a06b067b99e1ffc212dae0d0fdeadff01 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 07:30:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 ++++++++--------------------------------------- 1 file changed, 29 insertions(+), 156 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 979223e..9c3111e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,66 +31,33 @@ export default function LandingPage() {
@@ -130,17 +85,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "No manual copywriting", - "No repetitive drafts", - "Zero wasted time", - ], + "No manual copywriting", "No repetitive drafts", "Zero wasted time"], }} positiveCard={{ items: [ - "SEO-optimized keywords", - "Buyer-targeted tone", - "Automated feature highlight", - ], + "SEO-optimized keywords", "Buyer-targeted tone", "Automated feature highlight"], }} title="AI-Powered Listing Excellence" description="Stop staring at blank documents. Our engine writes professional descriptions tailored to your buyer persona." @@ -153,24 +102,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Clock, - title: "Time Saved", - value: "10h/week", - }, - { - id: "m2", - icon: BarChart, - title: "Lead Rate", - value: "40% inc.", - }, - { - id: "m3", - icon: Award, - title: "Satisfaction", - value: "99%", - }, + { id: "m1", icon: Clock, title: "Time Saved", value: "10h/week" }, + { id: "m2", icon: BarChart, title: "Lead Rate", value: "40% inc." }, + { id: "m3", icon: Award, title: "Satisfaction", value: "99%" }, ]} title="Performance at a Glance" description="Measure the impact of your automated marketing strategy." @@ -181,31 +115,11 @@ export default function LandingPage() {