diff --git a/src/app/page.tsx b/src/app/page.tsx
index 78def84..1940da9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -51,80 +39,35 @@ export default function LandingPage() {
@@ -134,42 +77,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Emergency Towing",
- description: "Fast, reliable response when you are stranded in an emergency.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xdvwnc&_wi=1",
- imageAlt: "Emergency Towing",
- },
- {
- title: "Roadside Assistance",
- description: "Professional support for all your roadside needs in New Hope, MN.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xdvwnc&_wi=2",
- imageAlt: "Roadside Assistance",
- },
- {
- title: "Jump Starts",
- description: "Dead battery? We provide quick, professional jump start service.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hand-holding-handle-luxury-blue-car_7502-9817.jpg?_wi=1",
- imageAlt: "Jump Starts",
- },
- {
- title: "Tire Changes",
- description: "Quick and safe tire replacement so you can continue your journey.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hand-holding-handle-luxury-blue-car_7502-9817.jpg?_wi=2",
- imageAlt: "Tire Changes",
- },
- {
- title: "Vehicle Lockouts",
- description: "Lost your keys? Get back into your vehicle fast with our expert help.",
- imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261231.jpg?_wi=1",
- imageAlt: "Vehicle Lockouts",
- },
- {
- title: "Emergency Recovery",
- description: "Professional recovery services for tough, complex situations.",
- imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261231.jpg?_wi=2",
- imageAlt: "Emergency Recovery",
- },
+ { title: "Emergency Towing", description: "Fast, reliable response when you are stranded in an emergency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xdvwnc", imageAlt: "Emergency Towing" },
+ { title: "Roadside Assistance", description: "Professional support for all your roadside needs in New Hope, MN.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xdvwnc", imageAlt: "Roadside Assistance" },
+ { title: "Jump Starts", description: "Dead battery? We provide quick, professional jump start service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hand-holding-handle-luxury-blue-car_7502-9817.jpg", imageAlt: "Jump Starts" },
+ { title: "Tire Changes", description: "Quick and safe tire replacement so you can continue your journey.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hand-holding-handle-luxury-blue-car_7502-9817.jpg", imageAlt: "Tire Changes" },
+ { title: "Vehicle Lockouts", description: "Lost your keys? Get back into your vehicle fast with our expert help.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261231.jpg", imageAlt: "Vehicle Lockouts" },
+ { title: "Emergency Recovery", description: "Professional recovery services for tough, complex situations.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261231.jpg", imageAlt: "Emergency Recovery" },
]}
title="Our Professional Services"
description="Comprehensive towing and roadside assistance solutions designed to get you back on the road safely."
@@ -180,12 +93,7 @@ export default function LandingPage() {
@@ -193,12 +101,7 @@ export default function LandingPage() {