From e4a9764aa99233eccf231732688f3b36ffe5e6e5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 15:18:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a55e59..27336ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { { id: "premium", title: "Full House", price: "$1800", period: "Full Day", features: ["2 Large Trucks", "4 Movers", "Packing Included"], button: { text: "Book Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/couple-carrying-carton-box_23-2147758704.jpg?_wi=2" }, ]} title="Pricing Options" - description="Flexible moving packages tailored to your schedule and volume, with no hidden fees" + description="Transparent pricing with no hidden fees—get a guaranteed flat rate quote in minutes" /> @@ -173,4 +173,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1