diff --git a/src/app/page.tsx b/src/app/page.tsx index 722c3ab..1480bdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Search, Zap, Download } from "lucide-react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -29,23 +30,15 @@ export default function LandingPage() { @@ -55,39 +48,23 @@ export default function LandingPage() { description="Discover local businesses without websites effortlessly. Optimize your outreach with our real-time Google Maps integration and credit-based system." buttons={[ { - text: "Get Started", - href: "/signup", - }, + text: "Get Started", href: "/signup"}, { - text: "Learn More", - href: "#features", - }, + text: "Learn More", href: "#features"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=1", - imageAlt: "Dashboard overview", - }, + imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg", imageAlt: "Dashboard overview"}, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=2", - imageAlt: "Dashboard insights", - }, + imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg", imageAlt: "Dashboard insights"}, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=3", - imageAlt: "Search results", - }, + imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg", imageAlt: "Search results"}, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=4", - imageAlt: "Export feature", - }, + imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg", imageAlt: "Export feature"}, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=5", - imageAlt: "Credit tracking", - }, + imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg", imageAlt: "Credit tracking"}, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=6", - imageAlt: "Lead list", - }, + imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg", imageAlt: "Lead list"}, ]} /> @@ -98,22 +75,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Search", - description: "Find businesses by category and location in real-time with Google Maps.", - imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-coding-notebook-adjusting-power-settings_482257-120677.jpg", - buttonIcon: "Search", + title: "Precision Search", description: "Find businesses by category and location in real-time with Google Maps.", imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-coding-notebook-adjusting-power-settings_482257-120677.jpg", buttonIcon: Search, }, { - title: "Credit System", - description: "Flexible credit management to match your business needs.", - imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-screens_23-2148594381.jpg", - buttonIcon: "Zap", + title: "Credit System", description: "Flexible credit management to match your business needs.", imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-screens_23-2148594381.jpg", buttonIcon: Zap, }, { - title: "Exportable Leads", - description: "Download your leads directly to CSV for your CRM.", - imageSrc: "http://img.b2bpic.net/free-photo/index-work-printout-report-calculator_1232-3837.jpg", - buttonIcon: "Download", + title: "Exportable Leads", description: "Download your leads directly to CSV for your CRM.", imageSrc: "http://img.b2bpic.net/free-photo/index-work-printout-report-calculator_1232-3837.jpg", buttonIcon: Download, }, ]} title="Built for Growth" @@ -123,56 +91,33 @@ export default function LandingPage() {
@@ -248,42 +166,27 @@ export default function LandingPage() {