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