2 Commits

Author SHA1 Message Date
45af89bdca Update src/app/page.tsx 2026-04-27 15:17:22 +00:00
6e2ad1cc6e Merge version_2 into main
Merge version_2 into main
2026-04-27 15:16:34 +00:00

View File

@@ -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" }, { 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" title="Pricing Options"
description="Transparent pricing for every budget and moving size." description="Flexible moving packages tailored to your schedule and volume, with no hidden fees"
/> />
</div> </div>
@@ -173,4 +173,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }