Update src/app/page.tsx

This commit is contained in:
2026-05-30 14:52:47 +00:00
parent b0dd29fa23
commit f3d8bb39a1

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}