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