From 3a3662499e258c48aefbd90d5d1736e0dc09cc2d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 01:40:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 +++++++++++------------------------------------ 1 file changed, 42 insertions(+), 143 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b5f16e..4c22675 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,27 +18,22 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -127,20 +86,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Smart Filtering", - description: "We automatically identify businesses that lack a 'website' field in their Google Maps profile.", - imageSrc: "http://img.b2bpic.net/free-photo/looking-through-magnifying-glass-notepad_23-2147662362.jpg", - }, + title: "Smart Filtering", description: "We automatically identify businesses that lack a 'website' field in their Google Maps profile.", imageSrc: "http://img.b2bpic.net/free-photo/looking-through-magnifying-glass-notepad_23-2147662362.jpg"}, { - title: "Direct Contact", - description: "Call or text prospects directly from the search results in just one click.", - imageSrc: "http://img.b2bpic.net/free-vector/travel-onboarding-app-screens-design_23-2148403498.jpg", - }, + title: "Direct Contact", description: "Call or text prospects directly from the search results in just one click.", imageSrc: "http://img.b2bpic.net/free-vector/travel-onboarding-app-screens-design_23-2148403498.jpg"}, { - title: "Speed to Lead", - description: "Get actionable contact information including phone numbers and ratings instantly.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", - }, + title: "Speed to Lead", description: "Get actionable contact information including phone numbers and ratings instantly.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg"}, ]} title="Powerful Lead Search" description="Enter your target city and business type, and our tool connects to Google Maps to find qualified, unserviced leads." @@ -153,21 +103,9 @@ export default function LandingPage() { title="Data Driven Results" tag="Impact" metrics={[ - { - id: "m1", - value: "100k+", - description: "Businesses Scanned", - }, - { - id: "m2", - value: "25k+", - description: "Leads Identified", - }, - { - id: "m3", - value: "5k+", - description: "Successful Outreach", - }, + { id: "m1", value: "100k+", description: "Businesses Scanned" }, + { id: "m2", value: "25k+", description: "Leads Identified" }, + { id: "m3", value: "5k+", description: "Successful Outreach" }, ]} metricsAnimation="slide-up" /> @@ -178,21 +116,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Is the search free?", - content: "We offer a limited free tier to get you started on your outreach.", - }, - { - id: "f2", - title: "Where does the data come from?", - content: "Our engine uses the Google Places API to verify business information in real-time.", - }, - { - id: "f3", - title: "Do I need technical skills?", - content: "No, our interface is built to be used by anyone, even without coding experience.", - }, + { id: "f1", title: "Is the search free?", content: "We offer a limited free tier to get you started on your outreach." }, + { id: "f2", title: "Where does the data come from?", content: "Our engine uses the Google Places API to verify business information in real-time." }, + { id: "f3", title: "Do I need technical skills?", content: "No, our interface is built to be used by anyone, even without coding experience." }, ]} imageSrc="http://img.b2bpic.net/free-photo/call-center-team-leader-supervising-agent-helping-customers_482257-126143.jpg" title="Frequently Asked Questions" @@ -207,12 +133,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "GrowthEngine", - "LeadMax", - "AgencyFocus", - "WebSuccess", - "LocalScale", - ]} + "GrowthEngine", "LeadMax", "AgencyFocus", "WebSuccess", "LocalScale"]} title="Trusted by Agencies" description="Agencies around the globe rely on our insights to scale their client lists." /> @@ -224,16 +145,8 @@ export default function LandingPage() { title="Get Started Today" description="Ready to scale your business outreach? Contact us for custom integration options." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - }, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "email", type: "email", placeholder: "Your Email" }, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212559.jpg" /> @@ -243,29 +156,15 @@ export default function LandingPage() {