Update src/app/page.tsx
This commit is contained in:
144
src/app/page.tsx
144
src/app/page.tsx
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
@@ -31,16 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Doug Neil Insurance"
|
||||
/>
|
||||
@@ -48,40 +43,28 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Securing Your Future, Today"
|
||||
description="Doug Neil Insurance provides tailored protection plans for families and businesses. Experience personalized service you can rely on."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
{ text: "Get a Quote", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laughing-business-leader-with-document-office_1262-3036.jpg"
|
||||
imageAlt="Professional insurance advisor"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-male-office-worker-holding-red-file-white-wall-office-work-job-human_140725-122355.jpg", alt: "Front view male office worker holding red file"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-confident-man_176474-86009.jpg", alt: "Portrait of a young confident man"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-woman-holding-checkup-table_1187-1562.jpg", alt: "Senior woman holding a checkup table"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-businessman-checking-document-front-office-building_23-2148190744.jpg", alt: "Portrait of a young businessman checking document"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg", alt: "Young businessman happy expression"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-male-office-worker-holding-red-file-white-wall-office-work-job-human_140725-122355.jpg", alt: "Front view male office worker holding red file" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-confident-man_176474-86009.jpg", alt: "Portrait of a young confident man" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/senior-woman-holding-checkup-table_1187-1562.jpg", alt: "Senior woman holding a checkup table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-businessman-checking-document-front-office-building_23-2148190744.jpg", alt: "Portrait of a young businessman checking document" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg", alt: "Young businessman happy expression" },
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ satisfied clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "20+ Years Experience"},
|
||||
{
|
||||
type: "text", text: "Tailored Protection Plans"},
|
||||
{
|
||||
type: "text", text: "Personalized Service"},
|
||||
{
|
||||
type: "text", text: "Comprehensive Coverage"},
|
||||
{
|
||||
type: "text", text: "Fast Claim Processing"},
|
||||
{ type: "text", text: "20+ Years Experience" },
|
||||
{ type: "text", text: "Tailored Protection Plans" },
|
||||
{ type: "text", text: "Personalized Service" },
|
||||
{ type: "text", text: "Comprehensive Coverage" },
|
||||
{ type: "text", text: "Fast Claim Processing" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,10 +75,8 @@ export default function LandingPage() {
|
||||
title="Decades of Expertise"
|
||||
description="Doug Neil has served the community with integrity for over 20 years. We focus on transparency, reliability, and securing what matters most to our clients."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+", title: "Years Experience"},
|
||||
{
|
||||
value: "10k+", title: "Clients Served"},
|
||||
{ value: "20+", title: "Years Experience" },
|
||||
{ value: "10k+", title: "Clients Served" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -109,16 +90,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Auto Insurance", description: "Complete vehicle coverage for peace of mind on the road.", imageSrc: "http://img.b2bpic.net/free-photo/daddy-me-inscription-with-toy-car_23-2148096395.jpg"},
|
||||
{
|
||||
title: "Home Protection", description: "Protect your most valuable asset from life's unpredictable events.", imageSrc: "http://img.b2bpic.net/free-photo/cute-lgbt-family-concept-arrangement-yellow-background-with-copy-space_23-2148485775.jpg"},
|
||||
{
|
||||
title: "Business Coverage", description: "Specialized liability and operations insurance for local companies.", imageSrc: "http://img.b2bpic.net/free-photo/privacy-policy-service-documents-terms-use-concept_53876-137636.jpg"},
|
||||
{
|
||||
title: "Life Insurance", description: "Financial security for your loved ones when it matters most.", imageSrc: "http://img.b2bpic.net/free-photo/economy-currency-connection-wall-healthcare_1134-1082.jpg"},
|
||||
{
|
||||
title: "Liability Coverage", description: "Shielding your personal and professional assets from legal claims.", imageSrc: "http://img.b2bpic.net/free-photo/car-doctor-with-stethoscope-car-showroom_1303-17833.jpg"},
|
||||
{ title: "Auto Insurance", description: "Complete vehicle coverage for peace of mind on the road.", imageSrc: "http://img.b2bpic.net/free-photo/daddy-me-inscription-with-toy-car_23-2148096395.jpg" },
|
||||
{ title: "Home Protection", description: "Protect your most valuable asset from life's unpredictable events.", imageSrc: "http://img.b2bpic.net/free-photo/cute-lgbt-family-concept-arrangement-yellow-background-with-copy-space_23-2148485775.jpg" },
|
||||
{ title: "Business Coverage", description: "Specialized liability and operations insurance for local companies.", imageSrc: "http://img.b2bpic.net/free-photo/privacy-policy-service-documents-terms-use-concept_53876-137636.jpg" },
|
||||
{ title: "Life Insurance", description: "Financial security for your loved ones when it matters most.", imageSrc: "http://img.b2bpic.net/free-photo/economy-currency-connection-wall-healthcare_1134-1082.jpg" },
|
||||
{ title: "Liability Coverage", description: "Shielding your personal and professional assets from legal claims.", imageSrc: "http://img.b2bpic.net/free-photo/car-doctor-with-stethoscope-car-showroom_1303-17833.jpg" },
|
||||
]}
|
||||
title="Comprehensive Protection Plans"
|
||||
description="We offer a wide range of insurance products tailored to your unique requirements."
|
||||
@@ -132,12 +108,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "98%", description: "Client Satisfaction Rate"},
|
||||
{
|
||||
id: "m2", value: "24h", description: "Average Claim Response"},
|
||||
{
|
||||
id: "m3", value: "50+", description: "Partnership Networks"},
|
||||
{ id: "m1", value: "98%", description: "Client Satisfaction Rate" },
|
||||
{ id: "m2", value: "24h", description: "Average Claim Response" },
|
||||
{ id: "m3", value: "50+", description: "Partnership Networks" },
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="Building trust through measurable reliability."
|
||||
@@ -150,16 +123,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "John Doe", role: "Homeowner", testimonial: "Excellent service and quick claim processing. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg"},
|
||||
{
|
||||
id: "2", name: "Jane Smith", role: "Business Owner", testimonial: "Doug Neil has kept our business safe for years. True professionals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg"},
|
||||
{
|
||||
id: "3", name: "Robert Brown", role: "Family Man", testimonial: "Best insurance rates in town with even better support.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
|
||||
{
|
||||
id: "4", name: "Alice Green", role: "Driver", testimonial: "Reliable insurance for our whole fleet. Zero stress.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-dressed-summer-clothes-trendy-girl-posing-street-funny-positive-woman-having-fun_158538-6273.jpg"},
|
||||
{
|
||||
id: "5", name: "Mike Davis", role: "Homeowner", testimonial: "Personalized service is their hallmark. Simply great.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"},
|
||||
{ id: "1", name: "John Doe", role: "Homeowner", testimonial: "Excellent service and quick claim processing. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg" },
|
||||
{ id: "2", name: "Jane Smith", role: "Business Owner", testimonial: "Doug Neil has kept our business safe for years. True professionals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg" },
|
||||
{ id: "3", name: "Robert Brown", role: "Family Man", testimonial: "Best insurance rates in town with even better support.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" },
|
||||
{ id: "4", name: "Alice Green", role: "Driver", testimonial: "Reliable insurance for our whole fleet. Zero stress.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-dressed-summer-clothes-trendy-girl-posing-street-funny-positive-woman-having-fun_158538-6273.jpg" },
|
||||
{ id: "5", name: "Mike Davis", role: "Homeowner", testimonial: "Personalized service is their hallmark. Simply great.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg" },
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Read why thousands of customers trust Doug Neil Insurance."
|
||||
@@ -171,12 +139,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "What is covered under my auto policy?", content: "Our auto policies include collision, comprehensive, liability, and uninsured motorist protection tailored to your specific vehicle and driving profile."},
|
||||
{
|
||||
id: "f2", title: "How does bundle discount work?", content: "Bundling your home and auto insurance with Doug Neil allows you to unlock multi-policy discounts, typically saving you up to 20% on your combined premiums."},
|
||||
{
|
||||
id: "f3", title: "What documents are needed for a home quote?", content: "To provide an accurate home quote, we typically need your property's address, approximate square footage, year built, and any recent major renovations."},
|
||||
{ id: "f1", title: "What is covered under my auto policy?", content: "Our auto policies include collision, comprehensive, liability, and uninsured motorist protection tailored to your specific vehicle and driving profile." },
|
||||
{ id: "f2", title: "How does bundle discount work?", content: "Bundling your home and auto insurance with Doug Neil allows you to unlock multi-policy discounts, typically saving you up to 20% on your combined premiums." },
|
||||
{ id: "f3", title: "What documents are needed for a home quote?", content: "To provide an accurate home quote, we typically need your property's address, approximate square footage, year built, and any recent major renovations." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -191,46 +156,41 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Travelers", "Allstate", "Progressive", "State Farm", "Liberty Mutual", "Farmers", "GEICO"]}
|
||||
"Travelers", "Allstate", "Progressive", "State Farm", "Liberty Mutual", "Farmers", "GEICO"
|
||||
]}
|
||||
title="Trusted Partnerships"
|
||||
description="We partner with the world's leading insurance carriers to bring you the best coverage options."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
<ContactCTA
|
||||
tag="Get Protected"
|
||||
title="Contact Our Insurance Specialists"
|
||||
description="Have specific coverage questions or ready for a quote? Our team is standing by to help."
|
||||
buttonText="Submit Inquiry"
|
||||
buttons={[{ text: "Submit Inquiry" }]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterMedia
|
||||
logoText="Doug Neil Insurance"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Coverage", items: [
|
||||
{
|
||||
label: "Auto", href: "#services"},
|
||||
{
|
||||
label: "Home", href: "#services"},
|
||||
{
|
||||
label: "Business", href: "#services"},
|
||||
{ label: "Auto", href: "#services" },
|
||||
{ label: "Home", href: "#services" },
|
||||
{ label: "Business", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "File a Claim", href: "#contact"},
|
||||
{
|
||||
label: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
label: "Contact Advisor", href: "#contact"},
|
||||
{ label: "File a Claim", href: "#contact" },
|
||||
{ label: "Get a Quote", href: "#contact" },
|
||||
{ label: "Contact Advisor", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -240,4 +200,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user