Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25a81bc656 | |||
| 9f8ddd404a | |||
| 3340a727f0 | |||
| b48c708c7c | |||
| 0912cc6d4d | |||
| 59e42fece5 | |||
| ff5b85a6f5 | |||
| b5b8c056a4 |
478
src/app/page.tsx
478
src/app/page.tsx
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Thuis", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Over Ons", id: "#about"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "#solutions",
|
||||
},
|
||||
name: "Oplossingen", id: "#solutions"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Producten", id: "#products"},
|
||||
{
|
||||
name: "Impact",
|
||||
id: "#impact",
|
||||
},
|
||||
name: "Impact", id: "#impact"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Getuigenissen", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "Veelgestelde Vragen", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"}
|
||||
]}
|
||||
brandName="Slim Lease"
|
||||
/>
|
||||
@@ -74,109 +58,61 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
title="Business loans and vehicle leasing, simplified"
|
||||
description="Slim Lease connects you with competitive bank loan offers and flexible leasing solutions tailored for your business. Get approved faster, compare rates instantly, and grow your fleet without the complexity."
|
||||
variant: "radial-gradient"}}
|
||||
title="Zakelijke leningen en voertuigleasing, vereenvoudigd"
|
||||
description="Slim Lease verbindt u met concurrerende bankleningen en flexibele leaseoplossingen, afgestemd op uw bedrijf. Sneller goedgekeurd worden, direct tarieven vergelijken en uw wagenpark uitbreiden zonder de complexiteit."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "@TechSolutions",
|
||||
testimonial: "Slim Lease revolutionized how we approach financing. Their platform quickly found us the perfect loan for our expansion, saving us weeks of searching. Truly simplified!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
name: "Sarah Chen", handle: "@TechSolutions", testimonial: "Slim Lease revolutioneerde onze financieringsaanpak. Hun platform vond snel de perfecte lening voor onze uitbreiding, waardoor we weken zoeken bespaarden. Werkelijk vereenvoudigd!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
name: "Michael Rodriguez",
|
||||
handle: "@FleetPro",
|
||||
testimonial: "Managing our vehicle fleet was always a headache until Slim Lease. Their leasing options were flexible, and the process was incredibly straightforward. Highly recommend for any business with vehicles!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg",
|
||||
imageAlt: "Michael Rodriguez",
|
||||
},
|
||||
name: "Michael Rodriguez", handle: "@FleetPro", testimonial: "Het beheren van ons wagenpark was altijd een hoofdpijndossier tot Slim Lease. Hun leaseopties waren flexibel en het proces was ongelooflijk eenvoudig. Sterk aanbevolen voor elk bedrijf met voertuigen!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", imageAlt: "Michael Rodriguez"},
|
||||
{
|
||||
name: "Emily Johnson",
|
||||
handle: "@InnovateCo",
|
||||
testimonial: "As a growing startup, fast access to capital is crucial. Slim Lease delivered, connecting us with multiple competitive bank offers. Their service is a game-changer for B2B finance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12801.jpg",
|
||||
imageAlt: "Emily Johnson",
|
||||
},
|
||||
name: "Emily Johnson", handle: "@InnovateCo", testimonial: "Als groeiende startup is snelle toegang tot kapitaal cruciaal. Slim Lease leverde, door ons te verbinden met meerdere concurrerende bankaanbiedingen. Hun service is een gamechanger voor B2B-financiering.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12801.jpg", imageAlt: "Emily Johnson"},
|
||||
{
|
||||
name: "David Lee",
|
||||
handle: "@LogisticsMasters",
|
||||
testimonial: "We needed to upgrade our fleet quickly. Slim Lease made it incredibly easy to compare various leasing deals, ensuring we got the best terms without any hassle. Fantastic platform!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg",
|
||||
imageAlt: "David Lee",
|
||||
},
|
||||
name: "David Lee", handle: "@LogisticsMasters", testimonial: "We moesten ons wagenpark snel upgraden. Slim Lease maakte het ongelofelijk eenvoudig om verschillende lease deals te vergelijken, zodat we zonder gedoe de beste voorwaarden kregen. Fantastisch platform!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg", imageAlt: "David Lee"},
|
||||
{
|
||||
name: "Olivia Smith",
|
||||
handle: "@GrowthCapital",
|
||||
testimonial: "Finding the right business loan used to be a fragmented nightmare. Slim Lease streamlined the entire process, providing transparent comparisons and expert support. It's truly 'financing, simplified.'",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-cup-coffee_23-2149330971.jpg",
|
||||
imageAlt: "Olivia Smith",
|
||||
},
|
||||
name: "Olivia Smith", handle: "@GrowthCapital", testimonial: "Het vinden van de juiste zakelijke lening was vroeger een gefragmenteerde nachtmerrie. Slim Lease stroomlijnde het hele proces en bood transparante vergelijkingen en deskundige ondersteuning. Het is echt 'financiering, vereenvoudigd'.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-cup-coffee_23-2149330971.jpg", imageAlt: "Olivia Smith"}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Quote Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Vraag Vandaag Nog Uw Offerte Aan", href: "#contact"}
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg",
|
||||
alt: "Finance Director",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", alt: "Finance Director"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-employee-making-coffee_23-2148366606.jpg",
|
||||
alt: "Small Business Owner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-employee-making-coffee_23-2148366606.jpg", alt: "Small Business Owner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg",
|
||||
alt: "Operations Manager",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg", alt: "Operations Manager"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg",
|
||||
alt: "Executive",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg", alt: "Executive"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
||||
alt: "Confident Business Leader",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", alt: "Confident Business Leader"}
|
||||
]}
|
||||
avatarText="Join 1000+ happy businesses"
|
||||
avatarText="Sluit u aan bij 1000+ tevreden bedrijven"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145116.jpg"
|
||||
imageAlt="Financial dashboard for business loans and vehicle leasing"
|
||||
imageAlt="Financieel dashboard voor zakelijke leningen en voertuigleasing"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secure & Transparent",
|
||||
icon: Shield,
|
||||
type: "text-icon", text: "Veilig & Transparant", icon: Shield
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Grow Your Business",
|
||||
icon: LineChart,
|
||||
type: "text-icon", text: "Groei Uw Bedrijf", icon: LineChart
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fleet Solutions",
|
||||
icon: Car,
|
||||
type: "text-icon", text: "Wagenpark Oplossingen", icon: Car
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Best Rates Guaranteed",
|
||||
icon: Diamond,
|
||||
type: "text-icon", text: "Beste Tarieven Gegarandeerd", icon: Diamond
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Approvals",
|
||||
icon: Rocket,
|
||||
},
|
||||
type: "text-icon", text: "Snelle Goedkeuringen", icon: Rocket
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -184,13 +120,13 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="About Us"
|
||||
title="Your Partner in Flexible Business Financing"
|
||||
description="At Slim Lease, we understand the complexities businesses face in securing capital and managing fleet vehicles. Our platform eliminates the fragmentation of traditional loan processes, bringing together diverse bank offers and leasing options under one roof."
|
||||
subdescription="We empower small to midsized businesses and fleet managers to make informed financial decisions, ensuring they get the most competitive rates and terms with minimal administrative burden. Grow your business with confidence and ease."
|
||||
tag="Over Ons"
|
||||
title="Uw Partner in Flexibele Bedrijfsfinanciering"
|
||||
description="Bij Slim Lease begrijpen we de complexiteit waarmee bedrijven worden geconfronteerd bij het verkrijgen van kapitaal en het beheren van bedrijfsvoertuigen. Ons platform elimineert de versnippering van traditionele leningprocessen en brengt diverse bankaanbiedingen en leaseopties onder één dak samen."
|
||||
subdescription="Wij stellen kleine tot middelgrote bedrijven en wagenparkbeheerders in staat om weloverwogen financiële beslissingen te nemen, zodat zij de meest concurrerende tarieven en voorwaarden krijgen met minimale administratieve lasten. Laat uw bedrijf groeien met vertrouwen en gemak."
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-assets-business-management-system-concept_53876-133814.jpg"
|
||||
imageAlt="Abstract illustration of streamlined financial processes"
|
||||
imageAlt="Abstracte illustratie van gestroomlijnde financiële processen"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -202,45 +138,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Instant Offer Comparisons",
|
||||
author: "Slim Lease",
|
||||
description: "Compare multiple bank loan and leasing offers side-by-side in real-time, ensuring you always get the best rates tailored for your business needs.",
|
||||
tags: [
|
||||
"Speed",
|
||||
"Transparency",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-with-futuristic-interface_23-2151966727.jpg",
|
||||
imageAlt: "Instant Offer Comparisons icon",
|
||||
},
|
||||
id: "f1", title: "Directe Offertevergelijkingen", author: "Slim Lease", description: "Vergelijk meerdere banklening- en leaseaanbiedingen in realtime naast elkaar, zodat u altijd de beste tarieven krijgt die zijn afgestemd op uw zakelijke behoeften.", tags: [
|
||||
"Snelheid", "Transparantie"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-with-futuristic-interface_23-2151966727.jpg", imageAlt: "Pictogram voor directe offertevergelijkingen"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Flexible Leasing Options",
|
||||
author: "Slim Lease",
|
||||
description: "From single vehicle leases to full fleet management, find flexible solutions that adapt to your operational demands and budget constraints.",
|
||||
tags: [
|
||||
"Flexibility",
|
||||
"Efficiency",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-moving-dollar-symbols_1156-289.jpg",
|
||||
imageAlt: "Flexible Leasing Options icon",
|
||||
},
|
||||
id: "f2", title: "Flexibele Leaseopties", author: "Slim Lease", description: "Van lease voor één voertuig tot volledig wagenparkbeheer, vind flexibele oplossingen die zich aanpassen aan uw operationele eisen en budgetbeperkingen.", tags: [
|
||||
"Flexibiliteit", "Efficiëntie"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-moving-dollar-symbols_1156-289.jpg", imageAlt: "Pictogram voor flexibele leaseopties"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Dedicated Support & Guidance",
|
||||
author: "Slim Lease",
|
||||
description: "Our team of finance experts provides personalized support throughout your application process, from initial quote to final approval and beyond.",
|
||||
tags: [
|
||||
"Expertise",
|
||||
"Support",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-designs-collection_1209-86.jpg",
|
||||
imageAlt: "Dedicated Support & Guidance icon",
|
||||
},
|
||||
id: "f3", title: "Toegewijde Ondersteuning & Begeleiding", author: "Slim Lease", description: "Ons team van financiële experts biedt persoonlijke ondersteuning gedurende uw aanvraagproces, van de initiële offerte tot de definitieve goedkeuring en verder.", tags: [
|
||||
"Expertise", "Ondersteuning"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-designs-collection_1209-86.jpg", imageAlt: "Pictogram voor toegewijde ondersteuning en begeleiding"}
|
||||
]}
|
||||
title="Streamlined Financing & Fleet Management"
|
||||
description="Access a comprehensive suite of financial services designed to accelerate your business growth and optimize operational efficiency."
|
||||
tag="Our Solutions"
|
||||
title="Gestroomlijnde Financiering & Wagenparkbeheer"
|
||||
description="Krijg toegang tot een uitgebreide reeks financiële diensten die zijn ontworpen om de groei van uw bedrijf te versnellen en de operationele efficiëntie te optimaliseren."
|
||||
tag="Onze Oplossingen"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -252,75 +164,36 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Business Term Loans",
|
||||
price: "Competitive Rates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finance-business-accounting-analysis-management-concept_53876-15817.jpg",
|
||||
imageAlt: "Illustration of secured business loan",
|
||||
},
|
||||
id: "p1", name: "Zakelijke Termijnleningen", price: "Concurrerende Tarieven", imageSrc: "http://img.b2bpic.net/free-photo/finance-business-accounting-analysis-management-concept_53876-15817.jpg", imageAlt: "Illustratie van een gedekte zakelijke lening"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Flexible Lines of Credit",
|
||||
price: "Tailored Limits",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/payment-pay-retail-tracnsaction-cost-concept_53876-120665.jpg",
|
||||
imageAlt: "Illustration of flexible line of credit",
|
||||
},
|
||||
id: "p2", name: "Flexibele Kredietlijnen", price: "Op Maat Gemaakte Limieten", imageSrc: "http://img.b2bpic.net/free-photo/payment-pay-retail-tracnsaction-cost-concept_53876-120665.jpg", imageAlt: "Illustratie van een flexibele kredietlijn"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Equipment Leasing",
|
||||
price: "New & Used Assets",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-spiral-diary-near-wooden-blocks-with-property-tax-text-isolated-white-background_23-2148183087.jpg",
|
||||
imageAlt: "Illustration of equipment leasing",
|
||||
},
|
||||
id: "p3", name: "Leasing van Apparatuur", price: "Nieuwe & Gebruikte Activa", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spiral-diary-near-wooden-blocks-with-property-tax-text-isolated-white-background_23-2148183087.jpg", imageAlt: "Illustratie van apparatuurleasing"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Fleet Vehicle Leasing",
|
||||
price: "Custom Fleet Plans",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662937.jpg",
|
||||
imageAlt: "Illustration of fleet vehicle leasing",
|
||||
},
|
||||
id: "p4", name: "Wagenpark Leasing", price: "Aangepaste Wagenparkplannen", imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662937.jpg", imageAlt: "Illustratie van wagenpark leasing"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "SBA Loan Programs",
|
||||
price: "Government Backed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-success-teamwork-concept-with-wooden-figures-people-cubes-side-view_176474-9269.jpg",
|
||||
imageAlt: "Illustration of SBA loan",
|
||||
},
|
||||
id: "p5", name: "SBA Leningprogramma's", price: "Overheidsondersteund", imageSrc: "http://img.b2bpic.net/free-photo/business-success-teamwork-concept-with-wooden-figures-people-cubes-side-view_176474-9269.jpg", imageAlt: "Illustratie van SBA lening"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Invoice Financing",
|
||||
price: "Unlock Receivables",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charts-finance-text-white-background_23-2148305954.jpg",
|
||||
imageAlt: "Illustration of invoice financing",
|
||||
},
|
||||
id: "p6", name: "Factuurfinanciering", price: "Ontgrendel Vorderingen", imageSrc: "http://img.b2bpic.net/free-photo/charts-finance-text-white-background_23-2148305954.jpg", imageAlt: "Illustratie van factuurfinanciering"}
|
||||
]}
|
||||
title="Tailored Financing Options"
|
||||
description="Explore our diverse range of financing products, connecting you with the best bank loans and vehicle leasing solutions on the market."
|
||||
tag="Our Products"
|
||||
title="Financieringsopties op Maat"
|
||||
description="Ontdek ons diverse aanbod van financieringsproducten, die u verbinden met de beste bankleningen en voertuigleasingoplossingen op de markt."
|
||||
tag="Onze Producten"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="impact" data-section="impact">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="Driving Business Growth, Together"
|
||||
tag="Our Impact"
|
||||
title="Samen de Bedrijfsgroei Stimuleren"
|
||||
tag="Onze Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500M+",
|
||||
description: "Financing Secured",
|
||||
},
|
||||
id: "m1", value: "500M+", description: "Verzekerde Financiering"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10K+",
|
||||
description: "Businesses Empowered",
|
||||
},
|
||||
id: "m2", value: "10K+", description: "Bedrijven Gesterkt"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "95%",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
id: "m3", value: "95%", description: "Klanttevredenheid"}
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -334,54 +207,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jennifer L.",
|
||||
role: "Owner",
|
||||
company: "Elite Manufacturing",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg",
|
||||
imageAlt: "Jennifer L.",
|
||||
},
|
||||
id: "t1", name: "Jennifer L.", role: "Eigenaar", company: "Elite Productie", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg", imageAlt: "Jennifer L."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
role: "Director",
|
||||
company: "Global Logistics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-manager-ceo-holding-tablet-walking-through-warehouse-storage-area-looking-towards-shelves_342744-1499.jpg",
|
||||
imageAlt: "Mark D.",
|
||||
},
|
||||
id: "t2", name: "Mark D.", role: "Directeur", company: "Wereldwijde Logistiek", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-manager-ceo-holding-tablet-walking-through-warehouse-storage-area-looking-towards-shelves_342744-1499.jpg", imageAlt: "Mark D."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia G.",
|
||||
role: "CEO",
|
||||
company: "Innovate AI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13685.jpg",
|
||||
imageAlt: "Sophia G.",
|
||||
},
|
||||
id: "t3", name: "Sophia G.", role: "CEO", company: "Innovate AI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13685.jpg", imageAlt: "Sophia G."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Robert B.",
|
||||
role: "Founder",
|
||||
company: "Apex Construction",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-male-carpenter-wearing-safety-glasses-standing-with-her-arms-crossed_23-2147944879.jpg",
|
||||
imageAlt: "Robert B.",
|
||||
},
|
||||
id: "t4", name: "Robert B.", role: "Oprichter", company: "Apex Bouw", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-male-carpenter-wearing-safety-glasses-standing-with-her-arms-crossed_23-2147944879.jpg", imageAlt: "Robert B."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Laura P.",
|
||||
role: "Manager",
|
||||
company: "Synergy Marketing",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-painter-studio-using-watercolor-his-art_23-2150213621.jpg",
|
||||
imageAlt: "Laura P.",
|
||||
},
|
||||
id: "t5", name: "Laura P.", role: "Manager", company: "Synergie Marketing", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-painter-studio-using-watercolor-his-art_23-2150213621.jpg", imageAlt: "Laura P."}
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from business owners and fleet managers who have transformed their financing processes with Slim Lease."
|
||||
tag="Success Stories"
|
||||
title="Wat Onze Klanten Zeggen"
|
||||
description="Hoor rechtstreeks van bedrijfseigenaren en wagenparkbeheerders die hun financieringsprocessen hebben getransformeerd met Slim Lease."
|
||||
tag="Succesverhalen"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -391,39 +234,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What types of businesses does Slim Lease serve?",
|
||||
content: "Slim Lease specializes in connecting small to midsized businesses (SMBs) with various financial solutions, including startups, growing companies, and established enterprises across diverse industries.",
|
||||
},
|
||||
id: "faq1", title: "Welke soorten bedrijven bedient Slim Lease?", content: "Slim Lease specialiseert zich in het verbinden van kleine tot middelgrote bedrijven (MKB) met diverse financiële oplossingen, waaronder startups, groeiende bedrijven en gevestigde ondernemingen in verschillende sectoren."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How quickly can I get a loan offer?",
|
||||
content: "Our platform is designed for efficiency. After submitting your application, you can expect to receive competitive loan and leasing offers within 24-48 hours, often even faster.",
|
||||
},
|
||||
id: "faq2", title: "Hoe snel kan ik een leningaanbod krijgen?", content: "Ons platform is ontworpen voor efficiëntie. Na het indienen van uw aanvraag kunt u binnen 24-48 uur concurrerende lening- en leaseaanbiedingen verwachten, vaak zelfs sneller."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Is there a fee for using Slim Lease?",
|
||||
content: "No, Slim Lease operates as a marketplace. Our core service of connecting you with loan and leasing offers is free. We earn a commission from our lending partners when a deal is successfully closed.",
|
||||
},
|
||||
id: "faq3", title: "Zijn er kosten verbonden aan het gebruik van Slim Lease?", content: "Nee, Slim Lease werkt als een marktplaats. Onze kerndienst om u te verbinden met lening- en leaseaanbiedingen is gratis. Wij verdienen een commissie van onze kredietpartners wanneer een deal succesvol wordt afgesloten."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What information do I need to apply?",
|
||||
content: "Typically, you'll need basic business information, financial statements (e.g., profit & loss, balance sheets), bank statements, and details about your financing needs or vehicles you wish to lease.",
|
||||
},
|
||||
id: "faq4", title: "Welke informatie heb ik nodig om een aanvraag in te dienen?", content: "Doorgaans heeft u basisbedrijfsinformatie, financiële overzichten (bijv. winst- en verliesrekening, balansen), bankafschriften en details over uw financieringsbehoeften of voertuigen die u wilt leasen nodig."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Can I apply for both a loan and vehicle leasing at once?",
|
||||
content: "Yes, our platform is designed to streamline both processes. You can specify your interest in both business loans and vehicle leasing, and we'll match you with relevant offers for both categories.",
|
||||
},
|
||||
id: "faq5", title: "Kan ik zowel een lening als voertuigleasing tegelijk aanvragen?", content: "Ja, ons platform is ontworpen om beide processen te stroomlijnen. U kunt uw interesse in zowel zakelijke leningen als voertuigleasing aangeven, en wij matchen u met relevante aanbiedingen voor beide categorieën."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "How does vehicle leasing work through Slim Lease?",
|
||||
content: "We connect you with trusted leasing partners offering various vehicle types and terms. You'll compare options, select the best fit, and our partners handle the specifics, including maintenance packages if desired.",
|
||||
},
|
||||
id: "faq6", title: "Hoe werkt voertuigleasing via Slim Lease?", content: "Wij verbinden u met vertrouwde leasepartners die verschillende voertuigtypen en voorwaarden aanbieden. U vergelijkt opties, kiest de beste pasvorm, en onze partners behandelen de details, inclusief eventueel gewenste onderhoudspakketten."}
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our platform, loan application process, and vehicle leasing options."
|
||||
tag="Support"
|
||||
title="Veelgestelde Vragen"
|
||||
description="Vind snel antwoorden op veelgestelde vragen over ons platform, het aanvraagproces voor leningen en voertuigleasingopties."
|
||||
tag="Ondersteuning"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -433,128 +258,79 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Bank",
|
||||
"Regional Credit",
|
||||
"Auto Finance Co.",
|
||||
"Capital Lease Group",
|
||||
"Wealth Management Inc.",
|
||||
"Digital Loan Hub",
|
||||
"Commercial Realty Funding",
|
||||
]}
|
||||
title="Trusted by Leading Financial Institutions"
|
||||
description="We collaborate with a network of reputable banks and lenders to bring you the best financing and leasing offers."
|
||||
tag="Our Partners"
|
||||
"Global Bank", "Regional Credit", "Auto Finance Co.", "Capital Lease Group", "Wealth Management Inc.", "Digital Loan Hub", "Commercial Realty Funding"]}
|
||||
title="Vertrouwd door Toonaangevende Financiële Instellingen"
|
||||
description="Wij werken samen met een netwerk van gerenommeerde banken en kredietverstrekkers om u de beste financierings- en leaseaanbiedingen te bieden."
|
||||
tag="Onze Partners"
|
||||
speed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
title="Get Your Personalized Quote"
|
||||
description="Ready to streamline your business financing? Fill out the form below to connect with our experts and receive tailored loan and leasing offers."
|
||||
inputs={[
|
||||
tag="Neem Contact Op"
|
||||
title="Klaar om te beginnen?"
|
||||
description="Wij zijn er om u te helpen met al uw financierings- en leasevragen. Neem vandaag nog contact met ons op voor een vrijblijvend gesprek."
|
||||
buttons={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Business Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Company Name",
|
||||
required: true,
|
||||
},
|
||||
text: "Contacteer Ons Direct", href: "#contact"}
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your financing needs...",
|
||||
rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/accountant-expertise-newsletter-notification-letters-bookkeeper-calculation-booker-with-correspondence-submit-document-view-checklist-online-vector-isolated-concept-metaphor-illustration_335657-4321.jpg"
|
||||
imageAlt="Illustration of a hand filling out a digital form"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Submit Inquiry"
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
<FooterLogoEmphasis
|
||||
logoText="Slim Lease"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdeMqZ9FNwh0fX8vOtIjLYnByS/uploaded-1780513823905-rm1qk7ar.png"
|
||||
logoAlt="Slim Lease Logo"
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
{
|
||||
label: "Business Loans",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Oplossingen"},
|
||||
{
|
||||
label: "Vehicle Leasing",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Zakelijke Leningen", href: "#products"},
|
||||
{
|
||||
label: "Equipment Finance",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Voertuigleasing", href: "#products"},
|
||||
{
|
||||
label: "SBA Loans",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
label: "Apparatuurfinanciering", href: "#products"},
|
||||
{
|
||||
label: "SBA Leningen", href: "#products"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Bedrijf"},
|
||||
{
|
||||
label: "Our Impact",
|
||||
href: "#impact",
|
||||
},
|
||||
label: "Over Ons", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Onze Impact", href: "#impact"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
label: "Getuigenissen", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact", href: "#contact"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Juridisch"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacybeleid", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Algemene Voorwaarden", href: "#"},
|
||||
{
|
||||
label: "Cookiebeleid", href: "#"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Slim Lease. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user