diff --git a/src/app/page.tsx b/src/app/page.tsx index c01ace6..6df6a09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { ]} brandName="All Points Business Tax Services, LLC" button={{ - text: "Book an Appointment", href: "#contact"}} + text: "Book an Appointment", href: "#contact"}} animateOnLoad={true} /> @@ -73,6 +73,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={true} + animationType="opacity" 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", imageAlt: "Professional photo of Ms. Sharon"}, @@ -88,17 +89,13 @@ 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", imageAlt: "gold receipt icon tax"}, + title: "Individual & Family Tax Returns", description: "Stress-free filing with expert eyes on every deduction.", 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", imageAlt: "gold receipt icon tax"}, + title: "Business Tax Preparation", description: "LLC, sole proprietor, and small business tax expertise.", 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", imageAlt: "gold receipt icon tax"}, + title: "Deduction Maximization", description: "We find credits and deductions others miss.", 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", imageAlt: "gold receipt icon tax"}, + title: "Year-Round Support", description: "We're here for your questions beyond April.", 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." @@ -109,6 +106,7 @@ export default function LandingPage() {