From ae03483defdeff73fa7dba484b932f71eabd16c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:20:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0065fd1..7b44d5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Call (555) 123-4567", href: "tel:+15551234567" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/two-entrepreneurs-talking-while-working-desk-office-focus-is-happy-businessman_637285-1041.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/two-entrepreneurs-talking-while-working-desk-office-focus-is-happy-businessman_637285-1041.jpg" imageAlt="Professional financial advisor in elegant office" mediaAnimation="opacity" imagePosition="right" @@ -85,19 +85,18 @@ export default function LandingPage() { features={[ { id: "1", title: "Individual Tax Preparation", author: "Maximize Your Refund", description: "Expert tax preparation designed to minimize your burden and maximize your return. We handle every detail with precision.", tags: ["Personal", "Expert"], - imageSrc: "http://img.b2bpic.net/free-photo/two-entrepreneurs-talking-while-working-desk-office-focus-is-happy-businessman_637285-1041.jpg?_wi=2", imageAlt: "Individual tax preparation" + imageSrc: "http://img.b2bpic.net/free-photo/two-entrepreneurs-talking-while-working-desk-office-focus-is-happy-businessman_637285-1041.jpg", imageAlt: "Individual tax preparation" }, { id: "2", title: "Business Tax Returns", author: "Professional Solutions", description: "Complex business tax scenarios made simple. We ensure compliance and optimize your tax position.", tags: ["Business", "Strategic"], - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Business tax services" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Business tax services" }, { id: "3", title: "IRS Assistance & Support", author: "Expert Representation", description: "Navigate IRS issues with confidence. Our experienced team provides knowledgeable guidance and support.", tags: ["Support", "Expert"], - imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg?_wi=1", imageAlt: "IRS assistance" + imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", imageAlt: "IRS assistance" }, { - id: "4", title: "Year-Round Consultation", author: "Strategic Planning", description: "Don't wait until tax season. Ongoing consultation ensures you're prepared and optimized throughout the year.", tags: ["Planning", "Proactive"], - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "Year-round consultation" + id: "4", title: "Year-Round Consultation", author: "Strategic Planning", description: "Don't wait until tax season. Ongoing consultation ensures you're prepared and optimized throughout the year.", tags: ["Planning", "Proactive"], imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Year-round consultation" } ]} animationType="slide-up" @@ -120,7 +119,7 @@ export default function LandingPage() { description="Esther, Local Business Owner" subdescription="Very professional, bilingual personnel, helpful, understanding about your concerns. Contact Debbie at the front desk." icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg" imageAlt="Debbie from Farquhar Financial Services" mediaAnimation="slide-up" useInvertedBackground={false} @@ -130,10 +129,10 @@ export default function LandingPage() {