6 Commits

Author SHA1 Message Date
7f258c321d Merge version_3 into main
Merge version_3 into main
2026-03-11 16:15:11 +00:00
4063b0c7b0 Update src/app/page.tsx 2026-03-11 16:15:07 +00:00
176c00759e Merge version_2 into main
Merge version_2 into main
2026-03-11 16:13:46 +00:00
0b55aec4c3 Update src/app/page.tsx 2026-03-11 16:13:42 +00:00
06e0c13f63 Merge version_1 into main
Merge version_1 into main
2026-03-11 16:09:15 +00:00
9fbcbfc904 Merge version_1 into main
Merge version_1 into main
2026-03-11 16:08:51 +00:00

View File

@@ -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>
);
}
}