diff --git a/src/app/page.tsx b/src/app/page.tsx index dfafc33..880b43d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,15 +40,15 @@ export default function LandingPage() { tag="Smart Pricing" tagIcon={Zap} tagAnimation="slide-up" - background="plain" + background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-men-use-laptops-alongside-outdoor-vehicles_1359-1424.jpg?_wi=1", imageAlt: "Insurance calculator interface" + imageSrc: "http://img.b2bpic.net/free-photo/business-men-use-laptops-alongside-outdoor-vehicles_1359-1424.jpg", imageAlt: "Insurance calculator interface" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/flat-icons-set-web-project-plan-interface-design-marketing-research_126523-1105.jpg?_wi=1", imageAlt: "Premium breakdown visualization" + imageSrc: "http://img.b2bpic.net/free-vector/flat-icons-set-web-project-plan-interface-design-marketing-research_126523-1105.jpg", imageAlt: "Premium breakdown visualization" } ]} buttons={[ @@ -77,37 +77,37 @@ export default function LandingPage() { id: "brand-select", title: "Vehicle Brand", tags: [ "Dropdown selector for popular car manufacturers", "Includes: Maruti, Hyundai, Toyota, Honda, Ford, Tata, and more" ], - imageSrc: "http://img.b2bpic.net/free-photo/business-men-use-laptops-alongside-outdoor-vehicles_1359-1424.jpg?_wi=2", imageAlt: "Vehicle brand selection dropdown" + imageSrc: "http://img.b2bpic.net/free-photo/business-men-use-laptops-alongside-outdoor-vehicles_1359-1424.jpg", imageAlt: "Vehicle brand selection dropdown" }, { id: "year-input", title: "Vehicle Year", tags: [ "Year of manufacture selection", "Affects depreciation and premium calculation" ], - imageSrc: "http://img.b2bpic.net/free-vector/flat-icons-set-web-project-plan-interface-design-marketing-research_126523-1105.jpg?_wi=2", imageAlt: "Vehicle year input interface" + imageSrc: "http://img.b2bpic.net/free-vector/flat-icons-set-web-project-plan-interface-design-marketing-research_126523-1105.jpg", imageAlt: "Vehicle year input interface" }, { id: "city-select", title: "Location / City", tags: [ "Select your city for location-based pricing", "Factors in regional risk assessment" ], - imageSrc: "http://img.b2bpic.net/free-photo/business-men-use-laptops-alongside-outdoor-vehicles_1359-1424.jpg?_wi=3", imageAlt: "City selection dropdown" + imageSrc: "http://img.b2bpic.net/free-photo/business-men-use-laptops-alongside-outdoor-vehicles_1359-1424.jpg", imageAlt: "City selection dropdown" }, { id: "ncb-slider", title: "NCB Percentage (0-50%)", tags: [ "No Claim Bonus slider control", "Drag to adjust your discount percentage" ], - imageSrc: "http://img.b2bpic.net/free-vector/flat-icons-set-web-project-plan-interface-design-marketing-research_126523-1105.jpg?_wi=3", imageAlt: "NCB slider control" + imageSrc: "http://img.b2bpic.net/free-vector/flat-icons-set-web-project-plan-interface-design-marketing-research_126523-1105.jpg", imageAlt: "NCB slider control" }, { id: "coverage-toggle", title: "Coverage Type", tags: [ "Toggle between Comprehensive and Third-Party", "Comprehensive includes own-damage protection" ], - imageSrc: "http://img.b2bpic.net/free-photo/business-men-use-laptops-alongside-outdoor-vehicles_1359-1424.jpg?_wi=4", imageAlt: "Coverage type toggle switch" + imageSrc: "http://img.b2bpic.net/free-photo/business-men-use-laptops-alongside-outdoor-vehicles_1359-1424.jpg", imageAlt: "Coverage type toggle switch" }, { id: "live-breakdown", title: "Live Premium Breakdown", tags: [ "Base Premium + GST (18%) + NCB Discount + Add-ons", "Updates instantly as you adjust inputs" ], - imageSrc: "http://img.b2bpic.net/free-vector/flat-icons-set-web-project-plan-interface-design-marketing-research_126523-1105.jpg?_wi=4", imageAlt: "Premium cost breakdown display" + imageSrc: "http://img.b2bpic.net/free-vector/flat-icons-set-web-project-plan-interface-design-marketing-research_126523-1105.jpg", imageAlt: "Premium cost breakdown display" } ]} />