Update src/app/page.tsx

This commit is contained in:
2026-01-20 20:16:44 +00:00
parent 2e4f279a9a
commit 0c04afa172

View File

@@ -27,8 +27,7 @@ export default function HomePage() {
<NavbarStyleMinimal
brandName="Heras Admin Solutions"
button={{
text: "Book Appointment",
href: "/contact"
text: "Book Appointment", href: "/contact"
}}
/>
</div>
@@ -43,16 +42,13 @@ export default function HomePage() {
]}
slides={[
{
imageSrc: "https://img.b2bpic.net/free-photo/businessman-working-his-office-businessperson-professional-environment_482257-32758.jpg",
imageAlt: "Professional tax preparation office"
imageSrc: "https://img.b2bpic.net/free-photo/businessman-working-his-office-businessperson-professional-environment_482257-32758.jpg", imageAlt: "Professional tax preparation office"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/businesswoman-using-laptop_1398-1462.jpg",
imageAlt: "Tax documents and consultation"
imageSrc: "https://img.b2bpic.net/free-photo/businesswoman-using-laptop_1398-1462.jpg", imageAlt: "Tax documents and consultation"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/confident-businessman-working-his-laptop_273609-12795.jpg",
imageAlt: "Organized tax filing process"
imageSrc: "https://img.b2bpic.net/free-photo/confident-businessman-working-his-laptop_273609-12795.jpg", imageAlt: "Organized tax filing process"
}
]}
autoplayDelay={5000}
@@ -82,8 +78,7 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Individual Tax Returns", href: "/services" },
{ label: "Self-Employed & 1099", href: "/services" },
{ label: "Small Business Support", href: "/services" },
@@ -91,8 +86,7 @@ export default function HomePage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "How It Works", href: "/about" },
{ label: "Testimonials", href: "/testimonials" },
@@ -100,18 +94,16 @@ export default function HomePage() {
]
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call (619) 319-0228", href: "tel:+16193190228" },
{ label: "Book Appointment", href: "/contact" },
{ label: "Get Directions", href: "https://maps.google.com/?q=7079+Mission+Gorge+Rd+Unit+G+San+Diego+CA+92120" }
]
},
{
title: "Legal",
items: [
{ label: "Privacy Policy" },
{ label: "Terms of Service" }
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }
]
}
]}