Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-18 01:02:18 +00:00

View File

@@ -55,11 +55,11 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/confident-partners-meeting-office-room-talking-smiling-bearded-boss-eyeglasses-discussing-project-with-beautiful-businesswomen-business-communication-top-management-concept_74855-11637.jpg", imageAlt: "Financial consultant meeting with client" },
{ imageSrc: "http://img.b2bpic.net/free-photo/black-smiling-businesswoman-analyzing-financial-reports-while-working-office-looking-camera_637285-1144.jpg?_wi=1", imageAlt: "Professional financial advisor" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-paper_23-2149191414.jpg?_wi=1", imageAlt: "Life insurance protection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/technology-is-very-helpful-work_329181-10979.jpg?_wi=1", imageAlt: "Business formation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383569.jpg?_wi=1", imageAlt: "Homeownership planning" },
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-insurance-agent-going-through-real-estate-plans-meeting-office-focus-is-man_637285-2808.jpg?_wi=1", imageAlt: "Business credit building" }
{ imageSrc: "http://img.b2bpic.net/free-photo/black-smiling-businesswoman-analyzing-financial-reports-while-working-office-looking-camera_637285-1144.jpg", imageAlt: "Professional financial advisor" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-paper_23-2149191414.jpg", imageAlt: "Life insurance protection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/technology-is-very-helpful-work_329181-10979.jpg", imageAlt: "Business formation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383569.jpg", imageAlt: "Homeownership planning" },
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-insurance-agent-going-through-real-estate-plans-meeting-office-focus-is-man_637285-2808.jpg", imageAlt: "Business credit building" }
]}
mediaAnimation="slide-up"
ariaLabel="Hero section for Financial Power Consulting"
@@ -79,9 +79,10 @@ export default function LandingPage() {
tag="Our Expertise"
tagIcon={Award}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/black-smiling-businesswoman-analyzing-financial-reports-while-working-office-looking-camera_637285-1144.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/black-smiling-businesswoman-analyzing-financial-reports-while-working-office-looking-camera_637285-1144.jpg"
imageAlt="Financial Power Consulting Team"
mediaAnimation="opacity"
metricsAnimation="slide-up"
/>
</div>
@@ -97,25 +98,25 @@ export default function LandingPage() {
id: "life-insurance", title: "Life Insurance Planning", descriptions: [
"Secure your family's financial future with comprehensive life insurance solutions", "We help you understand coverage options and find the perfect policy for your needs"
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-paper_23-2149191414.jpg?_wi=2", imageAlt: "Life Insurance Protection"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-paper_23-2149191414.jpg", imageAlt: "Life Insurance Protection"
},
{
id: "llc-formation", title: "LLC Business Formation", descriptions: [
"Establish your business the right way with proper LLC documentation and planning", "Navigate the complexities of business registration with our expert guidance"
],
imageSrc: "http://img.b2bpic.net/free-photo/technology-is-very-helpful-work_329181-10979.jpg?_wi=2", imageAlt: "LLC Business Formation"
imageSrc: "http://img.b2bpic.net/free-photo/technology-is-very-helpful-work_329181-10979.jpg", imageAlt: "LLC Business Formation"
},
{
id: "homeownership", title: "Homeownership Planning", descriptions: [
"Achieve your dream of homeownership with strategic financial planning", "We guide you through the entire process from preparation to closing"
],
imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383569.jpg?_wi=2", imageAlt: "Homeownership Planning"
imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383569.jpg", imageAlt: "Homeownership Planning"
},
{
id: "business-credit", title: "Business Credit Building", descriptions: [
"Establish and strengthen your business credit to access better financing opportunities", "Learn proven strategies to build creditworthiness and financial credibility"
],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-insurance-agent-going-through-real-estate-plans-meeting-office-focus-is-man_637285-2808.jpg?_wi=2", imageAlt: "Business Credit Building"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-insurance-agent-going-through-real-estate-plans-meeting-office-focus-is-man_637285-2808.jpg", imageAlt: "Business Credit Building"
}
]}
gridVariant="two-columns-alternating-heights"
@@ -138,16 +139,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "clients", value: "100+", title: "Satisfied Clients", description: "Families and business owners we've helped achieve their financial goals"
id: "clients", value: "100+", title: "Satisfied Clients", description: "Families and business owners we've helped achieve their financial goals", videoSrc: "https://example.com/placeholder.mp4", videoAriaLabel: "Client success video"
},
{
id: "years", value: "2+", title: "Years in Business", description: "Consistent excellence in financial consulting and guidance"
id: "years", value: "2+", title: "Years in Business", description: "Consistent excellence in financial consulting and guidance", videoSrc: "https://example.com/placeholder.mp4", videoAriaLabel: "Years in business video"
},
{
id: "rating", value: "5.0★", title: "Average Rating", description: "Reflected in hundreds of positive client testimonials and reviews"
id: "rating", value: "5.0★", title: "Average Rating", description: "Reflected in hundreds of positive client testimonials and reviews", videoSrc: "https://example.com/placeholder.mp4", videoAriaLabel: "Rating video"
},
{
id: "services", value: "4+", title: "Service Areas", description: "Comprehensive financial solutions covering insurance, business, and real estate"
id: "services", value: "4+", title: "Service Areas", description: "Comprehensive financial solutions covering insurance, business, and real estate", videoSrc: "https://example.com/placeholder.mp4", videoAriaLabel: "Service areas video"
}
]}
animationType="slide-up"