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