Compare commits
10 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| cc13077bbb | |||
| 84d62e5b82 | |||
| 4a634481b7 | |||
| 5f6714efe3 | |||
| 43af14965c | |||
| 73811eac29 | |||
| 2c6f38450f | |||
| 4d24332810 | |||
| c593b870d3 | |||
| e2b38ec6df |
@@ -10,6 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
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";
|
import { Award, DollarSign, Laptop, Phone, Shield, Star, TrendingUp } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -140,6 +141,20 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
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">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Generation Next"
|
logoText="Generation Next"
|
||||||
|
|||||||
Reference in New Issue
Block a user