Merge version_1 into main #2
183
src/app/page.tsx
183
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() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
]}
|
||||
brandName="LeadFinder SaaS"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/signup",
|
||||
}}
|
||||
text: "Get Started", href: "/signup"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
name: "Starter",
|
||||
price: "$10",
|
||||
buttons: [
|
||||
id: "starter", name: "Starter", price: "$10", buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
},
|
||||
text: "Select Plan"},
|
||||
],
|
||||
features: [
|
||||
"100 Credits/mo",
|
||||
"Basic search",
|
||||
"Limited results",
|
||||
"Basic support",
|
||||
],
|
||||
"100 Credits/mo", "Basic search", "Limited results", "Basic support"],
|
||||
},
|
||||
{
|
||||
id: "growth",
|
||||
name: "Growth",
|
||||
price: "$30",
|
||||
buttons: [
|
||||
id: "growth", name: "Growth", price: "$30", buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
},
|
||||
text: "Select Plan"},
|
||||
],
|
||||
features: [
|
||||
"500 Credits/mo",
|
||||
"100 results/search",
|
||||
"Export to CSV",
|
||||
"Lead lists",
|
||||
],
|
||||
"500 Credits/mo", "100 results/search", "Export to CSV", "Lead lists"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
name: "Pro",
|
||||
price: "$100",
|
||||
buttons: [
|
||||
id: "pro", name: "Pro", price: "$100", buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
},
|
||||
text: "Select Plan"},
|
||||
],
|
||||
features: [
|
||||
"2000 Credits/mo",
|
||||
"Unlimited results",
|
||||
"Export & Organize",
|
||||
"Lead scoring",
|
||||
],
|
||||
"2000 Credits/mo", "Unlimited results", "Export & Organize", "Lead scoring"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Pricing"
|
||||
@@ -182,44 +127,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
handle: "@jdoe",
|
||||
testimonial: "Increased my lead conversion rate by 50% using this tool.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "John Doe", handle: "@jdoe", testimonial: "Increased my lead conversion rate by 50% using this tool.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
handle: "@jsmith",
|
||||
testimonial: "Finally, a tool that actually filters results correctly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-indoors_23-2149915936.jpg",
|
||||
},
|
||||
id: "2", name: "Jane Smith", handle: "@jsmith", testimonial: "Finally, a tool that actually filters results correctly.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-indoors_23-2149915936.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bob Brown",
|
||||
handle: "@bob",
|
||||
testimonial: "Great support, feature updates are consistent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg",
|
||||
},
|
||||
id: "3", name: "Bob Brown", handle: "@bob", testimonial: "Great support, feature updates are consistent.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alice White",
|
||||
handle: "@alice",
|
||||
testimonial: "Best lead discovery tool on the market right now.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/profile-portrait-young-asian-businessman_1262-1572.jpg",
|
||||
},
|
||||
id: "4", name: "Alice White", handle: "@alice", testimonial: "Best lead discovery tool on the market right now.", imageSrc: "http://img.b2bpic.net/free-photo/profile-portrait-young-asian-businessman_1262-1572.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Miller",
|
||||
handle: "@dmiller",
|
||||
testimonial: "The credit system is transparent and saves us a ton of time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "David Miller", handle: "@dmiller", testimonial: "The credit system is transparent and saves us a ton of time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg"},
|
||||
]}
|
||||
title="What users say"
|
||||
description="Join hundreds of successful agencies using our tool to find leads."
|
||||
@@ -230,16 +151,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in touch"
|
||||
title="Ready to scale your business?"
|
||||
description="Have questions? Our support team is ready to assist."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:support@leadfinder.com",
|
||||
},
|
||||
text: "Contact Support", href: "mailto:support@leadfinder.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -248,42 +166,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user