Update src/app/page.tsx

This commit is contained in:
2026-05-15 15:33:48 +00:00
parent 159bed7886
commit 46ced662f1

View File

@@ -100,6 +100,8 @@ export default function LandingPage() {
description="Building trust through quality and reliability for over 15 years."
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{ id: "1", value: "15+", title: "Years", description: "Industry experience", icon: Hammer },
{ id: "2", value: "200+", title: "Projects", description: "Completed designs", icon: Ruler },
@@ -131,6 +133,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Email Address" },
]}
textarea={{ name: "message", placeholder: "Describe your project...", rows: 5 }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/top-view-wood-tools-desk-with-clipboard_23-2148898123.jpg"
/>
</div>