1 Commits

Author SHA1 Message Date
8d6a568fe4 Update src/app/page.tsx 2026-05-18 09:18:40 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Services", name: "Services", id: "features"},
id: "features",
},
{ {
name: "Solutions", name: "Solutions", id: "products"},
id: "products",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="AtlantaSanad" brandName="AtlantaSanad"
/> />
@@ -55,19 +47,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "plain", variant: "plain"}}
}}
logoText="AtlantaSanad Assurance" logoText="AtlantaSanad Assurance"
description="Your trusted partner in insurance. We protect what matters most with innovative, digital-first solutions." description="Your trusted partner in insurance. We protect what matters most with innovative, digital-first solutions."
buttons={[ buttons={[
{ {
text: "Get a Quote", text: "Get a Quote", href: "#contact"},
href: "#contact",
},
{ {
text: "View Policies", text: "View Policies", href: "#products"},
href: "#products",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/good-deal-businessman-customer_329181-19331.jpg" imageSrc="http://img.b2bpic.net/free-photo/good-deal-businessman-customer_329181-19331.jpg"
imageAlt="Insurance Agent Shaking Hands" imageAlt="Insurance Agent Shaking Hands"
@@ -92,23 +79,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "24/7 Digital Portal", title: "24/7 Digital Portal", description: "Access your policy and manage claims anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-data-concept_53876-127956.jpg", imageAlt: "Digital Portal"},
description: "Access your policy and manage claims anywhere.",
imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-data-concept_53876-127956.jpg",
imageAlt: "Digital Portal",
},
{ {
title: "Instant Quotes", title: "Instant Quotes", description: "Get tailored insurance plans in under 5 minutes.", imageSrc: "http://img.b2bpic.net/free-photo/tracking-computing-talk-lens-flare-close-up_1134-674.jpg", imageAlt: "Fast Quotes"},
description: "Get tailored insurance plans in under 5 minutes.",
imageSrc: "http://img.b2bpic.net/free-photo/tracking-computing-talk-lens-flare-close-up_1134-674.jpg",
imageAlt: "Fast Quotes",
},
{ {
title: "Priority Claims", title: "Priority Claims", description: "Fast-tracked claim resolution for peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-leader-works-office-infographics-reports-setting-objectives_482257-116840.jpg", imageAlt: "Claims Priority"},
description: "Fast-tracked claim resolution for peace of mind.",
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-leader-works-office-infographics-reports-setting-objectives_482257-116840.jpg",
imageAlt: "Claims Priority",
},
]} ]}
title="Why Choose AtlantaSanad?" title="Why Choose AtlantaSanad?"
description="Experience superior insurance services powered by our cutting-edge digital infrastructure." description="Experience superior insurance services powered by our cutting-edge digital infrastructure."
@@ -123,20 +98,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "500k+", description: "Active Policies Managed"},
value: "500k+",
description: "Active Policies Managed",
},
{ {
id: "m2", id: "m2", value: "99.8%", description: "Claims Settlement Rate"},
value: "99.8%",
description: "Claims Settlement Rate",
},
{ {
id: "m3", id: "m3", value: "20+", description: "Years of Reliability"},
value: "20+",
description: "Years of Reliability",
},
]} ]}
title="Performance at a Glance" title="Performance at a Glance"
description="We are proud of our milestones in ensuring excellence." description="We are proud of our milestones in ensuring excellence."
@@ -149,49 +115,22 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={true} useInvertedBackground={true}
buttons={[
{ text: "Get Quote", href: "#contact" }
]}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Automobile Policy", price: "From $25/mo", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/dental-insurance-form-toothache-oral-mouth-teeth-concept_53876-132716.jpg"},
name: "Automobile Policy",
price: "From $25/mo",
variant: "Standard",
imageSrc: "http://img.b2bpic.net/free-photo/dental-insurance-form-toothache-oral-mouth-teeth-concept_53876-132716.jpg",
},
{ {
id: "p2", id: "p2", name: "Home Protection", price: "From $40/mo", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/small-house-model-pen-blank-clipboard-blue-backdrop_23-2148203965.jpg"},
name: "Home Protection",
price: "From $40/mo",
variant: "Gold",
imageSrc: "http://img.b2bpic.net/free-photo/small-house-model-pen-blank-clipboard-blue-backdrop_23-2148203965.jpg",
},
{ {
id: "p3", id: "p3", name: "Health Assurance", price: "From $30/mo", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/blank-life-insurance-application-stethoscope_181624-40964.jpg"},
name: "Health Assurance",
price: "From $30/mo",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/blank-life-insurance-application-stethoscope_181624-40964.jpg",
},
{ {
id: "p4", id: "p4", name: "Travel Coverage", price: "From $15/trip", variant: "Basic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-looking-map_23-2149248911.jpg"},
name: "Travel Coverage",
price: "From $15/trip",
variant: "Basic",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-looking-map_23-2149248911.jpg",
},
{ {
id: "p5", id: "p5", name: "Life Insurance", price: "From $50/mo", variant: "Legacy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-family-figure-concept_23-2148488249.jpg"},
name: "Life Insurance",
price: "From $50/mo",
variant: "Legacy",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-family-figure-concept_23-2148488249.jpg",
},
{ {
id: "p6", id: "p6", name: "Business Commercial", price: "From $100/mo", variant: "Enterprise", imageSrc: "http://img.b2bpic.net/free-photo/person-black-jacket-using-tablet_23-2148053674.jpg"},
name: "Business Commercial",
price: "From $100/mo",
variant: "Enterprise",
imageSrc: "http://img.b2bpic.net/free-photo/person-black-jacket-using-tablet_23-2148053674.jpg",
},
]} ]}
title="Our Insurance Portfolio" title="Our Insurance Portfolio"
description="Comprehensive solutions tailored to your unique lifestyle." description="Comprehensive solutions tailored to your unique lifestyle."
@@ -205,59 +144,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "John Doe", role: "Entrepreneur", company: "TechBase", rating: 5,
name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg"},
role: "Entrepreneur",
company: "TechBase",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg",
},
{ {
id: "t2", id: "t2", name: "Jane Smith", role: "Architect", company: "DesignsCo", rating: 5,
name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-smiling-corporate-woman-suit-showing-thumbs-up-recommending-something-good-standing-white-background_176420-50395.jpg"},
role: "Architect",
company: "DesignsCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-smiling-corporate-woman-suit-showing-thumbs-up-recommending-something-good-standing-white-background_176420-50395.jpg",
},
{ {
id: "t3", id: "t3", name: "Robert Brown", role: "Manager", company: "GlobalInt", rating: 4,
name: "Robert Brown", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg"},
role: "Manager",
company: "GlobalInt",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
},
{ {
id: "t4", id: "t4", name: "Alice Green", role: "Designer", company: "CreativeOps", rating: 5,
name: "Alice Green", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg"},
role: "Designer",
company: "CreativeOps",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg",
},
{ {
id: "t5", id: "t5", name: "Sarah Miller", role: "Professional", company: "HealthCare", rating: 5,
name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-flower-shop_23-2149235782.jpg"},
role: "Professional",
company: "HealthCare",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-flower-shop_23-2149235782.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "4.9/5", value: "4.9/5", label: "Client Rating"},
label: "Client Rating",
},
{ {
value: "100k+", value: "100k+", label: "Claims Settled"},
label: "Claims Settled",
},
{ {
value: "95%", value: "95%", label: "Renewal Rate"},
label: "Renewal Rate",
},
]} ]}
title="Trusted by Thousands" title="Trusted by Thousands"
description="See why clients choose AtlantaSanad for their protection." description="See why clients choose AtlantaSanad for their protection."
@@ -270,20 +178,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "How do I file a claim?", content: "Our digital portal allows you to file claims in 3 easy steps."},
title: "How do I file a claim?",
content: "Our digital portal allows you to file claims in 3 easy steps.",
},
{ {
id: "f2", id: "f2", title: "Can I upgrade my plan?", content: "Yes, you can upgrade your plan directly from the dashboard."},
title: "Can I upgrade my plan?",
content: "Yes, you can upgrade your plan directly from the dashboard.",
},
{ {
id: "f3", id: "f3", title: "Is my data secure?", content: "We use bank-grade encryption to protect all your sensitive data."},
title: "Is my data secure?",
content: "We use bank-grade encryption to protect all your sensitive data.",
},
]} ]}
title="Common Questions" title="Common Questions"
description="Find answers to our most frequently asked questions here." description="Find answers to our most frequently asked questions here."
@@ -295,16 +194,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Contact Us" tag="Contact Us"
title="Need Personalised Advice?" title="Need Personalised Advice?"
description="Our experts are ready to guide you. Request a consultation today." description="Our experts are ready to guide you. Request a consultation today."
buttons={[ buttons={[
{ {
text: "Contact Support", text: "Contact Support", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -314,50 +210,31 @@ export default function LandingPage() {
logoText="AtlantaSanad" logoText="AtlantaSanad"
columns={[ columns={[
{ {
title: "Products", title: "Products", items: [
items: [
{ {
label: "Auto", label: "Auto", href: "#"},
href: "#",
},
{ {
label: "Home", label: "Home", href: "#"},
href: "#",
},
{ {
label: "Health", label: "Health", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Claims", label: "Claims", href: "#"},
href: "#",
},
{ {
label: "FAQ", label: "FAQ", href: "#"},
href: "#",
},
{ {
label: "Contact", label: "Contact", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy", label: "Privacy", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
], ],
}, },
]} ]}