diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4812990..279b074 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,36 +42,16 @@ export default function LandingPage() {
@@ -95,24 +63,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Algiers to Beijing",
- price: "Available: 15kg",
- imageSrc: "http://img.b2bpic.net/free-photo/airplane-map-computer-mouse-wooden-background-top-view_169016-41779.jpg?_wi=3",
- },
- {
- id: "2",
- name: "London to Algiers",
- price: "Available: 5kg",
- imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172325.jpg?_wi=2",
- },
- {
- id: "3",
- name: "Berlin to Paris",
- price: "Available: 20kg",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-casual-autumn-clothes-talking-phone_231208-3247.jpg?_wi=2",
- },
+ { id: "1", name: "Algiers to Beijing", price: "Available: 15kg", imageSrc: "http://img.b2bpic.net/free-photo/airplane-map-computer-mouse-wooden-background-top-view_169016-41779.jpg" },
+ { id: "2", name: "London to Algiers", price: "Available: 5kg", imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172325.jpg" },
+ { id: "3", name: "Berlin to Paris", price: "Available: 20kg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-casual-autumn-clothes-talking-phone_231208-3247.jpg" }
]}
title="Available Routes"
description="See where our travelers are going next and secure your cargo space."
@@ -121,30 +74,13 @@ export default function LandingPage() {