diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c6c414..89d466a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,117 +45,65 @@ export default function LandingPage() {
@@ -175,55 +115,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "1. Zip Code Capture", - description: "Input your destination to instantly calculate the logistical requirements for your move.", - icon: Search, + title: "1. Zip Code Capture", description: "Input your destination to instantly calculate the logistical requirements for your move.", icon: Search, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-sale_23-2152027241.jpg?_wi=1", - imageAlt: "Zip search icon", - }, + imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-sale_23-2152027241.jpg", imageAlt: "Zip search icon"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-sale_23-2152027241.jpg?_wi=2", - imageAlt: "Zip search icon", - }, + imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-sale_23-2152027241.jpg", imageAlt: "Zip search icon"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918219.jpg?_wi=13", - imageAlt: "luxury house modern night exterior", }, { - title: "2. Inventory Assessment", - description: "Tailor your move by selecting the size and type of items for optimized packing solutions.", - icon: Box, + title: "2. Inventory Assessment", description: "Tailor your move by selecting the size and type of items for optimized packing solutions.", icon: Box, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-blue-cap-sorting-boxes_1156-618.jpg?_wi=1", - imageAlt: "Box inventory icon", - }, + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-blue-cap-sorting-boxes_1156-618.jpg", imageAlt: "Box inventory icon"}, { - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-blue-cap-sorting-boxes_1156-618.jpg?_wi=2", - imageAlt: "Box inventory icon", - }, + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-blue-cap-sorting-boxes_1156-618.jpg", imageAlt: "Box inventory icon"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-sale_23-2152027241.jpg?_wi=3", - imageAlt: "minimalist search icon tech blue", }, { - title: "3. Precise Scheduling", - description: "Select your preferred date and time with our automated system to lock in your moving team.", - icon: Calendar, + title: "3. Precise Scheduling", description: "Select your preferred date and time with our automated system to lock in your moving team.", icon: Calendar, mediaItems: [ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5nyt26&_wi=1", - imageAlt: "Calendar icon", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5nyt26", imageAlt: "Calendar icon"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5nyt26&_wi=2", - imageAlt: "Calendar icon", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5nyt26", imageAlt: "Calendar icon"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-blue-cap-sorting-boxes_1156-618.jpg?_wi=3", - imageAlt: "minimalist shipping box icon blue", }, ]} title="The Moving Process" @@ -233,44 +149,20 @@ export default function LandingPage() {
@@ -328,49 +208,31 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#", - }, + label: "Services", href: "#"}, { - label: "Locations", - href: "#", - }, + label: "Locations", href: "#"}, { - label: "FAQ", - href: "#", - }, + label: "FAQ", href: "#"}, ], }, { items: [ { - label: "BBB Accredited", - href: "#", - }, + label: "BBB Accredited", href: "#"}, { - label: "Licensed #12345", - href: "#", - }, + label: "Licensed #12345", href: "#"}, { - label: "Insured", - href: "#", - }, + label: "Insured", href: "#"}, ], }, { items: [ { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Press", - href: "#", - }, + label: "Press", href: "#"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, ], }, ]}