Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 988c091243 | |||
| 8011bca456 | |||
| 75506aa168 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user