diff --git a/src/app/page.tsx b/src/app/page.tsx index aee1d1a..7269d16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }]} /> @@ -167,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file