13 Commits

Author SHA1 Message Date
7f26d31b58 Update src/app/page.tsx 2026-05-25 04:45:30 +00:00
916cb6dff2 Update src/app/page.tsx 2026-05-25 04:40:41 +00:00
b31e28662f Update src/app/page.tsx 2026-05-25 04:28:24 +00:00
f11019eab6 Update src/app/page.tsx 2026-05-25 03:35:37 +00:00
68a322e60e Merge version_4 into main
Merge version_4 into main
2026-05-25 03:23:11 +00:00
e75175a856 Update src/app/page.tsx 2026-05-25 03:23:05 +00:00
d025cf624f Switch to version 2: modified src/app/styles/variables.css 2026-05-25 02:42:01 +00:00
3a13992912 Switch to version 2: modified src/app/page.tsx 2026-05-25 02:42:01 +00:00
6966d7f6cf Merge version_3 into main
Merge version_3 into main
2026-05-25 02:39:22 +00:00
e799bfe12b Update src/app/styles/variables.css 2026-05-25 02:39:19 +00:00
e776c95dda Update src/app/page.tsx 2026-05-25 02:39:18 +00:00
21b6d74a89 Merge version_2 into main
Merge version_2 into main
2026-05-25 02:34:49 +00:00
6a0b06cc8c Merge version_2 into main
Merge version_2 into main
2026-05-25 02:23:31 +00:00

View File

@@ -9,7 +9,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { CheckCircle, ShieldCheck, TrendingUp, UserCheck, Map, Zap, Database } from "lucide-react";
@@ -35,7 +34,6 @@ export default function LandingPage() {
{ name: "Results", id: "metrics" },
{ name: "Process", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
]}
brandName="Amplix "
button={{ text: "Get Leads", href: "#contact" }}
@@ -59,6 +57,8 @@ export default function LandingPage() {
{ text: "See Results", href: "#metrics" },
{ text: "Start Today", href: "#contact" },
]}
buttonClassName="text-white"
buttonTextClassName="text-white"
buttonAnimation="slide-up"
/>
</div>
@@ -71,11 +71,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "15,000+", title: "Leads Generated", description: "High-intent leads delivered monthly", icon: CheckCircle },
{ id: "m2", value: "4.2x", title: "Average ROI", description: "Turning ad spend into revenue", icon: TrendingUp },
{ id: "m2", value: "4.2x", title: "Average ROI", description: "Leads that turn into revenue ", icon: TrendingUp },
{ id: "m3", value: "98%", title: "Lead Quality", description: "Verified through multi-step vetting", icon: ShieldCheck },
]}
title="Proven Performance"
description="Our numbers speak for themselves. We optimize every funnel to maximize your conversion rate."
description="We dont charge retainers for “marketing.”
We get paid when qualified leads actually come in. Simple.
Our system is built to generate consistent inbound leads for service businesses using paid ads, funnels, follow-up systems, and conversion optimization."
/>
</div>
@@ -89,8 +92,8 @@ export default function LandingPage() {
{ title: "Automated Nurture", description: "Seamless email and SMS drip campaigns keep leads warm until handover.", imageSrc: "http://img.b2bpic.net/free-photo/diet-healthy-eating-natural-food_53876-121381.jpg", buttonIcon: Zap },
{ title: "CRM Integration", description: "Direct syncing to your sales stack for real-time lead notification.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-binary-code-sharing-technology-concept_53876-13712.jpg", buttonIcon: Database },
]}
title="Why LeadGenius?"
description="We don't just send traffic; we curate conversations that convert."
title="Why Amplix?"
description="We don't just send traffic; We give you leads that convert without long term contracts and monthly retainers"
/>
</div>
@@ -109,32 +112,17 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Jane Smith", handle: "@janesmith", testimonial: "LeadGenius changed everything. Our sales team went from hunting leads to just closing them.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-caucasian-unshaved-man-eyeglasses-looking-camera-with-sincere-smile-isolated-gray_171337-630.jpg" },
{ id: "1", name: "Jane Smith", handle: "@janesmith", testimonial: "Amplix changed everything. Our sales team went from hunting leads to just closing them.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-caucasian-unshaved-man-eyeglasses-looking-camera-with-sincere-smile-isolated-gray_171337-630.jpg" },
{ id: "2", name: "Mark Johnson", handle: "@markj", testimonial: "The lead quality is light years ahead of any other provider we have used.", imageSrc: "http://img.b2bpic.net/free-photo/skyscraper-view-city-leader-window-frame_1134-1034.jpg" },
{ id: "3", name: "Sarah Lee", handle: "@sarahlee", testimonial: "Finally, a partner that understands true ROI. We are hitting our targets consistently.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1600.jpg" },
{ id: "4", name: "David Brown", handle: "@dbrown", testimonial: "Exceptional communication and even better results. Highly recommended agency.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg" },
{ id: "5", name: "Emma Wilson", handle: "@ewilson", testimonial: "Consistent, reliable, and scalable. Exactly what our startup needed.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg" },
{ id: "5", name: "Emma Wilson", handle: "@ewilson", testimonial: "Consistent, reliable, and scalable. Exactly what our business needed.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg" },
]}
title="Voices of Success"
description="Hear from companies who transformed their sales pipeline with our service."
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
plans={[
{ id: "basic", badge: "Entry", price: "$1,999/mo", subtitle: "Perfect for testing the funnel", features: ["50 Qualified Leads", "Dashboard Access", "Standard Support"], buttons: [{ text: "Select Plan", href: "#contact" }] },
{ id: "pro", badge: "Growth", price: "$4,499/mo", subtitle: "Scale your sales pipeline", features: ["150 Qualified Leads", "Dedicated Account Manager", "Priority Support", "CRM Auto-Sync"], buttons: [{ text: "Select Plan", href: "#contact" }] },
{ id: "enterprise", badge: "Scale", price: "Custom", subtitle: "Volume for market dominance", features: ["500+ Qualified Leads", "Full Strategy Audit", "24/7 Priority Support", "Custom Funnel Build"], buttons: [{ text: "Contact Us", href: "#contact" }] },
]}
title="Transparent Pay-Per-Lead"
description="Choose the volume that fits your sales team's capacity."
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="split"
@@ -158,12 +146,14 @@ export default function LandingPage() {
title="Ready to Scale Your Sales?"
description="Let's discuss your revenue targets and how we can help you hit them. No sales fluff, just results."
buttons={[{ text: "Schedule Consultation", href: "#" }]}
buttonClassName="text-white"
buttonTextClassName="text-white"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="LeadGenius"
logoText=" Amplix"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>