Update src/app/page.tsx
This commit is contained in:
251
src/app/page.tsx
251
src/app/page.tsx
@@ -32,74 +32,47 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Our Impact",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Our Impact", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Snap Loans Cash"
|
||||
button={{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Apply Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Fast & Easy Loans When You Need Them Most"
|
||||
description="Get approved for personal loans quickly and without hassle. Your financial solution is just a snap away. We provide accessible, transparent, and quick loan solutions to help you navigate financial needs with confidence."
|
||||
kpis={[
|
||||
{
|
||||
value: "98%",
|
||||
label: "Approval Rate",
|
||||
},
|
||||
value: "98%", label: "Approval Rate"},
|
||||
{
|
||||
value: "24h",
|
||||
label: "Average Approval",
|
||||
},
|
||||
value: "24h", label: "Average Approval"},
|
||||
{
|
||||
value: "5-Star",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
value: "5-Star", label: "Customer Rating"},
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Apply Now", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/looking-through-papers_1098-13913.jpg"
|
||||
@@ -107,54 +80,32 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-office-talking-phone_273609-4718.jpg",
|
||||
alt: "Businessman in office talking on phone",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-office-talking-phone_273609-4718.jpg", alt: "Businessman in office talking on phone"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/reading-contracts_1098-13421.jpg",
|
||||
alt: "Reading contracts",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/reading-contracts_1098-13421.jpg", alt: "Reading contracts"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/entrepreneur-analyzing-business-stats-documents_1163-5334.jpg",
|
||||
alt: "Entrepreneur analyzing business stats documents",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/entrepreneur-analyzing-business-stats-documents_1163-5334.jpg", alt: "Entrepreneur analyzing business stats documents"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-man-working-with-digital-tablet-office_1301-7625.jpg",
|
||||
alt: "Handsome young man working with digital tablet in the office.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-man-working-with-digital-tablet-office_1301-7625.jpg", alt: "Handsome young man working with digital tablet in the office."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-proposing-his-girlfriend-video-call-laptop-from-his-office_637285-9583.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-proposing-his-girlfriend-video-call-laptop-from-his-office_637285-9583.jpg", alt: "Happy customer"},
|
||||
]}
|
||||
avatarText="Join 150K+ satisfied clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Quick Approval",
|
||||
type: "text", text: "Quick Approval"},
|
||||
{
|
||||
type: "text-icon", text: "Secure & Private", icon: Shield,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secure & Private",
|
||||
icon: Shield,
|
||||
type: "text", text: "Flexible Terms"},
|
||||
{
|
||||
type: "text-icon", text: "Transparent Fees", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Flexible Terms",
|
||||
},
|
||||
type: "text", text: "24/7 Support"},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Transparent Fees",
|
||||
icon: DollarSign,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Support",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Easy Application",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "Easy Application", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -168,19 +119,13 @@ export default function LandingPage() {
|
||||
description="At Snap Loans Cash, we understand that life throws unexpected challenges. We provide accessible, transparent, and quick loan solutions to help you navigate financial needs with confidence, ensuring a smooth and secure borrowing experience from start to finish."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Quick Approval",
|
||||
description: "Streamlined application for rapid decisions and funds.",
|
||||
icon: Rocket,
|
||||
title: "Quick Approval", description: "Streamlined application for rapid decisions and funds.", icon: Rocket,
|
||||
},
|
||||
{
|
||||
title: "Flexible Terms",
|
||||
description: "Customizable repayment plans to fit your budget.",
|
||||
icon: Shuffle,
|
||||
title: "Flexible Terms", description: "Customizable repayment plans to fit your budget.", icon: Shuffle,
|
||||
},
|
||||
{
|
||||
title: "Secure Process",
|
||||
description: "Your data is protected with industry-leading encryption.",
|
||||
icon: Lock,
|
||||
title: "Secure Process", description: "Your data is protected with industry-leading encryption.", icon: Lock,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-happy-businessmen-reading-email-laptop-office-focus-is-mid-adult-businessman_637285-216.jpg"
|
||||
@@ -196,32 +141,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Instant Decisions",
|
||||
description: "Our advanced system provides rapid loan decisions, often within minutes, so you don't have to wait.",
|
||||
},
|
||||
title: "Instant Decisions", description: "Our advanced system provides rapid loan decisions, often within minutes, so you don't have to wait."},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "No Hidden Fees",
|
||||
description: "We believe in transparency. All fees and terms are clearly outlined upfront, with no surprises.",
|
||||
},
|
||||
title: "No Hidden Fees", description: "We believe in transparency. All fees and terms are clearly outlined upfront, with no surprises."},
|
||||
{
|
||||
icon: Headphones,
|
||||
title: "Personalized Support",
|
||||
description: "Our dedicated team is ready to assist you every step of the way, offering tailored guidance and solutions.",
|
||||
},
|
||||
title: "Personalized Support", description: "Our dedicated team is ready to assist you every step of the way, offering tailored guidance and solutions."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Data Security",
|
||||
description: "Your personal and financial information is protected with state-of-the-art encryption and security protocols.",
|
||||
},
|
||||
title: "Data Security", description: "Your personal and financial information is protected with state-of-the-art encryption and security protocols."},
|
||||
{
|
||||
icon: BarChart2,
|
||||
title: "Improve Your Credit",
|
||||
description: "Timely repayments can help improve your credit score, building a stronger financial future.",
|
||||
},
|
||||
title: "Improve Your Credit", description: "Timely repayments can help improve your credit score, building a stronger financial future."},
|
||||
]}
|
||||
title="Why Choose Snap Loans Cash?"
|
||||
description="Experience a seamless application process, competitive rates, and dedicated support tailored to your unique financial needs. We prioritize your satisfaction and financial well-being."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -232,31 +168,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150K+",
|
||||
title: "Loans Approved",
|
||||
items: [
|
||||
"Helping thousands achieve their goals.",
|
||||
"Consistent growth year over year.",
|
||||
],
|
||||
id: "m1", value: "150K+", title: "Loans Approved", items: [
|
||||
"Helping thousands achieve their goals.", "Consistent growth year over year."],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "95%",
|
||||
title: "Client Satisfaction",
|
||||
items: [
|
||||
"High ratings for our support and process.",
|
||||
"Positive feedback drives our improvements.",
|
||||
],
|
||||
id: "m2", value: "95%", title: "Client Satisfaction", items: [
|
||||
"High ratings for our support and process.", "Positive feedback drives our improvements."],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
title: "Years in Service",
|
||||
items: [
|
||||
"A decade of trusted financial solutions.",
|
||||
"Experienced team dedicated to your success.",
|
||||
],
|
||||
id: "m3", value: "10+", title: "Years in Service", items: [
|
||||
"A decade of trusted financial solutions.", "Experienced team dedicated to your success."],
|
||||
},
|
||||
]}
|
||||
title="Our Impact: Driving Financial Growth"
|
||||
@@ -269,53 +190,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
quote: "Snap Loans Cash provided me with the funds I needed quickly and without any hassle. The process was straightforward, and their support team was incredibly helpful. Highly recommend!",
|
||||
role: "Small Business Owner",
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-having-videoconference_23-2147859216.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
quote: "I was hesitant at first, but Snap Loans Cash made the loan application so easy. I got approved within 24 hours, and the terms were very clear. A fantastic experience overall!",
|
||||
role: "Freelancer",
|
||||
id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-having-videoconference_23-2147859216.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-brunette-woman-laughing-sincerely-striped-background-shorthaired-girl-orange-sweatshirt-smiling-outdoors_197531-29500.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
quote: "Unexpected expenses hit, and Snap Loans Cash was a lifesaver. Their quick service and transparent approach gave me peace of mind. I'm very grateful for their support.",
|
||||
role: "Marketing Specialist",
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/positive-brunette-woman-laughing-sincerely-striped-background-shorthaired-girl-orange-sweatshirt-smiling-outdoors_197531-29500.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-being-passionate-about-playing-bingo_23-2149212496.jpg",
|
||||
imageAlt: "David Kim",
|
||||
quote: "Finding a reliable loan service can be tough, but Snap Loans Cash exceeded my expectations. Professional, efficient, and truly customer-focused. I'll definitely use them again if needed.",
|
||||
role: "Retired Educator",
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/man-being-passionate-about-playing-bingo_23-2149212496.jpg", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2527.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
quote: "The flexible repayment options were a huge plus for me. Snap Loans Cash truly understands individual financial situations and works with you. Excellent service!",
|
||||
role: "Student",
|
||||
id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2527.jpg", imageAlt: "Jessica Lee"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg",
|
||||
imageAlt: "Happy executive looking for information",
|
||||
quote: "I appreciated the clear communication and lack of hidden fees. It's refreshing to work with a company that values honesty and transparency. Truly a five-star experience.",
|
||||
role: "IT Consultant",
|
||||
},
|
||||
id: "6", name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg", imageAlt: "Happy executive looking for information"
|
||||
}
|
||||
]}
|
||||
cardTitle="What Our Clients Say About Us"
|
||||
cardTag="Trusted Feedback"
|
||||
@@ -328,30 +219,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are the eligibility requirements for a loan?",
|
||||
content: "Eligibility typically includes being at least 18 years old, having a stable income, and a valid bank account. Specific requirements may vary based on loan type and amount.",
|
||||
},
|
||||
id: "faq1", title: "What are the eligibility requirements for a loan?", content: "Eligibility typically includes being at least 18 years old, having a stable income, and a valid bank account. Specific requirements may vary based on loan type and amount."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How long does the application process take? వద్ద",
|
||||
content: "Our online application can be completed in just a few minutes. Many applicants receive an instant decision, with funds often disbursed within 24 hours of approval.",
|
||||
},
|
||||
id: "faq2", title: "How long does the application process take? వద్ద", content: "Our online application can be completed in just a few minutes. Many applicants receive an instant decision, with funds often disbursed within 24 hours of approval."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What types of loans do you offer?",
|
||||
content: "We offer a range of personal loans designed to meet various financial needs, including unexpected expenses, home improvements, debt consolidation, and more.",
|
||||
},
|
||||
id: "faq3", title: "What types of loans do you offer?", content: "We offer a range of personal loans designed to meet various financial needs, including unexpected expenses, home improvements, debt consolidation, and more."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can I repay my loan early?",
|
||||
content: "Yes, you can typically repay your loan early without any prepayment penalties. This can help you save on interest and improve your financial standing faster.",
|
||||
},
|
||||
id: "faq4", title: "Can I repay my loan early?", content: "Yes, you can typically repay your loan early without any prepayment penalties. This can help you save on interest and improve your financial standing faster."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "What if I have bad credit?",
|
||||
content: "We work with a variety of financial situations. While good credit can help, we consider many factors beyond just your credit score. We encourage you to apply.",
|
||||
},
|
||||
id: "faq5", title: "What if I have bad credit?", content: "We work with a variety of financial situations. While good credit can help, we consider many factors beyond just your credit score. We encourage you to apply."},
|
||||
]}
|
||||
sideTitle="Common Questions About Snap Loans"
|
||||
sideDescription="Find quick answers to your queries regarding eligibility, application process, repayment, and more. If you can't find what you're looking for, our support team is ready to help."
|
||||
@@ -363,16 +239,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get Started Today"
|
||||
title="Ready for Your Financial Boost?"
|
||||
description="Apply now and get the funds you need, quickly and efficiently. Our friendly team is here to guide you through every step of the process. Your financial solution is just a click away."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Application",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start Your Application", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -385,19 +258,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user