Merge version_4 into main #4
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Explore Portfolio", href: "#products" },
|
||||
{ text: "Discover Our Work", href: "#products" },
|
||||
{ text: "Get in Touch", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -70,10 +70,10 @@ export default function LandingPage() {
|
||||
imageAlt="Design Studio"
|
||||
mediaAnimation="slide-up"
|
||||
metrics={[
|
||||
{ value: "20+", title: "Years Experience" },
|
||||
{ value: "500+", title: "Designs Created" },
|
||||
{ value: "50+", title: "Industry Awards" },
|
||||
{ value: "100+", title: "Global Clients" }
|
||||
{ value: "100+", title: "Global Clients" },
|
||||
{ value: "20+", title: "Years Experience" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -187,4 +187,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user