Merge version_1 into main #1
213
src/app/page.tsx
213
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Faith Tax"
|
||||
/>
|
||||
@@ -60,45 +50,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Strategic Tax & Accounting Services Built Around Your Financial Success"
|
||||
description="Helping individuals and small businesses navigate taxes, accounting, and financial decisions with clarity, confidence, and long-term strategy."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Consultation", href: "#contact"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nu90ta",
|
||||
imageAlt: "Luxury accounting services",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nu90ta", imageAlt: "Luxury accounting services"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t0e8d0",
|
||||
imageAlt: "Professional office space",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t0e8d0", imageAlt: "Professional office space"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0tuenf",
|
||||
imageAlt: "Strategic tax planning",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0tuenf", imageAlt: "Strategic tax planning"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h2vz66",
|
||||
imageAlt: "Expert accounting team",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h2vz66", imageAlt: "Expert accounting team"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4hpybw",
|
||||
imageAlt: "Financial report analysis",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4hpybw", imageAlt: "Financial report analysis"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ip2v4l",
|
||||
imageAlt: "Modern tax services",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ip2v4l", imageAlt: "Modern tax services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,41 +84,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tax Preparation",
|
||||
price: "Precision focus",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pdsbrz",
|
||||
},
|
||||
id: "1", name: "Tax Preparation", price: "Precision focus", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pdsbrz"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tax Planning",
|
||||
price: "Strategic outlook",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gid4ca",
|
||||
},
|
||||
id: "2", name: "Tax Planning", price: "Strategic outlook", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gid4ca"},
|
||||
{
|
||||
id: "3",
|
||||
name: "IRS Resolution",
|
||||
price: "Expert defense",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pe6cr8",
|
||||
},
|
||||
id: "3", name: "IRS Resolution", price: "Expert defense", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pe6cr8"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bookkeeping & Payroll",
|
||||
price: "Streamlined operations",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gbgnc1",
|
||||
},
|
||||
id: "4", name: "Bookkeeping & Payroll", price: "Streamlined operations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gbgnc1"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Business Formation",
|
||||
price: "Legal excellence",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q33d5f",
|
||||
},
|
||||
id: "5", name: "Business Formation", price: "Legal excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q33d5f"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Accounting Services",
|
||||
price: "Trusted clarity",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=loh7o0",
|
||||
},
|
||||
id: "6", name: "Accounting Services", price: "Trusted clarity", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=loh7o0"},
|
||||
]}
|
||||
title="Our Financial Solutions"
|
||||
description="Comprehensive accounting services designed for entrepreneurs and individuals who value accuracy and proactive planning."
|
||||
@@ -154,21 +103,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No stress tax preparation",
|
||||
"Strategic tax planning focus",
|
||||
"Dedicated client relationship team",
|
||||
],
|
||||
"No stress tax preparation", "Strategic tax planning focus", "Dedicated client relationship team"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Personalized financial guidance",
|
||||
"Proactive communication style",
|
||||
"Accurate, timely reporting",
|
||||
],
|
||||
"Personalized financial guidance", "Proactive communication style", "Accurate, timely reporting"],
|
||||
}}
|
||||
title="Why Clients Choose Us"
|
||||
description="We go beyond numbers, offering personalized guidance and proactive strategies that build lasting client relationships."
|
||||
@@ -182,19 +126,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Years Experience", value: "20+"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Businesses Served",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Businesses Served", value: "500+"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Tax Solutions",
|
||||
value: "2k+",
|
||||
},
|
||||
label: "Tax Solutions", value: "2k+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -205,20 +143,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Initial Consultation",
|
||||
content: "We discuss your financial goals and current status.",
|
||||
},
|
||||
id: "p1", title: "Initial Consultation", content: "We discuss your financial goals and current status."},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Custom Strategy",
|
||||
content: "We build a personalized plan tailored to your tax and accounting needs.",
|
||||
},
|
||||
id: "p2", title: "Custom Strategy", content: "We build a personalized plan tailored to your tax and accounting needs."},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Ongoing Support",
|
||||
content: "We provide proactive guidance and accurate reporting for the long term.",
|
||||
},
|
||||
id: "p3", title: "Ongoing Support", content: "We provide proactive guidance and accurate reporting for the long term."},
|
||||
]}
|
||||
sideTitle="Our Simple Process"
|
||||
sideDescription="We believe in a clear, consistent approach to managing your financial health."
|
||||
@@ -231,30 +160,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=355s63",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=355s63"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oz8z1v",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oz8z1v"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fowjtk",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fowjtk"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w9pmm9",
|
||||
},
|
||||
id: "t4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w9pmm9"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Robert Smith",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1kd6dt",
|
||||
},
|
||||
id: "t5", name: "Robert Smith", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1kd6dt"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Testimonials"
|
||||
@@ -269,26 +183,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99%",
|
||||
title: "Audit Compliance",
|
||||
description: "High accuracy in tax filings",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wuv2bv",
|
||||
},
|
||||
id: "m1", value: "99%", title: "Audit Compliance", description: "High accuracy in tax filings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wuv2bv"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Tax Strategy Success",
|
||||
description: "Maximizing deductions for clients",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lkjcqf",
|
||||
},
|
||||
id: "m2", value: "100%", title: "Tax Strategy Success", description: "Maximizing deductions for clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lkjcqf"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Client Support",
|
||||
description: "Dedicated assistance year-round",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pj5jt7",
|
||||
},
|
||||
id: "m3", value: "24/7", title: "Client Support", description: "Dedicated assistance year-round", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pj5jt7"},
|
||||
]}
|
||||
title="A Track Record of Accuracy"
|
||||
description="Our professional results define our firm's success."
|
||||
@@ -302,20 +201,12 @@ export default function LandingPage() {
|
||||
description="Contact our experts today to schedule a consultation and secure your financial future."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Email Address"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we assist you?",
|
||||
}}
|
||||
name: "message", placeholder: "How can we assist you?"}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wbffmx"
|
||||
/>
|
||||
</div>
|
||||
@@ -326,33 +217,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Tax Planning",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Tax Planning", href: "#services"},
|
||||
{
|
||||
label: "Bookkeeping",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Bookkeeping", href: "#services"},
|
||||
{
|
||||
label: "Consulting",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Consulting", href: "#services"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user