Update src/app/page.tsx
This commit is contained in:
326
src/app/page.tsx
326
src/app/page.tsx
@@ -34,27 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="SecureInsure"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,74 +54,37 @@ export default function LandingPage() {
|
||||
description="Comprehensive, reliable, and accessible insurance solutions that protect what matters most to you. Get started with a plan that fits your life perfectly."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@smiller",
|
||||
testimonial: "SecureInsure made my policy selection so simple. Truly professional service.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fg8v7b&_wi=1",
|
||||
imageAlt: "modern insurance office desk bright",
|
||||
},
|
||||
name: "Sarah Miller", handle: "@smiller", testimonial: "SecureInsure made my policy selection so simple. Truly professional service.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fg8v7b&_wi=1", imageAlt: "modern insurance office desk bright"},
|
||||
{
|
||||
name: "James Chen",
|
||||
handle: "@jchen",
|
||||
testimonial: "Exceptional clarity and support during my claim. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ydx0ud&_wi=1",
|
||||
imageAlt: "modern insurance office desk bright",
|
||||
},
|
||||
name: "James Chen", handle: "@jchen", testimonial: "Exceptional clarity and support during my claim. Highly recommend.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ydx0ud&_wi=1", imageAlt: "modern insurance office desk bright"},
|
||||
{
|
||||
name: "Emily Davis",
|
||||
handle: "@edavis",
|
||||
testimonial: "Best experience I've had with an insurance provider. Transparent and quick.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a9itd2&_wi=1",
|
||||
imageAlt: "modern insurance office desk bright",
|
||||
},
|
||||
name: "Emily Davis", handle: "@edavis", testimonial: "Best experience I've had with an insurance provider. Transparent and quick.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a9itd2&_wi=1", imageAlt: "modern insurance office desk bright"},
|
||||
{
|
||||
name: "Robert Wilson",
|
||||
handle: "@rwilson",
|
||||
testimonial: "Fast, reliable, and always there when you need them.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4627n1&_wi=1",
|
||||
imageAlt: "modern insurance office desk bright",
|
||||
},
|
||||
name: "Robert Wilson", handle: "@rwilson", testimonial: "Fast, reliable, and always there when you need them.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4627n1&_wi=1", imageAlt: "modern insurance office desk bright"},
|
||||
{
|
||||
name: "Alice Johnson",
|
||||
handle: "@ajohn",
|
||||
testimonial: "Simple process, great value, amazing support.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rj1pun&_wi=1",
|
||||
imageAlt: "modern insurance office desk bright",
|
||||
},
|
||||
name: "Alice Johnson", handle: "@ajohn", testimonial: "Simple process, great value, amazing support.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rj1pun&_wi=1", imageAlt: "modern insurance office desk bright"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fg8v7b&_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=li2enb",
|
||||
alt: "Sarah Miller portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=li2enb", alt: "Sarah Miller portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ebm8bf",
|
||||
alt: "James Chen portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ebm8bf", alt: "James Chen portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3j8g9",
|
||||
alt: "Emily Davis portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3j8g9", alt: "Emily Davis portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=73qnm4",
|
||||
alt: "Robert Wilson portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=73qnm4", alt: "Robert Wilson portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n8grqn",
|
||||
alt: "Alice Johnson portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n8grqn", alt: "Alice Johnson portrait"},
|
||||
]}
|
||||
avatarText="Join 100,000+ satisfied policyholders"
|
||||
/>
|
||||
@@ -143,8 +96,7 @@ export default function LandingPage() {
|
||||
title="Building Trust Through Protection"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -155,26 +107,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Security",
|
||||
title: "Advanced Coverage",
|
||||
subtitle: "Total safety",
|
||||
description: "End-to-end protection for all your major assets.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ydx0ud&_wi=2",
|
||||
},
|
||||
tag: "Security", title: "Advanced Coverage", subtitle: "Total safety", description: "End-to-end protection for all your major assets.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ydx0ud&_wi=2"},
|
||||
{
|
||||
tag: "Speed",
|
||||
title: "Rapid Claims",
|
||||
subtitle: "Fast processing",
|
||||
description: "Streamlined, digital-first claims processing in minutes.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a9itd2&_wi=2",
|
||||
},
|
||||
tag: "Speed", title: "Rapid Claims", subtitle: "Fast processing", description: "Streamlined, digital-first claims processing in minutes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a9itd2&_wi=2"},
|
||||
{
|
||||
tag: "Support",
|
||||
title: "24/7 Expert Help",
|
||||
subtitle: "Always available",
|
||||
description: "Our team is ready to assist you any time of day.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4627n1&_wi=2",
|
||||
},
|
||||
tag: "Support", title: "24/7 Expert Help", subtitle: "Always available", description: "Our team is ready to assist you any time of day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4627n1&_wi=2"},
|
||||
]}
|
||||
title="Why Choose SecureInsure"
|
||||
description="We prioritize your security and peace of mind with tailored coverage options."
|
||||
@@ -189,47 +126,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Auto Insurance",
|
||||
price: "From $49/mo",
|
||||
variant: "Standard",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rj1pun&_wi=2",
|
||||
},
|
||||
id: "1", name: "Auto Insurance", price: "From $49/mo", variant: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rj1pun&_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Home Coverage",
|
||||
price: "From $79/mo",
|
||||
variant: "Comprehensive",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=at77ku",
|
||||
},
|
||||
id: "2", name: "Home Coverage", price: "From $79/mo", variant: "Comprehensive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=at77ku"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Life Insurance",
|
||||
price: "From $25/mo",
|
||||
variant: "Premium",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2k4vat",
|
||||
},
|
||||
id: "3", name: "Life Insurance", price: "From $25/mo", variant: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2k4vat"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Health Plan",
|
||||
price: "From $120/mo",
|
||||
variant: "Basic",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3596g8",
|
||||
},
|
||||
id: "4", name: "Health Plan", price: "From $120/mo", variant: "Basic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3596g8"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Business Plan",
|
||||
price: "From $200/mo",
|
||||
variant: "Corporate",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yus41y",
|
||||
},
|
||||
id: "5", name: "Business Plan", price: "From $200/mo", variant: "Corporate", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yus41y"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Travel Insurance",
|
||||
price: "From $15/trip",
|
||||
variant: "Basic",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qjv7k4",
|
||||
},
|
||||
id: "6", name: "Travel Insurance", price: "From $15/trip", variant: "Basic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qjv7k4"},
|
||||
]}
|
||||
title="Our Insurance Plans"
|
||||
description="Find the perfect coverage for every stage of your life."
|
||||
@@ -243,53 +150,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Basic Coverage",
|
||||
price: "$29",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Liability only",
|
||||
"Basic roadside",
|
||||
"24/7 support",
|
||||
],
|
||||
id: "basic", title: "Basic Coverage", price: "$29", period: "/mo", features: [
|
||||
"Liability only", "Basic roadside", "24/7 support"],
|
||||
button: {
|
||||
text: "Select Basic",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ydx0ud&_wi=3",
|
||||
imageAlt: "shield protection icon vector",
|
||||
},
|
||||
text: "Select Basic"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ydx0ud&_wi=3", imageAlt: "shield protection icon vector"},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Comprehensive",
|
||||
price: "$59",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Everything in Basic",
|
||||
"Collision coverage",
|
||||
"Rental assistance",
|
||||
],
|
||||
id: "pro", title: "Comprehensive", price: "$59", period: "/mo", features: [
|
||||
"Everything in Basic", "Collision coverage", "Rental assistance"],
|
||||
button: {
|
||||
text: "Select Pro",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fg8v7b&_wi=3",
|
||||
imageAlt: "shield protection icon vector",
|
||||
},
|
||||
text: "Select Pro"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fg8v7b&_wi=3", imageAlt: "shield protection icon vector"},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Total Protection",
|
||||
price: "$99",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"Full glass coverage",
|
||||
"Priority handling",
|
||||
],
|
||||
id: "enterprise", title: "Total Protection", price: "$99", period: "/mo", features: [
|
||||
"Everything in Pro", "Full glass coverage", "Priority handling"],
|
||||
button: {
|
||||
text: "Select Total",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a9itd2&_wi=3",
|
||||
imageAlt: "shield protection icon vector",
|
||||
},
|
||||
text: "Select Total"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a9itd2&_wi=3", imageAlt: "shield protection icon vector"},
|
||||
]}
|
||||
title="Pricing That Fits You"
|
||||
description="Flexible payment tiers tailored to your coverage needs."
|
||||
@@ -303,23 +180,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Shield,
|
||||
title: "Claims Processed",
|
||||
value: "50k+",
|
||||
},
|
||||
id: "m1", icon: Shield,
|
||||
title: "Claims Processed", value: "50k+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Smile,
|
||||
title: "Happy Clients",
|
||||
value: "100k+",
|
||||
},
|
||||
id: "m2", icon: Smile,
|
||||
title: "Happy Clients", value: "100k+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "Industry Awards",
|
||||
value: "25+",
|
||||
},
|
||||
id: "m3", icon: Award,
|
||||
title: "Industry Awards", value: "25+"},
|
||||
]}
|
||||
title="Trusted by Thousands"
|
||||
description="Evidence of our commitment to policyholders worldwide."
|
||||
@@ -332,60 +200,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
date: "Oct 2023",
|
||||
title: "Homeowner",
|
||||
quote: "Incredibly responsive team and simple interface.",
|
||||
tag: "Five Stars",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=li2enb",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fg8v7b&_wi=4",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", date: "Oct 2023", title: "Homeowner", quote: "Incredibly responsive team and simple interface.", tag: "Five Stars", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=li2enb", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fg8v7b&_wi=4", imageAlt: "happy client portrait professional"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
date: "Nov 2023",
|
||||
title: "Business Owner",
|
||||
quote: "Best insurance plan I've found for my small business.",
|
||||
tag: "Five Stars",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ebm8bf",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ydx0ud&_wi=4",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", date: "Nov 2023", title: "Business Owner", quote: "Best insurance plan I've found for my small business.", tag: "Five Stars", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ebm8bf", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ydx0ud&_wi=4", imageAlt: "happy client portrait professional"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "Dec 2023",
|
||||
title: "Professional",
|
||||
quote: "Easy setup and clear terms. Excellent overall.",
|
||||
tag: "Five Stars",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3j8g9",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a9itd2&_wi=4",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", date: "Dec 2023", title: "Professional", quote: "Easy setup and clear terms. Excellent overall.", tag: "Five Stars", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3j8g9", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a9itd2&_wi=4", imageAlt: "happy client portrait professional"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
date: "Jan 2024",
|
||||
title: "Parent",
|
||||
quote: "SecureInsure gives me complete peace of mind.",
|
||||
tag: "Five Stars",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=73qnm4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4627n1&_wi=3",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t4", name: "David Kim", date: "Jan 2024", title: "Parent", quote: "SecureInsure gives me complete peace of mind.", tag: "Five Stars", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=73qnm4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4627n1&_wi=3", imageAlt: "happy client portrait professional"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica Lee",
|
||||
date: "Feb 2024",
|
||||
title: "Driver",
|
||||
quote: "Fantastic coverage rates and amazing customer support.",
|
||||
tag: "Five Stars",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n8grqn",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rj1pun&_wi=3",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t5", name: "Jessica Lee", date: "Feb 2024", title: "Driver", quote: "Fantastic coverage rates and amazing customer support.", tag: "Five Stars", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n8grqn", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rj1pun&_wi=3", imageAlt: "happy client portrait professional"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Real stories from people who chose peace of mind with SecureInsure."
|
||||
@@ -397,20 +220,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I file a claim?",
|
||||
content: "You can file a claim instantly through our mobile app or website portal.",
|
||||
},
|
||||
id: "f1", title: "How do I file a claim?", content: "You can file a claim instantly through our mobile app or website portal."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is my policy flexible?",
|
||||
content: "Yes, our policies are designed to be adjusted as your life and needs change.",
|
||||
},
|
||||
id: "f2", title: "Is my policy flexible?", content: "Yes, our policies are designed to be adjusted as your life and needs change."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How quickly am I covered?",
|
||||
content: "Coverage usually begins immediately after your first payment is processed.",
|
||||
},
|
||||
id: "f3", title: "How quickly am I covered?", content: "Get instant coverage the moment your first payment is processed."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about our insurance plans and claims process."
|
||||
@@ -425,16 +239,10 @@ export default function LandingPage() {
|
||||
description="Speak with an expert today to find the right coverage."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fg8v7b&_wi=5"
|
||||
@@ -447,25 +255,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user