Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-01 16:05:16 +00:00

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Services",
id: "features",
},
{
name: "About Us",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Services", id: "features" },
{ name: "About Us", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="FanRemit"
/>
@@ -53,109 +41,38 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="The smarter way to send money home."
description="Send money to your loved ones in Nepal with confidence. Enjoy competitive exchange rates, low fees, and quick delivery—all from the comfort of your home."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg",
imageAlt: "Fintech interface 1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-using-smart-phone-credit-card-while-shopping-internet-night-office_637285-2594.jpg",
imageAlt: "Fintech interface 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/african-american-advisor-reviewing-legal-balance-desk-green-screen_482257-121489.jpg",
imageAlt: "Fintech interface 3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038414.jpg",
imageAlt: "Fintech interface 4",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/customer-marketing-sales-dashboard-graphics-concept_53876-133831.jpg",
imageAlt: "Fintech interface 5",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg", imageAlt: "Fintech interface 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-using-smart-phone-credit-card-while-shopping-internet-night-office_637285-2594.jpg", imageAlt: "Fintech interface 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/african-american-advisor-reviewing-legal-balance-desk-green-screen_482257-121489.jpg", imageAlt: "Fintech interface 3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038414.jpg", imageAlt: "Fintech interface 4" },
{ imageSrc: "http://img.b2bpic.net/free-photo/customer-marketing-sales-dashboard-graphics-concept_53876-133831.jpg", imageAlt: "Fintech interface 5" },
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-vector/flat-onboarding-screen-ui-with-cashback-digital-concept_88138-923.jpg",
imageAlt: "Fintech interface 6",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-collection_23-2148626877.jpg",
imageAlt: "Fintech interface 7",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-running-data-insights-empty-dark-office-late-night_482257-130090.jpg",
imageAlt: "Fintech interface 8",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924167.jpg",
imageAlt: "Fintech interface 9",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461348.jpg",
imageAlt: "Fintech interface 10",
},
]}
buttons={[
{
text: "Send Money Now",
href: "#contact",
},
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-onboarding-screen-ui-with-cashback-digital-concept_88138-923.jpg", imageAlt: "Fintech interface 6" },
{ imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-collection_23-2148626877.jpg", imageAlt: "Fintech interface 7" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-running-data-insights-empty-dark-office-late-night_482257-130090.jpg", imageAlt: "Fintech interface 8" },
{ imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924167.jpg", imageAlt: "Fintech interface 9" },
{ imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461348.jpg", imageAlt: "Fintech interface 10" },
]}
buttons={[{ text: "Send Money Now", href: "#contact" }]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg",
alt: "User 1",
},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg",
alt: "User 2",
},
{
src: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
alt: "User 3",
},
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg",
alt: "User 4",
},
{
src: "http://img.b2bpic.net/free-photo/successful-working-woman-office-manager-suit-cross-arms-chest-looking-with-confidence_1258-117890.jpg",
alt: "User 5",
},
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", alt: "User 1" },
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg", alt: "User 2" },
{ src: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", alt: "User 3" },
{ src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", alt: "User 4" },
{ src: "http://img.b2bpic.net/free-photo/successful-working-woman-office-manager-suit-cross-arms-chest-looking-with-confidence_1258-117890.jpg", alt: "User 5" },
]}
avatarText="Trusted by 5,000+ happy customers"
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-vector/banking-logo-business-template-branding-design-vector_53876-151218.jpg",
alt: "Partner 1",
},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148867612.jpg",
alt: "Partner 2",
},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148865387.jpg",
alt: "Partner 3",
},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/financial-logo-business-template-branding-design-vector_53876-136259.jpg",
alt: "Partner 4",
},
{
type: "text",
text: "Global Remittance Network",
},
{ type: "image", src: "http://img.b2bpic.net/free-vector/banking-logo-business-template-branding-design-vector_53876-151218.jpg", alt: "Partner 1" },
{ type: "image", src: "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148867612.jpg", alt: "Partner 2" },
{ type: "image", src: "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148865387.jpg", alt: "Partner 3" },
{ type: "image", src: "http://img.b2bpic.net/free-vector/financial-logo-business-template-branding-design-vector_53876-136259.jpg", alt: "Partner 4" },
{ type: "text", text: "Global Remittance Network" },
]}
/>
</div>
@@ -166,27 +83,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Fast Transfers",
subtitle: "Within minutes",
category: "Speed",
value: "24/7",
},
{
id: "f2",
title: "Real-Time Tracking",
subtitle: "Stay informed",
category: "Visibility",
value: "Live",
},
{
id: "f3",
title: "Secure & Regulated",
subtitle: "Encrypted",
category: "Safety",
value: "High",
},
{ id: "f1", title: "Fast Transfers", subtitle: "Within minutes", category: "Speed", value: "24/7" },
{ id: "f2", title: "Real-Time Tracking", subtitle: "Stay informed", category: "Visibility", value: "Live" },
{ id: "f3", title: "Secure & Regulated", subtitle: "Encrypted", category: "Safety", value: "High" },
]}
title="Core Benefits"
description="Experience fast, secure, and hassle-free payments with our reliable gateway."
@@ -200,18 +99,9 @@ export default function LandingPage() {
title="About FanRemit"
description="We offer fast, secure, and low-cost money transfers, ensuring seamless cross-border payments and instant customer satisfaction."
bulletPoints={[
{
title: "Low Fees",
description: "Keep more of your money.",
},
{
title: "Live Exchange Rates",
description: "Competitive rates every time.",
},
{
title: "24/7 Support",
description: "Always here to help you.",
},
{ title: "Low Fees", description: "Keep more of your money." },
{ title: "Live Exchange Rates", description: "Competitive rates every time." },
{ title: "24/7 Support", description: "Always here to help you." },
]}
imageSrc="http://img.b2bpic.net/free-photo/coworkers-auditing-payroll-reports_482257-80330.jpg"
mediaAnimation="slide-up"
@@ -224,21 +114,9 @@ export default function LandingPage() {
title="Our Impact"
tag="Reliability"
metrics={[
{
id: "m1",
value: "240+",
description: "Transfers Completed",
},
{
id: "m2",
value: "100%",
description: "Security Rating",
},
{
id: "m3",
value: "24/7",
description: "Dedicated Support",
},
{ id: "m1", value: "240+", description: "Transfers Completed" },
{ id: "m2", value: "100%", description: "Security Rating" },
{ id: "m3", value: "24/7", description: "Dedicated Support" },
]}
metricsAnimation="slide-up"
/>
@@ -249,26 +127,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "s1",
title: "Step 1: Download App",
content: "Get the official FanRemit application from the store.",
},
{
id: "s2",
title: "Step 2: Register Account",
content: "Sign up and verify your identity securely.",
},
{
id: "s3",
title: "Step 3: Add Recipient",
content: "Add your family details safely.",
},
{
id: "s4",
title: "Step 4: Send Money",
content: "Confirm the transaction and send funds.",
},
{ id: "s1", title: "Step 1: Download App", content: "Get the official FanRemit application from the store." },
{ id: "s2", title: "Step 2: Register Account", content: "Sign up and verify your identity securely." },
{ id: "s3", title: "Step 3: Add Recipient", content: "Add your family details safely." },
{ id: "s4", title: "Step 4: Send Money", content: "Confirm the transaction and send funds." },
]}
title="How It Works"
description="Send money to your family in 4 easy steps."
@@ -282,46 +144,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "I love how FanRemit offers better exchange rates than banks.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg",
},
{
id: "2",
name: "Michael C.",
handle: "@mchen",
testimonial: "Fastest way to send money home. The app is incredibly easy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/amazed-businessman-showing-big-object-describe-something-large-looking-excited-standing-whi_1258-112605.jpg",
},
{
id: "3",
name: "Emily R.",
handle: "@erod",
testimonial: "Excellent service and instant updates. Track in real-time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2643.jpg",
},
{
id: "4",
name: "David K.",
handle: "@dkim",
testimonial: "Safe, regulated, and very professional team.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg",
},
{
id: "5",
name: "Anna P.",
handle: "@apark",
testimonial: "Best exchange rates I have found so far.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
},
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "I love how FanRemit offers better exchange rates than banks.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg" },
{ id: "2", name: "Michael C.", handle: "@mchen", testimonial: "Fastest way to send money home. The app is incredibly easy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/amazed-businessman-showing-big-object-describe-something-large-looking-excited-standing-whi_1258-112605.jpg" },
{ id: "3", name: "Emily R.", handle: "@erod", testimonial: "Excellent service and instant updates. Track in real-time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2643.jpg" },
{ id: "4", name: "David K.", handle: "@dkim", testimonial: "Safe, regulated, and very professional team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg" },
{ id: "5", name: "Anna P.", handle: "@apark", testimonial: "Best exchange rates I have found so far.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" },
]}
showRating={true}
title="What They Say"
@@ -331,10 +158,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Contact"
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Send Money With Confidence"
description="Ready to get started? Sign up today and enjoy fast, secure, low-fee money transfers."
buttonText="Register Now"
@@ -348,32 +174,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-vector/banking-logo-business-template-branding-design-vector_53876-136250.jpg"
logoText="FanRemit"
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Terms of Conditions",
href: "#",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Terms of Conditions", href: "#" }, { label: "Privacy Policy", href: "#" }] },
]}
/>
</div>