From 3092f4b1e0957272b3dd1b3f770937d820e6b1ff Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 15:17:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 220 +++++++++-------------------------------------- 1 file changed, 40 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22f14e3..c5ea44e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,100 +29,43 @@ export default function LandingPage() {
@@ -131,12 +74,7 @@ export default function LandingPage() { @@ -146,23 +84,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Auto Insurance", - description: "Reliable and affordable coverage to keep you safe on the road.", - imageSrc: "http://img.b2bpic.net/free-photo/green-capsule-with-depression-label-grey-background_23-2147827619.jpg", - imageAlt: "Car Insurance Coverage", - }, + title: "Auto Insurance", description: "Reliable and affordable coverage to keep you safe on the road.", imageSrc: "http://img.b2bpic.net/free-photo/green-capsule-with-depression-label-grey-background_23-2147827619.jpg", imageAlt: "Car Insurance Coverage"}, { - title: "Homeowners Insurance", - description: "Protect your biggest asset with comprehensive home insurance plans.", - imageSrc: "http://img.b2bpic.net/free-photo/hand-with-umbrella_1134-142.jpg", - imageAlt: "Home Insurance Protection", - }, + title: "Homeowners Insurance", description: "Protect your biggest asset with comprehensive home insurance plans.", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-umbrella_1134-142.jpg", imageAlt: "Home Insurance Protection"}, { - title: "Life Insurance", - description: "Secure your family's financial future with our customized life insurance options.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-cut-family-concept_23-2148488170.jpg", - imageAlt: "Life Insurance Coverage", - }, + title: "Life Insurance", description: "Secure your family's financial future with our customized life insurance options.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-cut-family-concept_23-2148488170.jpg", imageAlt: "Life Insurance Coverage"}, ]} title="Comprehensive Insurance Solutions" description="We offer a wide range of insurance products tailored to protect what matters most to you, from your vehicle to your family's future." @@ -176,46 +102,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Fabrício Gonçalves", - role: "Client", - company: "Auto Insurance", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-office_637285-9845.jpg", - }, - { - id: "2", - name: "katerine caceres", - role: "Advisor", - company: "Insurance Process", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-coffee-cup_23-2148095745.jpg", - }, - { - id: "3", - name: "RAPHAEL SOUZA", - role: "Client", - company: "Full Coverage", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", - }, - { - id: "4", - name: "Monica Araujo", - role: "Local Guide", - company: "Customer Service", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", - }, - { - id: "5", - name: "Agatha Jochen Rohden", - role: "Client", - company: "Auto Policy", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", - }, + { id: "1", name: "Fabrício Gonçalves", role: "Client", company: "Auto Insurance", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-office_637285-9845.jpg" }, + { id: "2", name: "katerine caceres", role: "Advisor", company: "Insurance Process", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-coffee-cup_23-2148095745.jpg" }, + { id: "3", name: "RAPHAEL SOUZA", role: "Client", company: "Full Coverage", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg" }, + { id: "4", name: "Monica Araujo", role: "Local Guide", company: "Customer Service", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg" }, + { id: "5", name: "Agatha Jochen Rohden", role: "Client", company: "Auto Policy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" }, ]} title="Voices of Our Community" description="Hear what our clients have to say about their experience with Northeastern Insurance Agency." @@ -225,19 +116,11 @@ export default function LandingPage() {
@@ -246,41 +129,18 @@ export default function LandingPage() {