5 Commits

Author SHA1 Message Date
296b910acf Merge version_5 into main
Merge version_5 into main
2026-03-22 04:16:11 +00:00
2d99a42c36 Update src/app/page.tsx 2026-03-22 04:16:07 +00:00
0398df0872 Merge version_4 into main
Merge version_4 into main
2026-03-22 04:16:00 +00:00
1eb7396411 Update src/app/page.tsx 2026-03-22 04:15:56 +00:00
c6112ab133 Merge version_3 into main
Merge version_3 into main
2026-03-22 04:15:12 +00:00

View File

@@ -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}
@@ -146,7 +146,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get in Touch"
buttonText="Request a Consultation"
termsText="By connecting you agree to our Terms and Conditions"
mediaPosition="right"
mediaAnimation="slide-up"
@@ -187,4 +187,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}