diff --git a/src/app/page.tsx b/src/app/page.tsx index 737a69f..7ead75c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,13 +75,13 @@ export default function LandingPage() { leftCarouselItems={[ { 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?_wi=1", imageAlt: "Auto Insurance"}, + "http://img.b2bpic.net/free-photo/woman-hand-holding-smartphone-use-car-insurance-application-online-after-his-broken-car-insurance-concept_493343-30005.jpg", imageAlt: "Auto Insurance"}, { imageSrc: - "http://img.b2bpic.net/free-photo/home-insurance-concept-laptop_53876-127970.jpg?_wi=1", imageAlt: "Home Insurance"}, + "http://img.b2bpic.net/free-photo/home-insurance-concept-laptop_53876-127970.jpg", imageAlt: "Home Insurance"}, { imageSrc: - "http://img.b2bpic.net/free-photo/factory-managers-investors-analyze-technical-production-data-documents_482257-126895.jpg?_wi=1", imageAlt: "Commercial Insurance"}, + "http://img.b2bpic.net/free-photo/factory-managers-investors-analyze-technical-production-data-documents_482257-126895.jpg", imageAlt: "Commercial Insurance"}, { imageSrc: "http://img.b2bpic.net/free-photo/two-guys-talking-about-work-work-garage-near-truck-transfer-documents-with-goods_1157-46506.jpg", imageAlt: "Truck Insurance"}, @@ -92,13 +92,13 @@ export default function LandingPage() { "http://img.b2bpic.net/free-photo/travel-navigation-journey-vacation-trip-paper-concept_53876-125089.jpg", imageAlt: "Travel Insurance"}, { imageSrc: - "http://img.b2bpic.net/free-photo/home-insurance-concept-laptop_53876-127970.jpg?_wi=2", imageAlt: "Home Protection"}, + "http://img.b2bpic.net/free-photo/home-insurance-concept-laptop_53876-127970.jpg", imageAlt: "Home Protection"}, { 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?_wi=2", imageAlt: "Auto Coverage"}, + "http://img.b2bpic.net/free-photo/woman-hand-holding-smartphone-use-car-insurance-application-online-after-his-broken-car-insurance-concept_493343-30005.jpg", imageAlt: "Auto Coverage"}, { imageSrc: - "http://img.b2bpic.net/free-photo/factory-managers-investors-analyze-technical-production-data-documents_482257-126895.jpg?_wi=2", imageAlt: "Business Protection"}, + "http://img.b2bpic.net/free-photo/factory-managers-investors-analyze-technical-production-data-documents_482257-126895.jpg", imageAlt: "Business Protection"}, ]} carouselPosition="right" /> @@ -188,32 +188,32 @@ export default function LandingPage() { id: "1", name: "John Martinez", handle: "@johnm_insurance", testimonial: "Simran helped me find the best auto insurance rate quickly. The process was smooth and she was always available to answer my questions. Highly recommended!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Martinez"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Martinez"}, { id: "2", name: "Sarah Thompson", handle: "@sarahth_home", testimonial: "Professional service and great advice for our home insurance. Simran took time to understand our needs and found us coverage that actually fits our situation.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Thompson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Thompson"}, { id: "3", name: "Michael Chen", handle: "@mchen_business", testimonial: "As a business owner, I needed reliable commercial insurance. Titan Insurance made it simple and saved us money on our premiums. Great local broker!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Chen"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, { id: "4", name: "Priya Patel", handle: "@priya_travel", testimonial: "Fast, friendly, and efficient. Simran helped my family get travel insurance before our trip. The entire process took less than an hour. Five stars!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Priya Patel"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Patel"}, { id: "5", name: "David Wong", handle: "@davidw_truck", testimonial: "Been using Titan Insurance for my truck for 3 years now. Consistent great rates and excellent customer service. This is where I recommend all my driver friends.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "David Wong"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Wong"}, { id: "6", name: "Emma Rodriguez", handle: "@emma_newimmigrant", testimonial: "New to Canada and very confused about insurance. Simran patiently explained everything in clear language. She made the whole process stress-free. Thank you!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Emma Rodriguez"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"}, ]} showRating={true} animationType="slide-up" @@ -307,6 +307,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} + mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Contact Us"