Merge version_1 into main #2
149
src/app/page.tsx
149
src/app/page.tsx
@@ -21,8 +21,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
@@ -30,8 +29,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Group Health Insurance", href: "/services" },
|
||||
{ label: "Individual Plans", href: "/services" },
|
||||
{ label: "Benefits Consulting", href: "/services" },
|
||||
@@ -39,8 +37,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "(978) 451-0980", href: "tel:(978)451-0980" },
|
||||
{ label: "36 Knox Trail Suite 304, Acton, MA 01720", href: "#" },
|
||||
{ label: "Local Insurance Experts", href: "#" },
|
||||
@@ -66,9 +63,7 @@ export default function HomePage() {
|
||||
brandName="Business Benefits"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(978)451-0980",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(978)451-0980"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,37 +74,27 @@ 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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-male-colleagues-sitting-opposing-desks_171337-7289.jpg"
|
||||
imageAlt="Insurance advisor helping client"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell",
|
||||
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?_wi=1",
|
||||
},
|
||||
name: "Sarah Mitchell", 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"},
|
||||
{
|
||||
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?_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"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now (978) 451-0980",
|
||||
href: "tel:(978)451-0980",
|
||||
},
|
||||
text: "Call Now (978) 451-0980", href: "tel:(978)451-0980"},
|
||||
{
|
||||
text: "Request Free Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Free Consultation", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,20 +107,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5.0★",
|
||||
description: "Google Rating",
|
||||
},
|
||||
id: "1", value: "5.0★", description: "Google Rating"},
|
||||
{
|
||||
id: "2",
|
||||
value: "20+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
id: "2", value: "20+", description: "Years Experience"},
|
||||
{
|
||||
id: "3",
|
||||
value: "500+",
|
||||
description: "Clients Served",
|
||||
},
|
||||
id: "3", value: "500+", description: "Clients Served"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -152,41 +128,21 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Group Health Insurance",
|
||||
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?_wi=1",
|
||||
imageAlt: "Group health insurance consultation",
|
||||
},
|
||||
id: "1", title: "Group Health Insurance", 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", imageAlt: "Group health insurance consultation"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Individual & Family Plans",
|
||||
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?_wi=1",
|
||||
imageAlt: "Individual health insurance guidance",
|
||||
},
|
||||
id: "2", title: "Individual & Family Plans", 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", imageAlt: "Individual health insurance guidance"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Benefits Consulting",
|
||||
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?_wi=1",
|
||||
imageAlt: "Benefits consulting and planning",
|
||||
},
|
||||
id: "3", title: "Benefits Consulting", 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", imageAlt: "Benefits consulting and planning"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Learn More", href: "/services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -197,39 +153,27 @@ 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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg"
|
||||
imageAlt="Business team discussing benefits"
|
||||
imagePosition="right"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Local Massachusetts Expertise",
|
||||
description: "Deep knowledge of Massachusetts health insurance market and regulations",
|
||||
},
|
||||
title: "Local Massachusetts Expertise", description: "Deep knowledge of Massachusetts health insurance market and regulations"},
|
||||
{
|
||||
title: "Personalized Guidance",
|
||||
description: "Tailored solutions that match your specific needs and budget",
|
||||
},
|
||||
title: "Personalized Guidance", description: "Tailored solutions that match your specific needs and budget"},
|
||||
{
|
||||
title: "Simplifying Complexity",
|
||||
description: "We break down insurance jargon into clear, understandable options",
|
||||
},
|
||||
title: "Simplifying Complexity", description: "We break down insurance jargon into clear, understandable options"},
|
||||
{
|
||||
title: "Dedicated Support",
|
||||
description: "Ongoing assistance and advocacy for you and your organization",
|
||||
},
|
||||
title: "Dedicated Support", description: "Ongoing assistance and advocacy for you and your organization"},
|
||||
{
|
||||
title: "Trusted by Local Business",
|
||||
description: "Proven track record serving Acton and surrounding Massachusetts communities",
|
||||
},
|
||||
title: "Trusted by Local Business", description: "Proven track record serving Acton and surrounding Massachusetts communities"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Consultation", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -242,33 +186,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
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?_wi=2",
|
||||
},
|
||||
id: "1", 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"},
|
||||
{
|
||||
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?_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"},
|
||||
{
|
||||
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?_wi=1",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thompson",
|
||||
role: "Company Director",
|
||||
testimonial: "Best decision we made was switching to Business Benefits. The service quality and attention to detail is exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg",
|
||||
},
|
||||
id: "4", name: "David Thompson", role: "Company Director", testimonial: "Best decision we made was switching to Business Benefits. The service quality and attention to detail is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -284,10 +208,9 @@ export default function HomePage() {
|
||||
description="Contact Business Benefits today for a free consultation. Our local experts are ready to help you find the perfect coverage for your needs."
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-male-colleagues-sitting-opposing-desks_171337-7289.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-young-male-colleagues-sitting-opposing-desks_171337-7289.jpg"
|
||||
imageAlt="Insurance advisor consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user