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