diff --git a/src/app/page.tsx b/src/app/page.tsx
index d1b3a9e..fed3fa7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,41 +44,26 @@ export default function LandingPage() {
@@ -99,41 +76,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "General Liability",
- price: "From $500",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg?_wi=2",
- },
+ id: "p1", name: "General Liability", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg"},
{
- id: "p2",
- name: "Professional Indemnity",
- price: "Custom Pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/experienced-caucasian-businessman-handshaking-smiling_74855-9870.jpg?_wi=2",
- },
+ id: "p2", name: "Professional Indemnity", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/experienced-caucasian-businessman-handshaking-smiling_74855-9870.jpg"},
{
- id: "p3",
- name: "Property & Assets",
- price: "Custom Pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103833.jpg?_wi=2",
- },
+ id: "p3", name: "Property & Assets", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103833.jpg"},
{
- id: "p4",
- name: "Cyber Liability",
- price: "Custom Pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-cityspace_116348-79.jpg?_wi=2",
- },
+ id: "p4", name: "Cyber Liability", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-cityspace_116348-79.jpg"},
{
- id: "p5",
- name: "Workers Comp",
- price: "Custom Pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-elements_23-2147986573.jpg?_wi=2",
- },
+ id: "p5", name: "Workers Comp", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-elements_23-2147986573.jpg"},
{
- id: "p6",
- name: "Business Interruption",
- price: "Custom Pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-with-modern-stationery-items_23-2148500521.jpg?_wi=2",
- },
+ id: "p6", name: "Business Interruption", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-with-modern-stationery-items_23-2148500521.jpg"},
]}
title="Comprehensive Coverage Types"
description="Tailored insurance solutions to secure your business against every risk."
@@ -142,63 +95,33 @@ export default function LandingPage() {
@@ -226,8 +145,7 @@ export default function LandingPage() {