2 Commits

Author SHA1 Message Date
e811391eee Update src/app/page.tsx 2026-05-26 05:34:11 +00:00
2c544b959f Merge version_1 into main
Merge version_1 into main
2026-05-26 05:30:31 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="Unique Hand Wash & Detailing" brandName="Unique Detailing"
button={{ button={{
text: "Book Now", href: "#contact"}} text: "Book Now", href: "#contact"}}
animateOnLoad={true} animateOnLoad={true}
@@ -83,14 +83,14 @@ export default function LandingPage() {
{ {
type: "text", text: "Premium Products"}, type: "text", text: "Premium Products"},
{ {
type: "text-icon", text: "Expert Technicians", icon: ShieldCheck, type: "text-icon", text: "Expert Technicians", icon: ShieldCheck
}, },
{ {
type: "text", text: "Exceptional Results"}, type: "text", text: "Exceptional Results"},
{ {
type: "image", src: "http://img.b2bpic.net/free-photo/grunge-perforated-metal-texture-background-with-brushed-aluminium-badge_1048-7929.jpg", alt: "Certified quality badge"}, type: "image", src: "http://img.b2bpic.net/free-photo/grunge-perforated-metal-texture-background-with-brushed-aluminium-badge_1048-7929.jpg", alt: "Certified quality badge"},
{ {
type: "text-icon", text: "Customer Favorites", icon: Star, type: "text-icon", text: "Customer Favorites", icon: Star
}, },
]} ]}
/> />
@@ -291,4 +291,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }