From f3d8bb39a1cc0bfee102e179b39dc2f36b9e46ea Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 14:52:47 +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 43ffb58..f266d12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function LandingPage() { { id: "package-5", name: "Executive Detail", price: "$399", variant: "Premium Interior & Exterior", imageSrc: "http://img.b2bpic.net/free-photo/old-red-car-with-ribbon_181624-38.jpg", imageAlt: "Luxury car after premium detailing"}, { - id: "package-6", name: "Exterior Restore", price: "$199", variant: "Paint Correction & Polish", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-painting-car-door_23-2149714289.jpg", imageAlt: "Car exterior being polished to perfection"}, + id: "package-6", name: "Exterior Restore", price: "$149", variant: "Paint Correction & Polish", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-painting-car-door_23-2149714289.jpg", imageAlt: "Car exterior being polished to perfection"}, ]} title="Choose Your Detailing Package" description="Select from our range of comprehensive packages designed to fit every need and budget, from quick touch-ups to full transformations." @@ -252,4 +252,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file