Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
205
src/app/page.tsx
205
src/app/page.tsx
@@ -31,70 +31,35 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#home" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="ACCOUNTAX"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+15083698224",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+15083698224"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Professional Accounting & Tax Solutions"
|
||||
description="ACCOUNTAX delivers premium accounting, tax, and consulting services tailored to help businesses and individuals succeed in Brockton, MA."
|
||||
tag="Trusted Accounting Firm"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15083698224",
|
||||
},
|
||||
text: "Call Now", href: "tel:+15083698224"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-with-glasses-holding-report_1098-3906.jpg",
|
||||
imageAlt: "professional accounting desk",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-with-glasses-holding-report_1098-3906.jpg", imageAlt: "professional accounting desk"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg",
|
||||
imageAlt: "professional business meeting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-leader-with-executive-power-signing-work-contracts-approving-requests_482257-122671.jpg",
|
||||
imageAlt: "Female leader with executive power signing work contracts and approving requests",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396690.jpg",
|
||||
imageAlt: "Young adult organizing documents",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-businesswoman-eyeglasses-reading-statistics-successful-concentrated-grey-haired-employer-suit-standing-office-room-holding-document-marketing-business-management-concept_74855-6947.jpg",
|
||||
imageAlt: "Content businesswoman in eyeglasses reading statistics.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", imageAlt: "professional business meeting"}
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Rated 5 stars by our local clients"
|
||||
@@ -106,14 +71,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Professional Excellence in Every Audit",
|
||||
},
|
||||
type: "text", content: "Professional Excellence in Every Audit"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/confident-businesswoman-corporate-meeting-sharing-ideas-with-investors-group_482257-119674.jpg",
|
||||
alt: "professional accountant portrait",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/confident-businesswoman-corporate-meeting-sharing-ideas-with-investors-group_482257-119674.jpg", alt: "professional accountant portrait"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,34 +86,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Star,
|
||||
title: "Tax Preparation",
|
||||
description: "Accurate preparation for individuals and businesses.",
|
||||
},
|
||||
title: "Tax Preparation", description: "Accurate preparation for individuals and businesses."},
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: "Bookkeeping",
|
||||
description: "Streamlined records for complete oversight.",
|
||||
},
|
||||
title: "Bookkeeping", description: "Streamlined records for complete oversight."},
|
||||
{
|
||||
icon: Wallet,
|
||||
title: "Payroll Services",
|
||||
description: "Efficient payroll management for peace of mind.",
|
||||
},
|
||||
title: "Payroll Services", description: "Efficient payroll management for peace of mind."},
|
||||
{
|
||||
icon: BarChart,
|
||||
title: "Business Accounting",
|
||||
description: "Robust reporting to guide your strategy.",
|
||||
},
|
||||
title: "Business Accounting", description: "Robust reporting to guide your strategy."},
|
||||
{
|
||||
icon: PieChart,
|
||||
title: "Financial Consulting",
|
||||
description: "Strategic advice to grow your business.",
|
||||
},
|
||||
title: "Financial Consulting", description: "Strategic advice to grow your business."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "IRS Assistance",
|
||||
description: "Expert representation for your peace of mind.",
|
||||
},
|
||||
title: "IRS Assistance", description: "Expert representation for your peace of mind."},
|
||||
]}
|
||||
title="Comprehensive Accounting Services"
|
||||
description="Expert solutions designed for your unique financial landscape."
|
||||
@@ -168,25 +116,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Trusted expertise in accounting.",
|
||||
icon: Award,
|
||||
id: "m1", value: "15+", title: "Years Experience", description: "Trusted expertise in accounting.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Happy Clients",
|
||||
description: "Successfully served our local community.",
|
||||
icon: Users,
|
||||
id: "m2", value: "500+", title: "Happy Clients", description: "Successfully served our local community.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
title: "Accuracy Rate",
|
||||
description: "Precise reporting you can count on.",
|
||||
icon: CheckCircle,
|
||||
id: "m3", value: "99%", title: "Accuracy Rate", description: "Precise reporting you can count on.", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
title="Delivering Measurable Results"
|
||||
@@ -201,59 +137,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Robert Miller",
|
||||
role: "Small Business Owner",
|
||||
company: "Miller Co",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19909.jpg",
|
||||
},
|
||||
id: "1", name: "Robert Miller", role: "Small Business Owner", company: "Miller Co", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19909.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Davis",
|
||||
role: "Individual Client",
|
||||
company: "Personal Finance",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah Davis", role: "Individual Client", company: "Personal Finance", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Wilson",
|
||||
role: "Director",
|
||||
company: "Construction Firm",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg",
|
||||
},
|
||||
id: "3", name: "James Wilson", role: "Director", company: "Construction Firm", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Linda White",
|
||||
role: "Consultant",
|
||||
company: "Creative Lab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg",
|
||||
},
|
||||
id: "4", name: "Linda White", role: "Consultant", company: "Creative Lab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tom Baker",
|
||||
role: "Retail Manager",
|
||||
company: "Baker Retail",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430632.jpg",
|
||||
},
|
||||
id: "5", name: "Tom Baker", role: "Retail Manager", company: "Baker Retail", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430632.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5.0", label: "Average Rating"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Client Retention",
|
||||
},
|
||||
value: "100%", label: "Client Retention"},
|
||||
{
|
||||
value: "Fast",
|
||||
label: "Service Delivery",
|
||||
},
|
||||
value: "Fast", label: "Service Delivery"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Expert advice with a personal touch."
|
||||
@@ -266,20 +171,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer tax planning?",
|
||||
content: "Yes, we specialize in proactive tax planning for individuals and business owners.",
|
||||
},
|
||||
id: "q1", title: "Do you offer tax planning?", content: "Yes, we specialize in proactive tax planning for individuals and business owners."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can you handle remote payroll?",
|
||||
content: "Absolutely, we utilize cloud accounting to manage payroll remotely and efficiently.",
|
||||
},
|
||||
id: "q2", title: "Can you handle remote payroll?", content: "Absolutely, we utilize cloud accounting to manage payroll remotely and efficiently."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What information do I need for my tax appointment?",
|
||||
content: "Our team will send a checklist before your appointment covering all required documentation.",
|
||||
},
|
||||
id: "q3", title: "What information do I need for my tax appointment?", content: "Our team will send a checklist before your appointment covering all required documentation."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our services."
|
||||
@@ -294,27 +190,16 @@ export default function LandingPage() {
|
||||
description="Visit us at 418 Belmont St Suite 1, Brockton, MA 02301 or reach out through the form below. Phone: (508) 369-8224."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help you?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-woman-business-suit-walking-city-center-with-work-papers-mobile-phone-calling_1258-194058.jpg"
|
||||
@@ -328,14 +213,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user