Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 18:41:05 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Process",
id: "#process",
},
name: "Process", id: "#process"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Elite Insure Miami"
/>
@@ -52,41 +44,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Elite Business Insurance for Miami's Finest"
description="Protecting your legacy with precision, clarity, and personal service that puts your business first every step of the way."
buttons={[
{
text: "Get a Quote",
href: "#contact",
},
text: "Get a Quote", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg?_wi=1",
imageAlt: "Miami office view",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg", imageAlt: "Miami office view"},
{
imageSrc: "http://img.b2bpic.net/free-photo/experienced-caucasian-businessman-handshaking-smiling_74855-9870.jpg?_wi=1",
imageAlt: "Professional handshake",
},
imageSrc: "http://img.b2bpic.net/free-photo/experienced-caucasian-businessman-handshaking-smiling_74855-9870.jpg", imageAlt: "Professional handshake"},
{
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103833.jpg?_wi=1",
imageAlt: "Luxury gold background",
},
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103833.jpg", imageAlt: "Luxury gold background"},
{
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-cityspace_116348-79.jpg?_wi=1",
imageAlt: "Miami downtown skyline",
},
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-cityspace_116348-79.jpg", imageAlt: "Miami downtown skyline"},
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-elements_23-2147986573.jpg?_wi=1",
imageAlt: "Document signing",
},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-elements_23-2147986573.jpg", imageAlt: "Document signing"},
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-with-modern-stationery-items_23-2148500521.jpg?_wi=1",
imageAlt: "Insurance policy documents",
},
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-with-modern-stationery-items_23-2148500521.jpg", imageAlt: "Insurance policy documents"},
]}
/>
</div>
@@ -99,41 +76,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "General Liability",
price: "From $500",
imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg?_wi=2",
},
id: "p1", name: "General Liability", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg"},
{
id: "p2",
name: "Professional Indemnity",
price: "Custom Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/experienced-caucasian-businessman-handshaking-smiling_74855-9870.jpg?_wi=2",
},
id: "p2", name: "Professional Indemnity", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/experienced-caucasian-businessman-handshaking-smiling_74855-9870.jpg"},
{
id: "p3",
name: "Property & Assets",
price: "Custom Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103833.jpg?_wi=2",
},
id: "p3", name: "Property & Assets", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103833.jpg"},
{
id: "p4",
name: "Cyber Liability",
price: "Custom Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-cityspace_116348-79.jpg?_wi=2",
},
id: "p4", name: "Cyber Liability", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-cityspace_116348-79.jpg"},
{
id: "p5",
name: "Workers Comp",
price: "Custom Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-elements_23-2147986573.jpg?_wi=2",
},
id: "p5", name: "Workers Comp", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-elements_23-2147986573.jpg"},
{
id: "p6",
name: "Business Interruption",
price: "Custom Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-with-modern-stationery-items_23-2148500521.jpg?_wi=2",
},
id: "p6", name: "Business Interruption", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-with-modern-stationery-items_23-2148500521.jpg"},
]}
title="Comprehensive Coverage Types"
description="Tailored insurance solutions to secure your business against every risk."
@@ -142,63 +95,33 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
role: "CEO",
company: "Tech Miami",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-colleagues-laughing-work_74855-4314.jpg",
},
id: "t1", name: "Sarah Miller", role: "CEO", company: "Tech Miami", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-colleagues-laughing-work_74855-4314.jpg"},
{
id: "t2",
name: "James Chen",
role: "Owner",
company: "Chen Logistics",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
},
id: "t2", name: "James Chen", role: "Owner", company: "Chen Logistics", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg"},
{
id: "t3",
name: "Elena Rodriguez",
role: "Founder",
company: "ER Design",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1083.jpg",
},
id: "t3", name: "Elena Rodriguez", role: "Founder", company: "ER Design", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1083.jpg"},
{
id: "t4",
name: "Marcus Thorne",
role: "COO",
company: "Thorne Retail",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg",
},
id: "t4", name: "Marcus Thorne", role: "COO", company: "Thorne Retail", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg"},
{
id: "t5",
name: "Linda Wu",
role: "Owner",
company: "Wu Properties",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg",
},
id: "t5", name: "Linda Wu", role: "Owner", company: "Wu Properties", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg"},
]}
kpiItems={[
{
value: "2022",
label: "Serving Since",
},
value: "2022", label: "Serving Since"},
{
value: "100%",
label: "Client Satisfaction",
},
value: "100%", label: "Client Satisfaction"},
{
value: "24/7",
label: "Dedicated Support",
},
value: "24/7", label: "Dedicated Support"},
]}
title="What Our Clients Say"
description="Join the dozens of Miami businesses that trust us with their security."
@@ -210,14 +133,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Decades of Expertise in Risk Management"
description={[
"Our firm specializes in protecting high-growth Miami companies through bespoke insurance strategies. We believe in proactive partnership, not just policy issuance.",
"By understanding the unique climate and economic landscape of South Florida, we provide coverage that is as resilient and dynamic as your business itself.",
]}
"Our firm specializes in protecting high-growth Miami companies through bespoke insurance strategies. We believe in proactive partnership, not just policy issuance.", "By understanding the unique climate and economic landscape of South Florida, we provide coverage that is as resilient and dynamic as your business itself."]}
buttons={[
{
text: "Learn About Our Firm",
href: "#",
},
text: "Learn About Our Firm", href: "#"},
]}
/>
</div>
@@ -226,8 +145,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Start Your Coverage Today"
description="Ready to secure your business? Fill out the form and our Miami-based experts will reach out same-day."
tag="Get In Touch"
@@ -238,13 +156,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Elite Insure Miami"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>