diff --git a/src/app/page.tsx b/src/app/page.tsx
index abe242a..15b9f8c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,48 +40,17 @@ export default function LandingPage() {
@@ -102,15 +59,7 @@ export default function LandingPage() {
@@ -131,24 +80,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: 1,
- title: "Corporate Tax Strategy",
- description: "Mitigate risk through proactive, high-level corporate structure design and tax planning.",
- imageSrc: "http://img.b2bpic.net/free-photo/pen-adult-professional-presentation-gold-closeup_1418-547.jpg",
- },
- {
- id: 2,
- title: "Wealth Management",
- description: "Long-term investment stewardship aligning capital growth with personal retirement and legacy goals.",
- imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg",
- },
- {
- id: 3,
- title: "Strategic Consulting",
- description: "Expert advice for enterprise-level operational efficiency and financial decision-making.",
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-glasses-meeting-presentation-with-her-coworkers_23-2148824816.jpg",
- },
+ { id: 1, title: "Corporate Tax Strategy", description: "Mitigate risk through proactive, high-level corporate structure design and tax planning.", imageSrc: "http://img.b2bpic.net/free-photo/pen-adult-professional-presentation-gold-closeup_1418-547.jpg", imageAlt: "Tax Strategy" },
+ { id: 2, title: "Wealth Management", description: "Long-term investment stewardship aligning capital growth with personal retirement and legacy goals.", imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg", imageAlt: "Wealth Management" },
+ { id: 3, title: "Strategic Consulting", description: "Expert advice for enterprise-level operational efficiency and financial decision-making.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-glasses-meeting-presentation-with-her-coworkers_23-2148824816.jpg", imageAlt: "Strategic Consulting" },
]}
title="Comprehensive Financial Stewardship"
description="Customized financial solutions designed to protect your legacy."
@@ -160,46 +94,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- title: "Unmatched Integrity",
- quote: "David transformed my business finances. His attention to detail and proactive strategy were vital to my success.",
- name: "Sarah J.",
- role: "CEO",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=1",
- },
- {
- id: "2",
- title: "Strategic Growth",
- quote: "Finally, a CPA firm that understands enterprise scale. David provides the clarity I've been searching for for years.",
- name: "Michael R.",
- role: "Founder",
- imageSrc: "http://img.b2bpic.net/free-photo/leisure-virtual-reality_1098-14670.jpg",
- },
- {
- id: "3",
- title: "Legacy Preservation",
- quote: "Working with the Norby firm has provided true peace of mind regarding my estate and multi-generational tax assets.",
- name: "Eleanor K.",
- role: "Investor",
- imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-standing-by-window-office_1303-20349.jpg",
- },
- {
- id: "4",
- title: "Professional Excellence",
- quote: "A truly gold-standard advisory practice. The level of insight into corporate financial structures is unmatched.",
- name: "Thomas V.",
- role: "Partner",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg",
- },
- {
- id: "5",
- title: "Financial Stewardship",
- quote: "David Norby has been an indispensable partner for our company's fiscal roadmap and long-term planning.",
- name: "James L.",
- role: "Director",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=2",
- },
+ { id: "1", title: "Unmatched Integrity", quote: "David transformed my business finances. His attention to detail and proactive strategy were vital to my success.", name: "Sarah J.", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=1", imageAlt: "Sarah J." },
+ { id: "2", title: "Strategic Growth", quote: "Finally, a CPA firm that understands enterprise scale. David provides the clarity I've been searching for for years.", name: "Michael R.", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/leisure-virtual-reality_1098-14670.jpg", imageAlt: "Michael R." },
+ { id: "3", title: "Legacy Preservation", quote: "Working with the Norby firm has provided true peace of mind regarding my estate and multi-generational tax assets.", name: "Eleanor K.", role: "Investor", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-standing-by-window-office_1303-20349.jpg", imageAlt: "Eleanor K." },
+ { id: "4", title: "Professional Excellence", quote: "A truly gold-standard advisory practice. The level of insight into corporate financial structures is unmatched.", name: "Thomas V.", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg", imageAlt: "Thomas V." },
+ { id: "5", title: "Financial Stewardship", quote: "David Norby has been an indispensable partner for our company's fiscal roadmap and long-term planning.", name: "James L.", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=2", imageAlt: "James L." },
]}
title="Client Perspectives"
description="Exceptional outcomes define our partnership with those we serve."
@@ -208,19 +107,11 @@ export default function LandingPage() {
@@ -228,37 +119,17 @@ export default function LandingPage() {