Merge version_1 into main #2
240
src/app/page.tsx
240
src/app/page.tsx
@@ -31,35 +31,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Meet Ms. Sharon",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Meet Ms. Sharon", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "#values",
|
||||
},
|
||||
name: "Why Choose Us", id: "#values"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="All Points Business Tax Services, LLC"
|
||||
button={{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book an Appointment", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -67,22 +53,17 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="All Points Business Tax Services, LLC"
|
||||
description="Serving families and businesses with expert, caring tax preparation — because you deserve more than a number."
|
||||
tag="Trusted Tax Expertise. Personal Service. Peace of Mind."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Appointment", href: "#contact"},
|
||||
{
|
||||
text: "See Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "See Our Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-674.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-674.jpg"
|
||||
imageAlt="Professional tax advisor helping a client with tax documents"
|
||||
/>
|
||||
</div>
|
||||
@@ -94,15 +75,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "sharon",
|
||||
name: "Ms. Sharon",
|
||||
role: "Lead Tax Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-man-with-digital-tablet-cafe_1262-2002.jpg?_wi=1",
|
||||
imageAlt: "Professional photo of Ms. Sharon",
|
||||
},
|
||||
id: "sharon", name: "Ms. Sharon", role: "Lead Tax Professional", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-man-with-digital-tablet-cafe_1262-2002.jpg", imageAlt: "Professional photo of Ms. Sharon"},
|
||||
]}
|
||||
title="Meet Ms. Sharon"
|
||||
description="With over 10 years of dedicated service to our community, Ms. Sharon has built a reputation for unparalleled expertise and genuine care. Clients don't just come back; they look forward to tax season because of her welcoming environment, comprehensive knowledge of deductions, and a truly family-friendly office where refreshments are always on hand. She believes every client deserves more than just a number – they deserve peace of mind. \"I actually look forward to tax season every year. Thank you for being you, Ms. Sharon.\" — Bobby M."
|
||||
description={`With over 10 years of dedicated service to our community, Ms. Sharon has built a reputation for unparalleled expertise and genuine care. Clients don't just come back; they look forward to tax season because of her welcoming environment, comprehensive knowledge of deductions, and a truly family-friendly office where refreshments are always on hand. She believes every client deserves more than just a number – they deserve peace of mind. "I actually look forward to tax season every year. Thank you for being you, Ms. Sharon." — Bobby M.`}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,33 +88,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Individual & Family Tax Returns",
|
||||
description: "Stress-free filing with expert eyes on every deduction.",
|
||||
icon: FileText,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/history-icon-front-side-with-white-background_187299-39868.jpg?_wi=1",
|
||||
imageAlt: "gold receipt icon tax",
|
||||
},
|
||||
title: "Individual & Family Tax Returns", description: "Stress-free filing with expert eyes on every deduction.", icon: FileText,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/history-icon-front-side-with-white-background_187299-39868.jpg", imageAlt: "gold receipt icon tax"},
|
||||
{
|
||||
title: "Business Tax Preparation",
|
||||
description: "LLC, sole proprietor, and small business tax expertise.",
|
||||
icon: Building,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-674.jpg?_wi=2",
|
||||
imageAlt: "gold receipt icon tax",
|
||||
},
|
||||
title: "Business Tax Preparation", description: "LLC, sole proprietor, and small business tax expertise.", icon: Building,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-674.jpg", imageAlt: "gold receipt icon tax"},
|
||||
{
|
||||
title: "Deduction Maximization",
|
||||
description: "We find credits and deductions others miss.",
|
||||
icon: Search,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-man-with-digital-tablet-cafe_1262-2002.jpg?_wi=2",
|
||||
imageAlt: "gold receipt icon tax",
|
||||
},
|
||||
title: "Deduction Maximization", description: "We find credits and deductions others miss.", icon: Search,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-man-with-digital-tablet-cafe_1262-2002.jpg", imageAlt: "gold receipt icon tax"},
|
||||
{
|
||||
title: "Year-Round Support",
|
||||
description: "We're here for your questions beyond April.",
|
||||
icon: CalendarCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-sign-front-side-with-white-background_187299-39803.jpg?_wi=1",
|
||||
imageAlt: "gold receipt icon tax",
|
||||
},
|
||||
title: "Year-Round Support", description: "We're here for your questions beyond April.", icon: CalendarCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-sign-front-side-with-white-background_187299-39803.jpg", imageAlt: "gold receipt icon tax"},
|
||||
]}
|
||||
title="How We Help You"
|
||||
description="Our comprehensive services are designed to simplify your tax season and maximize your returns, year after year."
|
||||
@@ -151,41 +111,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: CheckCircle,
|
||||
title: "Knowledgeable & Certified",
|
||||
value: "Expertise",
|
||||
},
|
||||
id: "m1", icon: CheckCircle,
|
||||
title: "Knowledgeable & Certified", value: "Expertise"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Heart,
|
||||
title: "Genuinely Caring",
|
||||
value: "Personal",
|
||||
},
|
||||
id: "m2", icon: Heart,
|
||||
title: "Genuinely Caring", value: "Personal"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Coffee,
|
||||
title: "Comfortable Experience",
|
||||
value: "Welcoming",
|
||||
},
|
||||
id: "m3", icon: Coffee,
|
||||
title: "Comfortable Experience", value: "Welcoming"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Users,
|
||||
title: "Long-Term Relationships",
|
||||
value: "Loyalty",
|
||||
},
|
||||
id: "m4", icon: Users,
|
||||
title: "Long-Term Relationships", value: "Loyalty"},
|
||||
{
|
||||
id: "m5",
|
||||
icon: DollarSign,
|
||||
title: "Great Value",
|
||||
value: "Affordable",
|
||||
},
|
||||
id: "m5", icon: DollarSign,
|
||||
title: "Great Value", value: "Affordable"},
|
||||
{
|
||||
id: "m6",
|
||||
icon: Award,
|
||||
title: "Community-Trusted",
|
||||
value: "Reliable",
|
||||
},
|
||||
id: "m6", icon: Award,
|
||||
title: "Community-Trusted", value: "Reliable"},
|
||||
]}
|
||||
title="Why Families & Businesses Choose Us — Year After Year"
|
||||
description="Our commitment goes beyond numbers. It's about building trust, providing comfort, and fostering long-lasting relationships."
|
||||
@@ -198,77 +140,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Bobby M.",
|
||||
date: "April 1, 2024",
|
||||
title: "Looks Forward to Tax Season",
|
||||
quote: "Ms. Sharon is such an amazing and caring woman. I have been coming for years because of her. I actually look forward to tax season every year.",
|
||||
tag: "Long-Term Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg",
|
||||
avatarAlt: "Bobby M. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-674.jpg?_wi=3",
|
||||
imageAlt: "professional man avatar smiling",
|
||||
},
|
||||
id: "t1", name: "Bobby M.", date: "April 1, 2024", title: "Looks Forward to Tax Season", quote: "Ms. Sharon is such an amazing and caring woman. I have been coming for years because of her. I actually look forward to tax season every year.", tag: "Long-Term Client", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg", avatarAlt: "Bobby M. avatar", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-674.jpg", imageAlt: "professional man avatar smiling"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Janice G.",
|
||||
date: "March 25, 2024",
|
||||
title: "Awesome & Knowledgeable",
|
||||
quote: "Sharon is awesome! She knows her business & is very knowledgeable with the tax preparation & everything involved.",
|
||||
tag: "Satisfied Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/human-reactions-feelings-portrait-adorable-pretty-girl-with-nose-ring-posing-stylish-red-sweater-with-lambs-blank-white-wall-with-happy-beaming-smile_343059-4768.jpg",
|
||||
avatarAlt: "Janice G. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-man-with-digital-tablet-cafe_1262-2002.jpg?_wi=3",
|
||||
imageAlt: "professional man avatar smiling",
|
||||
},
|
||||
id: "t2", name: "Janice G.", date: "March 25, 2024", title: "Awesome & Knowledgeable", quote: "Sharon is awesome! She knows her business & is very knowledgeable with the tax preparation & everything involved.", tag: "Satisfied Client", avatarSrc: "http://img.b2bpic.net/free-photo/human-reactions-feelings-portrait-adorable-pretty-girl-with-nose-ring-posing-stylish-red-sweater-with-lambs-blank-white-wall-with-happy-beaming-smile_343059-4768.jpg", avatarAlt: "Janice G. avatar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-man-with-digital-tablet-cafe_1262-2002.jpg", imageAlt: "professional man avatar smiling"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Harlie S.",
|
||||
date: "March 18, 2024",
|
||||
title: "Smooth and Stress-Free",
|
||||
quote: "Sharon took the time to answer all my questions and even found deductions I hadn't considered. Smooth and stress-free!",
|
||||
tag: "New Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-female-black-white-polka-dot-dress-holding-white-like-sign-smiling-yellow_140725-24138.jpg",
|
||||
avatarAlt: "Harlie S. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/history-icon-front-side-with-white-background_187299-39868.jpg?_wi=2",
|
||||
imageAlt: "professional man avatar smiling",
|
||||
},
|
||||
id: "t3", name: "Harlie S.", date: "March 18, 2024", title: "Smooth and Stress-Free", quote: "Sharon took the time to answer all my questions and even found deductions I hadn't considered. Smooth and stress-free!", tag: "New Client", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-female-black-white-polka-dot-dress-holding-white-like-sign-smiling-yellow_140725-24138.jpg", avatarAlt: "Harlie S. avatar", imageSrc: "http://img.b2bpic.net/free-photo/history-icon-front-side-with-white-background_187299-39868.jpg", imageAlt: "professional man avatar smiling"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Andrew S.",
|
||||
date: "March 10, 2024",
|
||||
title: "Professional & Knowledgeable",
|
||||
quote: "Ms. Sharon is wonderful to visit. Handles everything professionally and very knowledgeable. I know I am in good hands.",
|
||||
tag: "Trusted Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-his-work-time-office-job_23-2149571041.jpg",
|
||||
avatarAlt: "Andrew S. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-sign-front-side-with-white-background_187299-39803.jpg?_wi=2",
|
||||
imageAlt: "professional man avatar smiling",
|
||||
},
|
||||
id: "t4", name: "Andrew S.", date: "March 10, 2024", title: "Professional & Knowledgeable", quote: "Ms. Sharon is wonderful to visit. Handles everything professionally and very knowledgeable. I know I am in good hands.", tag: "Trusted Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-his-work-time-office-job_23-2149571041.jpg", avatarAlt: "Andrew S. avatar", imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-sign-front-side-with-white-background_187299-39803.jpg", imageAlt: "professional man avatar smiling"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Maria D.",
|
||||
date: "February 28, 2024",
|
||||
title: "Highly Recommend",
|
||||
quote: "I've been coming here since 2015 and will never go anywhere else. Trust me you won't be disappointed. 💯 recommend.",
|
||||
tag: "Loyal Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-relaxed-woman-has-telephone-conversation_273609-28718.jpg",
|
||||
avatarAlt: "Maria D. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finance-tracking-concept-wallet-with-magnifying-glass_23-2152012414.jpg",
|
||||
imageAlt: "professional man avatar smiling",
|
||||
},
|
||||
id: "t5", name: "Maria D.", date: "February 28, 2024", title: "Highly Recommend", quote: "I've been coming here since 2015 and will never go anywhere else. Trust me you won't be disappointed. 💯 recommend.", tag: "Loyal Client", avatarSrc: "http://img.b2bpic.net/free-photo/positive-relaxed-woman-has-telephone-conversation_273609-28718.jpg", avatarAlt: "Maria D. avatar", imageSrc: "http://img.b2bpic.net/free-photo/finance-tracking-concept-wallet-with-magnifying-glass_23-2152012414.jpg", imageAlt: "professional man avatar smiling"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Glaa J.",
|
||||
date: "February 15, 2024",
|
||||
title: "Above 5 Stars Service",
|
||||
quote: "Ms. Sharon and her team are very committed to their clients. Service here is above 5 stars. Beyond grateful ❤️",
|
||||
tag: "Grateful Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg",
|
||||
avatarAlt: "Glaa J. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-s-hand-holding-smartphone-calendar-with-envelope-laptop-wedding-rings_23-2147936746.jpg",
|
||||
imageAlt: "professional man avatar smiling",
|
||||
},
|
||||
id: "t6", name: "Glaa J.", date: "February 15, 2024", title: "Above 5 Stars Service", quote: "Ms. Sharon and her team are very committed to their clients. Service here is above 5 stars. Beyond grateful ❤️", tag: "Grateful Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg", avatarAlt: "Glaa J. avatar", imageSrc: "http://img.b2bpic.net/free-photo/businessman-s-hand-holding-smartphone-calendar-with-envelope-laptop-wedding-rings_23-2147936746.jpg", imageAlt: "professional man avatar smiling"},
|
||||
]}
|
||||
title="What Our Clients Are Saying"
|
||||
description="Hear directly from the individuals and families who trust All Points Business Tax Services for their peace of mind."
|
||||
@@ -279,8 +161,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Ready to Get Started? Let's Talk."
|
||||
description="Booking is easy. Reach out today and let Ms. Sharon take the stress out of tax season. We're here for your year-round questions. \n\n**Contact Details:** \n📍 123 Main St, Anytown, TX \n📞 (555) 123-4567 \n📧 info@allpointstax.com \n🕐 Office Hours: Mon-Fri: 9 AM - 5 PM"
|
||||
@@ -299,50 +180,31 @@ export default function LandingPage() {
|
||||
logoText="All Points Business Tax Services, LLC"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Individual Tax",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Individual Tax", href: "#services"},
|
||||
{
|
||||
label: "Business Tax",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Business Tax", href: "#services"},
|
||||
{
|
||||
label: "Deduction Max",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Deduction Max", href: "#services"},
|
||||
{
|
||||
label: "Year-Round Support",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Year-Round Support", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Meet Ms. Sharon",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Meet Ms. Sharon", href: "#about"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "#values",
|
||||
},
|
||||
label: "Why Choose Us", href: "#values"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQs", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user