5 Commits

Author SHA1 Message Date
60ee202131 Update src/app/testimonials/page.tsx 2026-03-31 10:25:42 +00:00
05b80c6134 Add src/app/testimonials/page.tsx 2026-03-31 10:25:12 +00:00
d4470750a2 Add src/app/pricing/page.tsx 2026-03-31 10:25:12 +00:00
7e07243044 Update src/app/page.tsx 2026-03-31 10:25:11 +00:00
ba02b045b0 Merge version_1 into main
Merge version_1 into main
2026-03-31 10:18:35 +00:00
3 changed files with 180 additions and 73 deletions

View File

@@ -28,33 +28,26 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "hero"},
{
name: "About", id: "about"},
{
name: "Services", id: "features"},
{
name: "FAQ", id: "faq"},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/features" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "FAQ", id: "/faq" },
]}
brandName="LicensingPros"
button={{
text: "Get Started", href: "#contact"}}
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient"}}
background={{ variant: "radial-gradient" }}
title="Your Seamless Path to RTO Licensing"
description="Simplify your license registration with expert support. We handle the paperwork and compliance so you can focus on getting on the road."
tag="Trusted Licensing Partners"
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhrc11mluDJWi4EztRUc27YrYU/a-high-quality-professional-photograph-o-1774952252827-74a22520.png", imageAlt: "Professional holding license"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhrc11mluDJWi4EztRUc27YrYU/close-up-of-a-digital-tablet-displaying--1774952252286-a46761ea.png", imageAlt: "Digital registration forms"}
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhrc11mluDJWi4EztRUc27YrYU/a-high-quality-professional-photograph-o-1774952252827-74a22520.png", imageAlt: "Professional holding license" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhrc11mluDJWi4EztRUc27YrYU/close-up-of-a-digital-tablet-displaying--1774952252286-a46761ea.png", imageAlt: "Digital registration forms" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -67,10 +60,6 @@ export default function LandingPage() {
useInvertedBackground={true}
tag="About Us"
title="Decades of Experience in Transport Compliance"
buttons={[
{
text: "Learn More", href: "#features"},
]}
/>
</div>
@@ -80,18 +69,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1", label: "Fast Track", title: "Priority Processing", items: [
"Skip long queues", "Expedited verification", "Automated status updates"],
},
{
id: "f2", label: "Document Check", title: "Compliance Audit", items: [
"Error-free submissions", "All documents reviewed", "Legal standard adherence"],
},
{
id: "f3", label: "Renewal", title: "Seamless Renewals", items: [
"Proactive alerts", "One-click renewal", "No penalty risks"],
},
{ id: "f1", label: "Fast Track", title: "Priority Processing", items: ["Skip long queues", "Expedited verification", "Automated status updates"] },
{ id: "f2", label: "Document Check", title: "Compliance Audit", items: ["Error-free submissions", "All documents reviewed", "Legal standard adherence"] },
{ id: "f3", label: "Renewal", title: "Seamless Renewals", items: ["Proactive alerts", "One-click renewal", "No penalty risks"] },
]}
title="Our Specialized RTO Services"
description="Comprehensive solutions tailored to your unique licensing requirements."
@@ -102,12 +82,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "faq-1", title: "How long does the process usually take?", content: "Our priority processing service aims to complete your documentation within 3-5 business days."},
{
id: "faq-2", title: "Is my information safe?", content: "Absolutely. We employ bank-grade encryption to protect all your sensitive documents."},
{
id: "faq-3", title: "Do I need to visit the office?", content: "Most of our services are fully online. Only in rare cases is a physical presence required for specialized licenses."},
{ id: "faq-1", title: "How long does the process usually take?", content: "Our priority processing service aims to complete your documentation within 3-5 business days." },
{ id: "faq-2", title: "Is my information safe?", content: "Absolutely. We employ bank-grade encryption to protect all your sensitive documents." },
{ id: "faq-3", title: "Do I need to visit the office?", content: "Most of our services are fully online. Only in rare cases is a physical presence required for specialized licenses." },
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about your RTO license application process."
@@ -118,49 +95,20 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient"}}
background={{ variant: "sparkles-gradient" }}
tag="Contact Us"
title="Ready to Get Started?"
description="Our experts are here to help you navigate your RTO license application."
buttons={[
{
text: "Contact Support", href: "mailto:support@licensingpros.com"},
]}
buttons={[{ text: "Contact Support", href: "mailto:support@licensingpros.com" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Services", items: [
{
label: "License Application", href: "#features"},
{
label: "Document Audit", href: "#features"},
{
label: "Renewal Support", href: "#features"},
],
},
{
title: "Company", items: [
{
label: "About Us", href: "#about"},
{
label: "Contact", href: "#contact"},
{
label: "FAQs", href: "#faq"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
{ title: "Services", items: [{ label: "License Application", href: "/features" }, { label: "Document Audit", href: "/features" }, { label: "Renewal Support", href: "/features" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "FAQs", href: "/faq" }, { label: "Testimonials", href: "/testimonials" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
bottomLeftText="© 2024 LicensingPros. All rights reserved."
bottomRightText="Built with speed."
@@ -169,4 +117,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

80
src/app/pricing/page.tsx Normal file
View File

@@ -0,0 +1,80 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import ContactCTA from '@/components/sections/contact/ContactCTA';
export default function PricingPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="small"
sizing="medium"
background="grid"
cardStyle="outline"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "#about" },
{ name: "Services", id: "#features" },
{ name: "Pricing", id: "/pricing" },
{ name: "FAQ", id: "#faq" },
]}
brandName="LicensingPros"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Flexible Course & Licensing Packages"
description="Choose the package that fits your licensing and training requirements."
plans={[
{
id: "p1", tag: "Basic", price: "$199", period: "/session", description: "Essential license application assistance for new applicants.", featuresTitle: "What's Included", features: ["Document audit", "Application submission", "Email support"],
button: { text: "Enroll Now" }
},
{
id: "p2", tag: "Professional", price: "$399", period: "/course", description: "Comprehensive training course plus full licensing management.", featuresTitle: "Everything in Basic, plus", features: ["Priority processing", "Full compliance audit", "Phone support", "Renewal reminders"],
button: { text: "Enroll Now" }
}
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{ variant: "sparkles-gradient" }}
tag="Contact Us"
title="Questions About Enrollment?"
description="Our experts are ready to help you choose the right course."
buttons={[{ text: "Contact Support", href: "mailto:support@licensingpros.com" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[]}
bottomLeftText="© 2024 LicensingPros. All rights reserved."
bottomRightText="Built with speed."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -0,0 +1,79 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function TestimonialsPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Features", id: "/features" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "FAQ", id: "/faq" },
]}
brandName="LicensingPros"
button={{ text: "Get Started", href: "/contact" }}
/>
<MetricCardSeven
title="Proven Success Rates"
description="Our track record speaks for itself, helping thousands of drivers secure their licenses faster."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "98%", title: "Exam Pass Rate", items: ["First-attempt success", "Comprehensive mock tests", "Expert guidance"] },
{ id: "m2", value: "5k+", title: "Drivers Licensed", items: ["Across all RTO regions", "Personalized support", "Fast track processing"] },
{ id: "m3", value: "15m", title: "Average Processing Time", items: ["Document preparation", "Application submission", "Status tracking"] }
]}
/>
<TestimonialCardSixteen
title="Student Success Stories"
description="Hear from our successful drivers who streamlined their licensing journey with our help."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
kpiItems={[
{ value: "4.9/5", label: "Average Rating" },
{ value: "5k+", label: "Success Stories" },
{ value: "98%", label: "Pass Rate" }
]}
testimonials={[
{ id: "t1", name: "John Doe", role: "Commercial Driver", company: "Logistics Co", rating: 5 },
{ id: "t2", name: "Sarah Smith", role: "Personal Driver", company: "Self-Employed", rating: 5 }
]}
/>
<FooterSimple
columns={[
{ title: "Services", items: [{ label: "License Application", href: "/features" }, { label: "Document Audit", href: "/features" }, { label: "Renewal Support", href: "/features" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "FAQs", href: "/faq" }, { label: "Testimonials", href: "/testimonials" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
bottomLeftText="© 2024 LicensingPros. All rights reserved."
bottomRightText="Built for Success"
/>
</ReactLenis>
</ThemeProvider>
);
}