Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c5362d5ae3 | |||
| e811391eee | |||
| 2c544b959f |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user