Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f258c321d | |||
| 4063b0c7b0 | |||
| 176c00759e | |||
| 0b55aec4c3 | |||
| 06e0c13f63 | |||
| 9fbcbfc904 |
@@ -52,6 +52,13 @@ export default function LandingPage() {
|
||||
imagePosition="right"
|
||||
mediaAnimation="opacity"
|
||||
useInvertedBackground={false}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-young-businesswoman-strict-clothes-black-jacket-with-optical-sunglasses-with-smile-white-wall-work-job-office-female-business-meetings_140725-65034.jpg?_wi=1", alt: "John Martinez" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg?_wi=1", alt: "Sarah Chen" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12687.jpg", alt: "Michael Rodriguez" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12859.jpg", alt: "Jennifer Davis" }
|
||||
]}
|
||||
avatarText="500+ Happy Customers"
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Martinez", handle: "Homeowner", testimonial: "Fixed my burst pipe in under an hour. Professional and fair pricing.", rating: 5,
|
||||
@@ -64,7 +71,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get Free Quote", href: "#contact" },
|
||||
{ text: "Call: (555) 0123", href: "tel:+1-555-0123" }
|
||||
{ text: "Schedule Free Inspection", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -254,4 +261,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user