Merge version_10 into main #14

Merged
bender merged 1 commits from version_10 into main 2026-04-18 03:18:20 +00:00

View File

@@ -10,6 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TextAbout from '@/components/sections/about/TextAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, DollarSign, Laptop, Phone, Shield, Star, TrendingUp } from "lucide-react";
export default function LandingPage() {
@@ -140,6 +141,19 @@ export default function LandingPage() {
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFive
title="Trusted by Industry Carriers"
description="We partner with leading insurance carriers to ensure top-tier support and reliability for our agents."
textboxLayout="default"
testimonials={[
{
id: "carriers", name: "Our Partners", date: "", title: "Insurance Carrier Network", quote: "We represent a premier list of reputable insurance carriers to provide families with the most comprehensive coverage options available in the market today.", tag: "Trusted", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776482282242-9o46ykpl.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776482282242-9o46ykpl.png", imageAlt: "Insurance Carriers"
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Generation Next"
@@ -153,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}