Merge version_1 into main #1
152
src/app/page.tsx
152
src/app/page.tsx
@@ -32,72 +32,46 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
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="Morales Bookkeeping"
|
||||
button={{ text: "Book Consultation", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Professional Bookkeeping, Tax & Notary Services in El Paso"
|
||||
description="Trusted, accurate, and reliable financial services tailored to individuals and small businesses."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Consultation", href: "#contact"},
|
||||
{
|
||||
text: "Call Now: (915) 242-5047",
|
||||
href: "tel:9152425047",
|
||||
},
|
||||
text: "Call Now: (915) 242-5047", href: "tel:9152425047"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analyst-office_1098-14665.jpg",
|
||||
imageAlt: "Professional financial services",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analyst-office_1098-14665.jpg", imageAlt: "Professional financial services"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-training-beginner-internship_23-2149335459.jpg",
|
||||
imageAlt: "Expert tax preparation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-training-beginner-internship_23-2149335459.jpg", imageAlt: "Expert tax preparation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-working-his-office-businessperson-professional-environment_482257-32747.jpg",
|
||||
imageAlt: "Secure notary services",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-working-his-office-businessperson-professional-environment_482257-32747.jpg", imageAlt: "Secure notary services"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-using-finance-graphs_23-2150408670.jpg",
|
||||
imageAlt: "Business bookkeeping support",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-using-finance-graphs_23-2150408670.jpg", imageAlt: "Business bookkeeping support"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prohibited-talk_1098-15991.jpg",
|
||||
imageAlt: "Reliable financial guidance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prohibited-talk_1098-15991.jpg", imageAlt: "Reliable financial guidance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-working-with-tablet_1098-280.jpg",
|
||||
imageAlt: "Community-focused service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-working-with-tablet_1098-280.jpg", imageAlt: "Community-focused service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,14 +81,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"BBB Accredited",
|
||||
"El Paso Chamber",
|
||||
"Texas Notary Society",
|
||||
"AICPA",
|
||||
"QuickBooks Pro",
|
||||
"NFIB",
|
||||
"Local Trusted Partner",
|
||||
]}
|
||||
"BBB Accredited", "El Paso Chamber", "Texas Notary Society", "AICPA", "QuickBooks Pro", "NFIB", "Local Trusted Partner"]}
|
||||
title="Trusted by our Community"
|
||||
description="We are proud to serve our local El Paso business community with excellence."
|
||||
/>
|
||||
@@ -128,19 +95,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: "Bookkeeping",
|
||||
description: "Monthly financial tracking and expense organization to keep your business running smoothly.",
|
||||
},
|
||||
title: "Bookkeeping", description: "Monthly financial tracking and expense organization to keep your business running smoothly."},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Tax Preparation",
|
||||
description: "Stress-free personal and business tax preparation, filing, and planning services.",
|
||||
},
|
||||
title: "Tax Preparation", description: "Stress-free personal and business tax preparation, filing, and planning services."},
|
||||
{
|
||||
icon: PenTool,
|
||||
title: "Notary Public",
|
||||
description: "Fast, secure, and professional legal document notarization for all your needs.",
|
||||
},
|
||||
title: "Notary Public", description: "Fast, secure, and professional legal document notarization for all your needs."},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive financial solutions designed to help you stay organized and compliant."
|
||||
@@ -152,9 +113,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Your Financial Partner"
|
||||
description={[
|
||||
"Known for being highly detail-oriented, reliable, and efficient, we are dedicated to helping you organize your financial records.",
|
||||
"With years of local service in El Paso, we bring a personal, bilingual-friendly approach that puts your business goals first.",
|
||||
]}
|
||||
"Known for being highly detail-oriented, reliable, and efficient, we are dedicated to helping you organize your financial records.", "With years of local service in El Paso, we bring a personal, bilingual-friendly approach that puts your business goals first."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -166,25 +125,15 @@ export default function LandingPage() {
|
||||
author="Sarah Johnson"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg",
|
||||
alt: "Sarah J",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg", alt: "Sarah J"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-elegant-black-american-male-dressed-suit-grey-vignette-background_613910-9479.jpg",
|
||||
alt: "Michael C",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-elegant-black-american-male-dressed-suit-grey-vignette-background_613910-9479.jpg", alt: "Michael C"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
|
||||
alt: "Emily R",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg", alt: "Emily R"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-business-woman-white-background-business-job_185193-110285.jpg",
|
||||
alt: "David K",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-business-woman-white-background-business-job_185193-110285.jpg", alt: "David K"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-coworkers-holding-tablets-showing-thumbs-up-stairs_1262-20218.jpg",
|
||||
alt: "Maria L",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-coworkers-holding-tablets-showing-thumbs-up-stairs_1262-20218.jpg", alt: "Maria L"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -197,20 +146,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer services in Spanish?",
|
||||
content: "Yes, we are a bilingual office and are happy to assist you in English or Spanish.",
|
||||
},
|
||||
id: "1", title: "Do you offer services in Spanish?", content: "Yes, we are a bilingual office and are happy to assist you in English or Spanish."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you serve small businesses?",
|
||||
content: "Absolutely. We specialize in bookkeeping and tax services for small businesses and independent contractors.",
|
||||
},
|
||||
id: "2", title: "Do you serve small businesses?", content: "Absolutely. We specialize in bookkeeping and tax services for small businesses and independent contractors."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do I schedule a consultation?",
|
||||
content: "You can call us directly at (915) 242-5047 or fill out the contact form below to get started.",
|
||||
},
|
||||
id: "3", title: "How do I schedule a consultation?", content: "You can call us directly at (915) 242-5047 or fill out the contact form below to get started."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get quick answers to common questions about our bookkeeping and tax services."
|
||||
@@ -222,14 +162,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to get your finances in order? Call today to schedule your consultation at (915) 242-5047."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:info@moralesbookkeeping.com",
|
||||
},
|
||||
text: "Contact Us Now", href: "mailto:info@moralesbookkeeping.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -238,38 +175,25 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Address",
|
||||
items: [
|
||||
title: "Address", items: [
|
||||
{
|
||||
label: "2880 Mike Price Dr, El Paso, TX 79938",
|
||||
href: "#",
|
||||
},
|
||||
label: "2880 Mike Price Dr, El Paso, TX 79938", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Mon–Fri: 8 AM – 7 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon–Fri: 8 AM – 7 PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Bookkeeping",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Bookkeeping", href: "#services"},
|
||||
{
|
||||
label: "Tax Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Tax Services", href: "#services"},
|
||||
{
|
||||
label: "Notary",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Notary", href: "#services"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user