Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-13 07:03:45 +00:00

View File

@@ -2,15 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextAbout from '@/components/sections/about/TextAbout';
import { Briefcase, Shield, Zap } from "lucide-react";
@@ -104,25 +104,21 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="one-large-right-three-stacked-left"
<TestimonialCardTwelve
cardAnimation="slide-up"
useInvertedBackground={true}
cardTitle="Trusted by Thousands"
cardTag="Testimonials"
testimonials={[
{ id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg" },
{ id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-woman-with-ringlets-wears-glasses-blue-jacket-poses-pink_291650-1102.jpg" },
{ id: "3", name: "Emily Rodriguez", role: "Marketing", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15188.jpg" },
{ id: "4", name: "David Kim", role: "Manager", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sport-suit-standing-with-crossed-arms-looking-confident_176474-39124.jpg" },
{ id: "5", name: "Jessica Lee", role: "HR Director", company: "GlobalCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-entrepreneur-standing-looking-camera-crossing-arms-smiling_482257-5018.jpg" }
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg" },
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-woman-with-ringlets-wears-glasses-blue-jacket-poses-pink_291650-1102.jpg" },
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/positive-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15188.jpg" }
]}
title="Trusted by Thousands"
description="What our clients say about the peace of mind Eltrym Insure provides."
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
faqs={[
@@ -137,7 +133,7 @@ export default function LandingPage() {
</div>
<div id="blog" data-section="blog">
<BlogCardOne
<BlogCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
@@ -152,11 +148,13 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
<ContactSplit
tag="Contact"
title="Get Protected Today"
description="Ready to get protected? Reach out via WhatsApp or submit a quick quote form below."
background={{ variant: "gradient-bars" }}
text="Ready to get protected? Reach out via WhatsApp or submit a quick quote form below."
buttons={[{ text: "Start Quote", href: "#" }]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/hands-holding-beautiful-rose_23-2151914715.jpg"
/>
</div>