Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d99a42c36 |
@@ -70,10 +70,10 @@ export default function LandingPage() {
|
|||||||
imageAlt="Design Studio"
|
imageAlt="Design Studio"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ value: "20+", title: "Years Experience" },
|
|
||||||
{ value: "500+", title: "Designs Created" },
|
{ value: "500+", title: "Designs Created" },
|
||||||
{ value: "50+", title: "Industry Awards" },
|
{ value: "50+", title: "Industry Awards" },
|
||||||
{ value: "100+", title: "Global Clients" }
|
{ value: "100+", title: "Global Clients" },
|
||||||
|
{ value: "20+", title: "Years Experience" }
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Get in Touch"
|
buttonText="Request a Consultation"
|
||||||
termsText="By connecting you agree to our Terms and Conditions"
|
termsText="By connecting you agree to our Terms and Conditions"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -187,4 +187,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user