7 Commits

Author SHA1 Message Date
cb1ce8f0ba Merge version_2 into main
Merge version_2 into main
2026-06-07 15:41:11 +00:00
5cf65659d0 Update src/app/page.tsx 2026-06-07 15:41:08 +00:00
9315f11c54 Merge version_2 into main
Merge version_2 into main
2026-06-07 15:40:28 +00:00
944cd52683 Update src/app/page.tsx 2026-06-07 15:40:25 +00:00
0231dfcd8d Merge version_1 into main
Merge version_1 into main
2026-06-07 15:37:55 +00:00
cc06639c1a Merge version_1 into main
Merge version_1 into main
2026-06-07 15:37:31 +00:00
25871ceb60 Merge version_1 into main
Merge version_1 into main
2026-06-07 15:36:46 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboard
background={{
variant: "downward-rays-animated"}}
variant: "canvas-reveal"}}
title="Dubai's Trusted 24/7 Plumbing Experts"
description="Fast, reliable, and professional plumbing solutions for homes, apartments, villas, offices, and commercial properties across Dubai. Emergency or routine—were always available."
buttons={[
@@ -185,7 +185,7 @@ export default function LandingPage() {
{
id: "5", name: "David Miller", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bearded-mature-male-talking-phone_23-2148673435.jpg", imageAlt: "David Miller"},
{
id: "6", name: "Maria Garcia", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-discussing-project-cafe_1262-1844.jpg", imageAlt: "Maria Garcia"},
id: "6", name: "Maria Garcia", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-discussing-project-cafe_1262-1844.jpg", imageAlt: "Maria Garcia"}
]}
cardTitle="What Our Clients Say"
cardTag="Trusted by Homes & Businesses"
@@ -286,4 +286,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}