diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ba7887..1a45c9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -107,28 +75,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Furniture Removal", - description: "Expert handling of heavy furniture and bulky items.", - bentoComponent: "reveal-icon", - icon: Star, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qcjc6n&_wi=1", - imageAlt: "furniture removal service icon", + title: "Furniture Removal", description: "Expert handling of heavy furniture and bulky items.", bentoComponent: "reveal-icon", icon: Star }, { - title: "Same-Day Service", - description: "Get rid of junk fast with our prompt scheduling.", - bentoComponent: "reveal-icon", - icon: Clock, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rlnqzi&_wi=2", - imageAlt: "furniture removal service icon", + title: "Same-Day Service", description: "Get rid of junk fast with our prompt scheduling.", bentoComponent: "reveal-icon", icon: Clock }, { - title: "Professional Crew", - description: "Reliable and courteous staff at your service.", - bentoComponent: "reveal-icon", - icon: UserCheck, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hti8ur&_wi=2", - imageAlt: "furniture removal service icon", + title: "Professional Crew", description: "Reliable and courteous staff at your service.", bentoComponent: "reveal-icon", icon: UserCheck }, ]} title="Why Choose Queens ClearSpace" @@ -142,36 +95,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "small", - badge: "Min Load", - price: "$99", - subtitle: "Single item or small load", - features: [ - "Quick pickup", - "Transparent flat rate", - ], - }, - { - id: "medium", - badge: "Half Truck", - price: "$299", - subtitle: "Perfect for garages", - features: [ - "Up to 1/2 truck capacity", - "Full haul away", - ], - }, - { - id: "full", - badge: "Full Truck", - price: "$499", - subtitle: "For large cleanouts", - features: [ - "Full truck capacity", - "Priority scheduling", - ], - }, + { id: "small", badge: "Min Load", price: "$99", subtitle: "Single item or small load", features: ["Quick pickup", "Transparent flat rate"] }, + { id: "medium", badge: "Half Truck", price: "$299", subtitle: "Perfect for garages", features: ["Up to 1/2 truck capacity", "Full haul away"] }, + { id: "full", badge: "Full Truck", price: "$499", subtitle: "For large cleanouts", features: ["Full truck capacity", "Priority scheduling"] }, ]} title="Simple Volume-Based Pricing" description="Fair and transparent pricing based on the space your junk takes up in our truck." @@ -182,15 +108,7 @@ export default function LandingPage() {