Update src/app/page.tsx

This commit is contained in:
2026-05-10 11:17:33 +00:00
parent 889cf008e4
commit 8d3995ce59

View File

@@ -47,6 +47,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
tagAnimation="blur-reveal"
title="Building Engineering Excellence."
description="Premium civil engineering, waterproofing, flooring, and maintenance solutions crafted for modern spaces."
testimonials={[
@@ -265,4 +266,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}