4 Commits

Author SHA1 Message Date
f49c2be338 Update src/app/page.tsx 2026-05-13 07:04:06 +00:00
fcdfd5e5a8 Update src/app/page.tsx 2026-05-13 07:03:42 +00:00
78ffb4389b Merge version_1 into main
Merge version_1 into main
2026-05-13 06:58:49 +00:00
d0c287647a Merge version_1 into main
Merge version_1 into main
2026-05-13 06:58:23 +00:00

View File

@@ -2,15 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import ContactText from '@/components/sections/contact/ContactText'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; 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 TextAbout from '@/components/sections/about/TextAbout';
import { Briefcase, Shield, Zap } from "lucide-react"; import { Briefcase, Shield, Zap } from "lucide-react";
@@ -53,7 +53,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-beautiful-rose_23-2151914721.jpg", imageAlt: "Compassion and care" }, { imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-beautiful-rose_23-2151914721.jpg", imageAlt: "Compassion and care" },
{ imageSrc: "http://img.b2bpic.net/free-photo/students-lying-park-with-legs-crossed_23-2148208751.jpg", imageAlt: "Minimalist garden" }, { imageSrc: "http://img.b2bpic.net/free-photo/students-lying-park-with-legs-crossed_23-2148208751.jpg", imageAlt: "Minimalist garden" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicate-white-flower-serene-field-with-bokeh-background_84443-81825.jpg", imageAlt: "Serene landscape" }, { imageSrc: "http://img.b2bpic.net/free-photo/delicate-white-flower-serene-field-with-bokeh-background_84443-81825.jpg", imageAlt: "Serene landscape" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-beautiful-rose_23-2151914715.jpg", imageAlt: "Compassion and care" } { imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-beautiful-rose_23-2151914715.jpg?_wi=1", imageAlt: "Compassion and care" }
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -104,25 +104,21 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardOne <TestimonialCardTwelve
animationType="slide-up" cardAnimation="slide-up"
textboxLayout="default"
gridVariant="one-large-right-three-stacked-left"
useInvertedBackground={true} useInvertedBackground={true}
cardTitle="Trusted by Thousands"
cardTag="Testimonials"
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: "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", 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: "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", 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: "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" }
{ 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" }
]} ]}
title="Trusted by Thousands"
description="What our clients say about the peace of mind Eltrym Insure provides."
/> />
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqDouble <FaqBase
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
@@ -137,7 +133,7 @@ export default function LandingPage() {
</div> </div>
<div id="blog" data-section="blog"> <div id="blog" data-section="blog">
<BlogCardOne <BlogCardTwo
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
@@ -152,11 +148,13 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactSplit
useInvertedBackground={false} 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" }} background={{ variant: "gradient-bars" }}
text="Ready to get protected? Reach out via WhatsApp or submit a quick quote form below." useInvertedBackground={false}
buttons={[{ text: "Start Quote", href: "#" }]} imageSrc="http://img.b2bpic.net/free-photo/hands-holding-beautiful-rose_23-2151914715.jpg?_wi=2"
/> />
</div> </div>