3 Commits

Author SHA1 Message Date
6f1162e597 Update src/app/page.tsx 2026-05-18 11:08:16 +00:00
9e12d9a9b8 Merge version_1 into main
Merge version_1 into main
2026-05-17 01:01:41 +00:00
096b6dcde4 Merge version_1 into main
Merge version_1 into main
2026-05-17 01:01:09 +00:00

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg", imageAlt: "professional technician aircond installation" }, { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg", imageAlt: "professional technician aircond installation" },
]} ]}
buttons={[ buttons={[
{ text: "WhatsApp Us Now", href: "https://wa.me/60111234567" }, { text: "WhatsApp Us Now", href: "https://wa.me/60142379154" },
{ text: "View Our Projects", href: "#projects" }, { text: "View Our Projects", href: "#projects" },
]} ]}
/> />
@@ -105,7 +105,7 @@ export default function LandingPage() {
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
useInvertedBackground={false} useInvertedBackground={false}
heading={[{ type: "text", content: "Why Customers Keep Recommending LHNS" }]} heading={[{ type: "text", content: "Why Customers Keep Recommending LHNS" }]}
buttons={[{ text: "Get Quote", href: "https://wa.me/60111234567" }]} buttons={[{ text: "Get Quote", href: "https://wa.me/60142379154" }]}
/> />
</div> </div>
@@ -167,8 +167,8 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
text="Ready for better cooling and professional installation? Fast response. Neat workmanship. Trusted by customers across Nilai." text="Ready for better cooling and professional installation? Fast response. Neat workmanship. Trusted by customers across Nilai."
buttons={[ buttons={[
{ text: "WhatsApp Now", href: "https://wa.me/60111234567" }, { text: "WhatsApp Now", href: "https://wa.me/60142379154" },
{ text: "Request Quotation", href: "https://wa.me/60111234567" }, { text: "Request Quotation", href: "https://wa.me/60142379154" },
]} ]}
/> />
</div> </div>