3 Commits

Author SHA1 Message Date
988c091243 Update src/app/page.tsx 2026-05-16 21:30:55 +00:00
8011bca456 Merge version_2 into main
Merge version_2 into main
2026-05-16 21:29:41 +00:00
75506aa168 Merge version_2 into main
Merge version_2 into main
2026-05-16 21:29:08 +00:00

View File

@@ -37,10 +37,9 @@ export default function LandingPage() {
{ name: "Team", id: "team" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Domain", id: "domain" }
]}
brandName="Zira Design"
button={{ text: "Get Started", href: "#contact" }}
button={{ text: "Start a Project", href: "#contact" }}
/>
</div>
@@ -149,7 +148,8 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={["TechInnovate", "GlobalGroup", "StudioOne", "Vanguard", "MediaPulse", "DesignHub", "NextGen"]}
names={[
"TechInnovate", "GlobalGroup", "StudioOne", "Vanguard", "MediaPulse", "DesignHub", "NextGen"]}
title="Trusted by Brands"
description="Collaborating with visionaries across industries."
/>
@@ -160,9 +160,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
text="Ready to redefine your visual presence? Let's talk about your next creative project."
buttons={[
{ text: "Contact Us Now", href: "mailto:hello@ziradesign.com" },
]}
buttons={[{ text: "Contact Us Now", href: "mailto:hello@ziradesign.com" }]}
/>
</div>
@@ -191,4 +189,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}