Update src/app/page.tsx
This commit is contained in:
@@ -48,6 +48,12 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tag="Local Service Leader"
|
tag="Local Service Leader"
|
||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
|
avatars={[
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Customer 1" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Customer 2" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", alt: "Customer 3" },
|
||||||
|
]}
|
||||||
|
avatarText="Trusted by 12,500+ Local Families"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" },
|
{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" },
|
||||||
{ text: "Get Free Quote", href: "#contact" },
|
{ text: "Get Free Quote", href: "#contact" },
|
||||||
@@ -221,4 +227,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user