From 7b0c88aad746f1b6671e73144090bc5d1ba7e913 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 05:08:10 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 71 ++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 41 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fbc8190..7924a8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,18 +31,13 @@ export default function LandingPage() { @@ -51,8 +46,7 @@ export default function LandingPage() { logoText="Place2Page" description="Turn your Google Maps listing into a professional, SEO-optimized website instantly—no coding, no designers, no headaches. Let AI do the heavy lifting while you focus on your business." buttons={[ - { - text: "Start Free for 30 Days", href: "/payment"}, + { text: "Start Free for 30 Days", href: "/payment" }, ]} slides={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DKQM9lPNI4lPQ9uPYtLimgRQHP/a-futuristic-ai-powered-dashboard-interf-1778205391570-f4e98867.png?_wi=1", imageAlt: "Dashboard preview" }, @@ -65,6 +59,19 @@ export default function LandingPage() { /> +
+ +
+
@@ -132,10 +135,10 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", badge: "Basic", price: "$0/mo", subtitle: "Essential tools for getting started.", features: [ "Basic listing page", "AI content generation", "Standard support" ] + id: "basic", badge: "Basic", price: "$0/mo", subtitle: "Essential tools for getting started.", features: [ "Basic listing page", "AI content generation", "Standard support" ] }, { - id: "core", badge: "Core", price: "$4.99/mo", subtitle: "Enhanced tools for growth.", features: [ "Everything in Basic", "Custom domain support", "Priority support" ] + id: "core", badge: "Core", price: "$4.99/mo", subtitle: "Enhanced tools for growth.", features: [ "Everything in Basic", "Custom domain support", "Priority support" ] }, ]} title="Affordable Plans for Growing Businesses" @@ -148,7 +151,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} names={[ - "Google Maps", "Local SEO", "AI Engine", "Verified Trust", "Mobile First", "Global Reach", "Fast Load"]} + "Google Maps", "Local SEO", "AI Engine", "Verified Trust", "Mobile First", "Global Reach", "Fast Load"]} title="Supporting Your Local Growth" description="Powered by leading tech integrations." /> @@ -169,39 +172,25 @@ export default function LandingPage() { /> -
- -
-