Merge version_1 into main #1
@@ -41,7 +41,7 @@ export default function AboutPage() {
|
||||
description="Local expertise meets personalized service. We're committed to simplifying insurance and supporting your success."
|
||||
tag="Our Difference"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg?_wi=3"
|
||||
imageAlt="Business team discussing benefits"
|
||||
imagePosition="right"
|
||||
textboxLayout="default"
|
||||
@@ -87,7 +87,7 @@ export default function AboutPage() {
|
||||
testimonial:
|
||||
"Extremely helpful and resourceful insurance broker. They took the time to explain everything and helped us save significantly on our group plan.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6867.jpg",
|
||||
"http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6867.jpg?_wi=3",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function AboutPage() {
|
||||
testimonial:
|
||||
"Our company has utilized Business Benefits for several years now. Their expertise and dedication to client service is outstanding.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg",
|
||||
"http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg?_wi=3",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -107,7 +107,7 @@ export default function AboutPage() {
|
||||
testimonial:
|
||||
"Fabulous to work with! They made the transition to new coverage seamless and are always available when we have questions.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=2",
|
||||
imageAlt: "Jennifer Walsh",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -43,7 +43,7 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-male-colleagues-sitting-opposing-desks_171337-7289.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-male-colleagues-sitting-opposing-desks_171337-7289.jpg?_wi=4"
|
||||
imageAlt="Insurance advisor consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -60,7 +60,7 @@ export default function ContactPage() {
|
||||
description="Whether you're a small business owner, HR manager, or individual seeking coverage, we have solutions tailored to your needs."
|
||||
tag="Our Process"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg?_wi=4"
|
||||
imageAlt="Business consultation"
|
||||
imagePosition="left"
|
||||
textboxLayout="default"
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -79,7 +79,7 @@ export default function HomePage() {
|
||||
description="Helping companies and individuals find the right health coverage with personalized support from local insurance experts in Acton."
|
||||
tag="Local Insurance Experts"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-male-colleagues-sitting-opposing-desks_171337-7289.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-male-colleagues-sitting-opposing-desks_171337-7289.jpg?_wi=1"
|
||||
imageAlt="Insurance advisor helping client"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -88,14 +88,14 @@ export default function HomePage() {
|
||||
handle: "Small Business Owner",
|
||||
testimonial: "Extremely helpful and resourceful insurance broker. Made the process so simple!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6867.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6867.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "HR Manager",
|
||||
testimonial: "Fabulous to work with. They truly understand our needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -157,7 +157,7 @@ export default function HomePage() {
|
||||
author: "For Businesses",
|
||||
description: "Competitive employee benefit plans with cost comparisons and expert plan selection guidance.",
|
||||
tags: ["Business", "Benefits", "Plans"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148827004.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148827004.jpg?_wi=1",
|
||||
imageAlt: "Group health insurance consultation",
|
||||
},
|
||||
{
|
||||
@@ -166,7 +166,7 @@ export default function HomePage() {
|
||||
author: "Personal Coverage",
|
||||
description: "Marketplace guidance and enrollment assistance for individuals and families seeking health coverage.",
|
||||
tags: ["Individual", "Family", "Marketplace"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-spending-time-together-home_23-2149032161.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-spending-time-together-home_23-2149032161.jpg?_wi=1",
|
||||
imageAlt: "Individual health insurance guidance",
|
||||
},
|
||||
{
|
||||
@@ -175,7 +175,7 @@ export default function HomePage() {
|
||||
author: "Strategy & Optimization",
|
||||
description: "Employer benefits strategy, cost management, and long-term benefits planning for optimal outcomes.",
|
||||
tags: ["Strategy", "Consulting", "Optimization"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-developing-new-project-together_1098-21664.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-developing-new-project-together_1098-21664.jpg?_wi=1",
|
||||
imageAlt: "Benefits consulting and planning",
|
||||
},
|
||||
]}
|
||||
@@ -197,7 +197,7 @@ export default function HomePage() {
|
||||
description="Local expertise meets personalized service. We're committed to simplifying insurance and supporting your success."
|
||||
tag="Our Difference"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg?_wi=1"
|
||||
imageAlt="Business team discussing benefits"
|
||||
imagePosition="right"
|
||||
textboxLayout="default"
|
||||
@@ -246,21 +246,21 @@ export default function HomePage() {
|
||||
name: "Sarah Mitchell",
|
||||
role: "Business Owner",
|
||||
testimonial: "Extremely helpful and resourceful insurance broker. They took the time to explain everything and helped us save significantly on our group plan.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6867.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6867.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "HR Director",
|
||||
testimonial: "Our company has utilized Business Benefits for several years now. Their expertise and dedication to client service is outstanding.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jennifer Walsh",
|
||||
role: "Office Manager",
|
||||
testimonial: "Fabulous to work with! They made the transition to new coverage seamless and are always available when we have questions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -287,7 +287,7 @@ export default function HomePage() {
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-male-colleagues-sitting-opposing-desks_171337-7289.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-male-colleagues-sitting-opposing-desks_171337-7289.jpg?_wi=2"
|
||||
imageAlt="Insurance advisor consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -83,7 +83,7 @@ export default function ServicesPage() {
|
||||
author: "For Businesses",
|
||||
description: "We help employers navigate group health insurance options, providing competitive plan comparisons, cost analysis, and expert guidance on selecting coverage that attracts and retains talent while managing costs effectively.",
|
||||
tags: ["Business", "Benefits", "Plans"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148827004.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148827004.jpg?_wi=2",
|
||||
imageAlt: "Group health insurance consultation",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ export default function ServicesPage() {
|
||||
author: "Personal Coverage",
|
||||
description: "Navigate the health insurance marketplace with confidence. We provide personalized guidance on individual and family coverage options, helping you understand plan types, costs, and benefits to find the right fit for your situation.",
|
||||
tags: ["Individual", "Family", "Marketplace"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-spending-time-together-home_23-2149032161.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-spending-time-together-home_23-2149032161.jpg?_wi=2",
|
||||
imageAlt: "Individual health insurance guidance",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function ServicesPage() {
|
||||
author: "Strategy & Optimization",
|
||||
description: "Our consulting services help employers develop comprehensive benefits strategies, optimize costs, manage compliance, and create competitive packages that support employee satisfaction and retention.",
|
||||
tags: ["Strategy", "Consulting", "Optimization"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-developing-new-project-together_1098-21664.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-developing-new-project-together_1098-21664.jpg?_wi=2",
|
||||
imageAlt: "Benefits consulting and planning",
|
||||
},
|
||||
]}
|
||||
@@ -123,7 +123,7 @@ export default function ServicesPage() {
|
||||
description="We combine deep market knowledge with personalized attention to deliver insurance solutions that actually work for your unique situation."
|
||||
tag="Our Approach"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg?_wi=2"
|
||||
imageAlt="Professional insurance consultation"
|
||||
imagePosition="left"
|
||||
textboxLayout="default"
|
||||
@@ -160,7 +160,7 @@ export default function ServicesPage() {
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-male-colleagues-sitting-opposing-desks_171337-7289.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-male-colleagues-sitting-opposing-desks_171337-7289.jpg?_wi=3"
|
||||
imageAlt="Insurance consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user