diff --git a/src/app/page.tsx b/src/app/page.tsx index 7289efe..205fd94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "@client", testimonial: "Donna is the best! She answers all my questions and concerns.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/working-woman-standing-graphics_1150-97.jpg", imageAlt: "professional accounting services office"}, + imageSrc: "http://img.b2bpic.net/free-photo/working-woman-standing-graphics_1150-97.jpg?_wi=1", imageAlt: "professional accounting services office"}, { name: "Mark D.", handle: "@client", testimonial: "Very professional and accurate service every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-architect-workers-sitting-their-cozy-workplace-surrounded-with-many-papers_273609-14168.jpg", imageAlt: "professional accounting services office"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-architect-workers-sitting-their-cozy-workplace-surrounded-with-many-papers_273609-14168.jpg?_wi=1", imageAlt: "professional accounting services office"}, { name: "Emily R.", handle: "@client", testimonial: "Quick turnaround and very helpful with my taxes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", imageAlt: "professional accounting services office"}, + imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg?_wi=1", imageAlt: "professional accounting services office"}, { name: "David K.", handle: "@client", testimonial: "Finally found a tax service I can trust year-round.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg", imageAlt: "professional accounting services office"}, + imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg?_wi=1", imageAlt: "professional accounting services office"}, { name: "Lisa B.", handle: "@client", testimonial: "Excellent service and friendly atmosphere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg", imageAlt: "professional accounting services office"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg?_wi=1", imageAlt: "professional accounting services office"}, ]} buttons={[ { @@ -73,7 +73,7 @@ export default function LandingPage() { { text: "Book Your Appointment", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/working-woman-standing-graphics_1150-97.jpg" + imageSrc="http://img.b2bpic.net/free-photo/working-woman-standing-graphics_1150-97.jpg?_wi=2" mediaAnimation="blur-reveal" avatars={[ { @@ -107,7 +107,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your Trusted Tax Partner in Waldorf, MD" description="At DFH Accounting Services, we help individuals, families, and small business owners take control of their taxes with confidence. Located in Waldorf, Maryland, we provide reliable tax preparation services tailored to your unique financial situation." - imageSrc="http://img.b2bpic.net/free-photo/two-architect-workers-sitting-their-cozy-workplace-surrounded-with-many-papers_273609-14168.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-architect-workers-sitting-their-cozy-workplace-surrounded-with-many-papers_273609-14168.jpg?_wi=2" /> @@ -161,13 +161,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@client", testimonial: "Donna is the best! She answers all my questions and concerns. I would refer others to this tax service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg?_wi=2"}, { id: "2", name: "Michael Chen", handle: "@client", testimonial: "Excellent service and accuracy, made the whole process stress-free.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg?_wi=2"}, { id: "3", name: "Emily Rodriguez", handle: "@client", testimonial: "Very professional team, handled my complex tax situation perfectly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg?_wi=2"}, { id: "4", name: "David Kim", handle: "@client", testimonial: "They were available when nobody else was. Truly 24/7 support.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg"},