From 3687b9e0c34f0c2c4d4382386e2038a6349a78f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:27:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 230 ++++++++++------------------------------------- 1 file changed, 46 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05fa7ee..e7908e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -62,63 +52,33 @@ export default function LandingPage() { description="Providing personalized insurance solutions tailored to protect your home, business, and family. We work for you, not the insurance company." testimonials={[ { - name: "Sarah Miller", - handle: "@smiller", - testimonial: "SecureChoice found me better coverage for half the price. Highly recommend!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", - }, + name: "Sarah Miller", handle: "@smiller", testimonial: "SecureChoice found me better coverage for half the price. Highly recommend!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"}, { - name: "Johnathan D.", - handle: "@johndoe", - testimonial: "They made the complicated insurance process seamless.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/selfie-cheerful-caucasian-fair-haired-woman-standing-near-rack-with-dresses-fashion-shop-looking-camera-smiling-boutique-customer-shop-assistant-concept_74855-11952.jpg", - }, + name: "Johnathan D.", handle: "@johndoe", testimonial: "They made the complicated insurance process seamless.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/selfie-cheerful-caucasian-fair-haired-woman-standing-near-rack-with-dresses-fashion-shop-looking-camera-smiling-boutique-customer-shop-assistant-concept_74855-11952.jpg"}, { - name: "Maria Garcia", - handle: "@mgarcia", - testimonial: "Personalized service that actually cares about my family.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", - }, + name: "Maria Garcia", handle: "@mgarcia", testimonial: "Personalized service that actually cares about my family.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg"}, { - name: "Kevin Peterson", - handle: "@kpeterson", - testimonial: "Saved me significantly on my commercial liability policy.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", - }, + name: "Kevin Peterson", handle: "@kpeterson", testimonial: "Saved me significantly on my commercial liability policy.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"}, { - name: "Alice Thompson", - handle: "@alicet", - testimonial: "Friendly experts who truly understand local needs.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-charming-delighted-cute-female-customer-give-positive-feedback-show-thumbsup-like-gesture-smiling-broadly-agree-recommend-perfect-product-skincare-standing-satisfied-orange-background_1258-308855.jpg", - }, + name: "Alice Thompson", handle: "@alicet", testimonial: "Friendly experts who truly understand local needs.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-charming-delighted-cute-female-customer-give-positive-feedback-show-thumbsup-like-gesture-smiling-broadly-agree-recommend-perfect-product-skincare-standing-satisfied-orange-background_1258-308855.jpg"}, ]} imageSrc="http://img.b2bpic.net/free-photo/happy-mature-man-his-financial-advisor-shaking-hands-after-meeting-office_637285-1192.jpg" avatars={[ { - src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", - alt: "Client 1", - }, + src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", alt: "Client 1"}, { - src: "http://img.b2bpic.net/free-photo/cheerful-employees-looking-laptop-laughing_74855-4007.jpg", - alt: "Client 2", - }, + src: "http://img.b2bpic.net/free-photo/cheerful-employees-looking-laptop-laughing_74855-4007.jpg", alt: "Client 2"}, { - src: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229592.jpg", - alt: "Client 3", - }, + src: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229592.jpg", alt: "Client 3"}, { - src: "http://img.b2bpic.net/free-photo/front-view-smiley-older-business-woman-posing-diner_23-2148661162.jpg", - alt: "Client 4", - }, + src: "http://img.b2bpic.net/free-photo/front-view-smiley-older-business-woman-posing-diner_23-2148661162.jpg", alt: "Client 4"}, { - src: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg", - alt: "Client 5", - }, + src: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg", alt: "Client 5"}, ]} avatarText="Trusted by over 500+ local families" /> @@ -130,9 +90,7 @@ export default function LandingPage() { title="Decades of Local Experience" buttons={[ { - text: "Learn About Our Mission", - href: "#", - }, + text: "Learn About Our Mission", href: "#"}, ]} /> @@ -143,40 +101,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Home", - title: "Homeowners Insurance", - subtitle: "Protection for your biggest asset", - description: "Comprehensive coverage for your residence and belongings.", - imageSrc: "http://img.b2bpic.net/free-photo/business-grass-communication-profession-idyllic_1134-1134.jpg", - }, + tag: "Home", title: "Homeowners Insurance", subtitle: "Protection for your biggest asset", description: "Comprehensive coverage for your residence and belongings.", imageSrc: "http://img.b2bpic.net/free-photo/business-grass-communication-profession-idyllic_1134-1134.jpg"}, { - tag: "Auto", - title: "Auto Insurance", - subtitle: "Coverage for every mile", - description: "Reliable vehicle protection for your daily commute and beyond.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-holding-smartphone-use-car-insurance-application-online-after-his-broken-car-insurance-concept_493343-30005.jpg", - }, + tag: "Auto", title: "Auto Insurance", subtitle: "Coverage for every mile", description: "Reliable vehicle protection for your daily commute and beyond.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-holding-smartphone-use-car-insurance-application-online-after-his-broken-car-insurance-concept_493343-30005.jpg"}, { - tag: "Life", - title: "Life Insurance", - subtitle: "Security for your loved ones", - description: "Customizable life insurance plans to ensure family future.", - imageSrc: "http://img.b2bpic.net/free-photo/yellow-umbrella-casting-shadow_53876-74755.jpg", - }, + tag: "Life", title: "Life Insurance", subtitle: "Security for your loved ones", description: "Customizable life insurance plans to ensure family future.", imageSrc: "http://img.b2bpic.net/free-photo/yellow-umbrella-casting-shadow_53876-74755.jpg"}, { - tag: "Commercial", - title: "Business Insurance", - subtitle: "Scale with confidence", - description: "Tailored liability and property protection for your enterprise.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-with-family-figure-concept_23-2148488290.jpg", - }, + tag: "Commercial", title: "Business Insurance", subtitle: "Scale with confidence", description: "Tailored liability and property protection for your enterprise.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-with-family-figure-concept_23-2148488290.jpg"}, { - tag: "Umbrella", - title: "Umbrella Policy", - subtitle: "Extra peace of mind", - description: "Additional liability coverage for major life events.", - imageSrc: "http://img.b2bpic.net/free-photo/protection-concept-with-umbrella_23-2149277073.jpg", - }, + tag: "Umbrella", title: "Umbrella Policy", subtitle: "Extra peace of mind", description: "Additional liability coverage for major life events.", imageSrc: "http://img.b2bpic.net/free-photo/protection-concept-with-umbrella_23-2149277073.jpg"}, ]} title="Comprehensive Coverage Options" description="We specialize in finding the right protection for every stage of your life." @@ -191,41 +124,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Umbrella Liability", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-pen_23-2149191373.jpg", - }, + id: "p1", name: "Umbrella Liability", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-pen_23-2149191373.jpg"}, { - id: "p2", - name: "Commercial Liability", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/paper-mortgage-request-table_23-2147764189.jpg", - }, + id: "p2", name: "Commercial Liability", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/paper-mortgage-request-table_23-2147764189.jpg"}, { - id: "p3", - name: "Health Insurance", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smartphone-money-graphs-charts-workplace-office-business-concept_1150-2266.jpg", - }, + id: "p3", name: "Health Insurance", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smartphone-money-graphs-charts-workplace-office-business-concept_1150-2266.jpg"}, { - id: "p4", - name: "Property Insurance", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/handicapped-young-woman-office-listening_23-2148497270.jpg", - }, + id: "p4", name: "Property Insurance", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/handicapped-young-woman-office-listening_23-2148497270.jpg"}, { - id: "p5", - name: "Renters Insurance", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/insurance-policy-agreement-terms-document-concept_53876-134017.jpg", - }, + id: "p5", name: "Renters Insurance", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/insurance-policy-agreement-terms-document-concept_53876-134017.jpg"}, { - id: "p6", - name: "Disability Policy", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/mortgage-loan-request-modification-document-concept_53876-132731.jpg", - }, + id: "p6", name: "Disability Policy", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/mortgage-loan-request-modification-document-concept_53876-132731.jpg"}, ]} title="Our Insurance Portfolio" description="Detailed coverage solutions for various professional and personal needs." @@ -234,44 +143,20 @@ export default function LandingPage() {
@@ -325,16 +194,13 @@ export default function LandingPage() {
@@ -343,13 +209,9 @@ export default function LandingPage() { -- 2.49.1