2 Commits

Author SHA1 Message Date
9f2a776533 Update src/app/page.tsx 2026-04-28 15:57:48 +00:00
f3fc74bc90 Merge version_1 into main
Merge version_1 into main
2026-04-28 15:56:32 +00:00

View File

@@ -63,6 +63,7 @@ export default function LandingPage() {
description="We are a boutique firm specializing in high-end brand integration and professional solutions. Our mission is to bridge the gap between creative vision and technical execution."
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84844.jpg"
imageAlt="Professional office space"
buttons={[{ text: "Schedule Consultation", href: "#contact" }]}
/>
</div>
@@ -167,4 +168,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}