Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0aca933b3a | |||
| 62621bd28f | |||
| dce397690b | |||
| 49cd0faa5a | |||
| 476a0dec66 | |||
| ab6c73f0f8 | |||
| eaed5d3d58 | |||
| 508d92d0a2 | |||
| 95032ba86a | |||
| 05c1090fa7 | |||
| 8e22b1847d | |||
| 1393d4fe28 | |||
| 51016f81b9 |
@@ -10,6 +10,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -36,6 +37,8 @@ export default function LandingPage() {
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Metrics", id: "#metrics"},
|
||||
{
|
||||
@@ -61,7 +64,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Book Free Consultation", href: "#contact"},
|
||||
{
|
||||
text: "Get Instant Quote", href: "#contact"},
|
||||
text: "Request a Quote", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-business-office-with-cubicles-used-organizational-activity-efficiency_482257-125625.jpg"
|
||||
@@ -150,6 +153,38 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Flexible Bookkeeping Packages for Every Business"
|
||||
description="Choose the plan that best fits your business needs. All consultations require a 25% advance payment."
|
||||
tag="Our Pricing"
|
||||
tagAnimation="blur-reveal"
|
||||
plans={[
|
||||
{
|
||||
id: "plan-basic", tag: "Start Small", price: "AED 750", period: "/month", description: "Ideal for freelancers & small businesses with minimal transactions.", button: { text: "Get Started", href: "#contact" },
|
||||
featuresTitle: "Includes", features: [
|
||||
"Monthly Transaction Recording", "Bank Reconciliation (1 account)", "Basic Financial Reports (P&L)", "Email Support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "plan-standard", tag: "Growing Business", price: "AED 1,500", period: "/month", description: "Perfect for growing SMEs needing comprehensive financial management.", button: { text: "Choose Plan", href: "#contact" },
|
||||
featuresTitle: "Everything in Basic, plus", features: [
|
||||
"Up to 2 Bank Accounts", "VAT Record Management & Filing", "Detailed Financial Reports (P&L, BS)", "Dedicated Email & Phone Support", "Annual Budgeting Assistance"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "plan-premium", tag: "Enterprise Solutions", price: "AED 3,000", period: "/month", description: "For established businesses requiring full-service bookkeeping and advisory.", button: { text: "Contact Sales", href: "#contact" },
|
||||
featuresTitle: "Everything in Standard, plus", features: [
|
||||
"Unlimited Bank Accounts", "Accounts Payable & Receivable", "Advanced Financial Analysis", "Dedicated Account Manager", "Customized Advisory Services", "Payroll Processing (up to 10 employees)"
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
@@ -273,14 +308,14 @@ export default function LandingPage() {
|
||||
variant: "plain"}}
|
||||
tag="Start Your Journey"
|
||||
title="Book Your Free Consultation"
|
||||
description="Take the first step towards streamlined finances. Complete the form below to connect with our experts and receive a personalized quote tailored to your business needs (Name, Business Name, Email, Phone Number, Services Required)."
|
||||
description="Take the first step towards streamlined finances. Enter your email below to get started and receive a personalized quote tailored to your business needs."
|
||||
tagAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-desktop-with-laptop-analytics_23-2148174051.jpg"
|
||||
imageAlt="Business consultation meeting"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Request Consultation"
|
||||
inputPlaceholder="Your Business Email"
|
||||
buttonText="Get Started"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -297,6 +332,8 @@ export default function LandingPage() {
|
||||
label: "Financial Reporting", href: "#services"},
|
||||
{
|
||||
label: "Payroll Assistance", href: "#services"},
|
||||
{
|
||||
label: "Pricing", href: "#pricing"}
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -337,4 +374,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user