Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-06-07 15:40:29 +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", alt: "Maria Garcia"},
]}
cardTitle="What Our Clients Say"
cardTag="Trusted by Homes & Businesses"
@@ -286,4 +286,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}