Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-26 05:34:14 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="Unique Hand Wash & Detailing"
brandName="Unique Detailing"
button={{
text: "Book Now", href: "#contact"}}
animateOnLoad={true}
@@ -83,14 +83,14 @@ export default function LandingPage() {
{
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: "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>
</ThemeProvider>
);
}
}