Update src/app/page.tsx

This commit is contained in:
2026-03-10 19:42:58 +00:00
parent 34eaddbc74
commit 098e087115

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="large"
background="noise"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="COMPLETE DETAIL"
description="Professional auto detailing and car wash services in San Marcos, TX. We restore and protect your vehicle with industry-approved products, professional equipment, and proven techniques."
background={{ variant: "noise" }}
background={{ variant: "animated-grid" }}
buttons={[
{ text: "Book Appointment", href: "#contact" },
{ text: "View Services", href: "#services" }