Update src/app/page.tsx

This commit is contained in:
2026-05-09 13:14:43 +00:00
parent 7da193a7f5
commit 61a79b8dcd

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}