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