From 94351dd0cb24fa5603d5801ca29ca126bba05405 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 07:52:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28d95f3..5e070e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,7 @@ export default function LandingPage() { features: ["Bakkie load", "Compliance receipt", "2h turnaround"] }, { - id: "pro", badge: "Most Popular", badgeIcon: Star, price: "R650", subtitle: "Full load & cleaning", buttons: [{ text: "Book Now", href: "#contact" }], + id: "pro", badge: "Recommended for most households", badgeIcon: Star, price: "R650", subtitle: "Full load & cleaning", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Full bakkie load", "Loading included", "Priority response"] }, { -- 2.49.1