From fd472bb744ba850a52c71b2adbd56678a68eedc3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:23:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ca471f..74f372a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,10 @@ export default function LandingPage() { title="Defining Premium Digital Growth" description="We architect high-impact social narratives for visionary brands. Data-driven strategy meets cinematic creativity." tag="Premier Social Agency" + buttons={[ + { text: "Book Consultation", href: "#contact" }, + { text: "View Services", href: "#services" } + ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg", imageAlt: "luxury creative agency studio"}, @@ -221,4 +225,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1