From 61a79b8dcd01692371c792d13ff985a0492b4da5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 13:14:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e546593..0272c44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,6 +49,11 @@ export default function LandingPage() { variant: "gradient-bars"}} title="Redefine Your Brand with Vanguard ID" description="Professional logo creation and digital design agency in Settat, Morocco. Elevate your presence with AI-powered design solutions." + buttons={[ + { + text: "Get Started", href: "#contact" + } + ]} testimonials={[ { name: "Sarah Ahmed", handle: "@sarah.design", testimonial: "Vanguard ID completely transformed our brand image. Exceptional creativity!", rating: 5, @@ -202,4 +207,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file