Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-26 18:32:05 +00:00

View File

@@ -118,7 +118,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
animationType="blur-reveal"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
@@ -145,6 +145,7 @@ export default function LandingPage() {
<TestimonialCardSix
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
title="Client Success Stories"
description="What our local clients say about our agency services."
testimonials={[
@@ -159,8 +160,10 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqBase
title="Frequently Asked Questions"
description="Everything you need to know about our services."
faqsAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "How does independent agency differ?", content: "We offer quotes from multiple carriers to save you time and money." },
{ id: "2", title: "Is my insurance bundleable?", content: "Absolutely, bundling auto and home usually yields significant savings." },
@@ -185,7 +188,7 @@ export default function LandingPage() {
tag="Get in touch"
title="Ready for a review?"
description="Call or visit our local office to discuss your coverage needs."
background="plain"
background={{ variant: "plain" }}
useInvertedBackground={true}
mediaPosition="right"
/>