Update src/app/page.tsx

This commit is contained in:
2026-03-12 07:24:42 +00:00
parent 15ba9d2735
commit 9f78715fe4

View File

@@ -41,7 +41,6 @@ export default function AstanaDetailingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
tagline="Premium Automotive Detailing"
title="Showroom-Quality Finishes for Your Prized Vehicles"
description="Expert automotive detailing service delivering exceptional protection and preservation. From luxury vehicles to collector cars, we provide the meticulous care your vehicle deserves."
buttons={[
@@ -49,10 +48,9 @@ export default function AstanaDetailingPage() {
{ text: "View Gallery", href: "#services" }
]}
buttonAnimation="slide-up"
backgroundImage="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22321.jpg?_wi=1"
backgroundImageAlt="Premium car detailing showcase"
overlayOpacity={0.4}
overlayColor="rgba(0, 0, 0, 0.4)"
imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22321.jpg?_wi=1"
imageAlt="Premium car detailing showcase"
showDimOverlay={true}
/>
</div>