Merge version_2 into main #1
233
src/app/page.tsx
233
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Canada Tax Pros"
|
||||
/>
|
||||
@@ -56,47 +48,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Expert Canadian Tax Solutions"
|
||||
description="Navigate the complexities of Canadian tax law with confidence. Precision, efficiency, and customized strategy for your financial success."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-project-manager-showing-presentation-laptop-colleague-office-copy-space-teamwork-communication-concept_74855-11731.jpg",
|
||||
imageAlt: "accountant office professional",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/focused-project-manager-showing-presentation-laptop-colleague-office-copy-space-teamwork-communication-concept_74855-11731.jpg", imageAlt: "accountant office professional"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg",
|
||||
imageAlt: "tax software interface",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg", imageAlt: "tax software interface"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-square_1359-564.jpg",
|
||||
imageAlt: "toronto office skyline",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/city-square_1359-564.jpg", imageAlt: "toronto office skyline"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-personal-planning-financial-with-coffee_23-2148305941.jpg",
|
||||
imageAlt: "canadian money tax documents",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-personal-planning-financial-with-coffee_23-2148305941.jpg", imageAlt: "canadian money tax documents"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-hand-shake_23-2148480348.jpg",
|
||||
imageAlt: "accountant client handshake",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-hand-shake_23-2148480348.jpg", imageAlt: "accountant client handshake"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/splatter-liquid-dark-shiny-ink_1134-831.jpg",
|
||||
imageAlt: "tax season calendar",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/splatter-liquid-dark-shiny-ink_1134-831.jpg", imageAlt: "tax season calendar"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,19 +79,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years Experience", value: "15+"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Clients Served",
|
||||
value: "2000+",
|
||||
},
|
||||
label: "Clients Served", value: "2000+"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Audit Success",
|
||||
value: "99%",
|
||||
},
|
||||
label: "Audit Success", value: "99%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -133,34 +98,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Personal",
|
||||
title: "Individual Tax Returns",
|
||||
items: [
|
||||
"Complex asset filing",
|
||||
"Family trust structures",
|
||||
"Deduction optimization",
|
||||
],
|
||||
id: "f1", label: "Personal", title: "Individual Tax Returns", items: [
|
||||
"Complex asset filing", "Family trust structures", "Deduction optimization"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Corporate",
|
||||
title: "Business Tax Planning",
|
||||
items: [
|
||||
"HST/GST compliance",
|
||||
"Corporate reorganizations",
|
||||
"Year-end financial statements",
|
||||
],
|
||||
id: "f2", label: "Corporate", title: "Business Tax Planning", items: [
|
||||
"HST/GST compliance", "Corporate reorganizations", "Year-end financial statements"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Advisory",
|
||||
title: "Strategic Consulting",
|
||||
items: [
|
||||
"Estate planning",
|
||||
"CRA audit representation",
|
||||
"Investment tax strategy",
|
||||
],
|
||||
id: "f3", label: "Advisory", title: "Strategic Consulting", items: [
|
||||
"Estate planning", "CRA audit representation", "Investment tax strategy"],
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Tax Services"
|
||||
@@ -176,25 +123,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "$5M+",
|
||||
title: "Tax Saved",
|
||||
description: "Total client savings generated annually.",
|
||||
icon: DollarSign,
|
||||
id: "m1", value: "$5M+", title: "Tax Saved", description: "Total client savings generated annually.", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.9/5",
|
||||
title: "Satisfaction Rate",
|
||||
description: "Trusted by hundreds of businesses.",
|
||||
icon: Star,
|
||||
id: "m2", value: "4.9/5", title: "Satisfaction Rate", description: "Trusted by hundreds of businesses.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12",
|
||||
title: "Industry Sectors",
|
||||
description: "Expertise across various Canadian markets.",
|
||||
icon: TrendingUp,
|
||||
id: "m3", value: "12", title: "Industry Sectors", description: "Expertise across various Canadian markets.", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -209,39 +144,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$299",
|
||||
subtitle: "For individuals needing standard filing.",
|
||||
buttons: [
|
||||
id: "basic", badge: "Essential", price: "$299", subtitle: "For individuals needing standard filing.", buttons: [
|
||||
{
|
||||
text: "Select Basic",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select Basic", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Standard T1 filing",
|
||||
"Basic audit support",
|
||||
"Secure portal",
|
||||
],
|
||||
"Standard T1 filing", "Basic audit support", "Secure portal"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Comprehensive",
|
||||
price: "$899",
|
||||
subtitle: "For small business and complex returns.",
|
||||
buttons: [
|
||||
id: "pro", badge: "Comprehensive", price: "$899", subtitle: "For small business and complex returns.", buttons: [
|
||||
{
|
||||
text: "Select Professional",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select Professional", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"All Basic features",
|
||||
"Corporate return",
|
||||
"GST/HST filing",
|
||||
"Quarterly consulting",
|
||||
],
|
||||
"All Basic features", "Corporate return", "GST/HST filing", "Quarterly consulting"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Pricing Plans"
|
||||
@@ -256,45 +172,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahJ",
|
||||
testimonial: "Exceptional service for my small business. Very professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahJ", testimonial: "Exceptional service for my small business. Very professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Saved me time and money on my personal return. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Saved me time and money on my personal return. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Smith",
|
||||
handle: "@dsmith",
|
||||
testimonial: "Responsive, knowledgeable, and always on time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153813.jpg",
|
||||
},
|
||||
id: "3", name: "David Smith", handle: "@dsmith", testimonial: "Responsive, knowledgeable, and always on time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153813.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elenaR",
|
||||
testimonial: "Great support during my recent audit. Peace of mind.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1363.jpg",
|
||||
},
|
||||
id: "4", name: "Elena Rodriguez", handle: "@elenaR", testimonial: "Great support during my recent audit. Peace of mind.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1363.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kevin White",
|
||||
handle: "@kwhite",
|
||||
testimonial: "The best accounting experience in Canada.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3889.jpg",
|
||||
},
|
||||
id: "5", name: "Kevin White", handle: "@kwhite", testimonial: "The best accounting experience in Canada.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3889.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Success Stories"
|
||||
@@ -308,20 +199,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "When is the tax filing deadline?",
|
||||
content: "The personal tax filing deadline for most Canadians is April 30th.",
|
||||
},
|
||||
id: "q1", title: "When is the tax filing deadline?", content: "The personal tax filing deadline for most Canadians is April 30th."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do I need an accountant?",
|
||||
content: "An accountant can help you maximize deductions and ensure compliance.",
|
||||
},
|
||||
id: "q2", title: "Do I need an accountant?", content: "An accountant can help you maximize deductions and ensure compliance."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do I share my tax documents?",
|
||||
content: "Use our secure online client portal to upload all sensitive documents.",
|
||||
},
|
||||
id: "q3", title: "How do I share my tax documents?", content: "Use our secure online client portal to upload all sensitive documents."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -333,8 +215,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
tag="Get in touch"
|
||||
title="Ready to get started?"
|
||||
description="Schedule a consultation with our expert team today."
|
||||
@@ -343,32 +224,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Tax Accounting Canada"
|
||||
logoText="加拿大税务会计"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "服务", items: [
|
||||
{
|
||||
label: "Personal Tax",
|
||||
href: "#features",
|
||||
},
|
||||
label: "个人税务", href: "#features"},
|
||||
{
|
||||
label: "Corporate Tax",
|
||||
href: "#features",
|
||||
},
|
||||
label: "企业税务", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "关于我们", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "公司简介", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "联系方式", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -377,4 +248,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user