8 Commits

Author SHA1 Message Date
98913670fb Merge version_4 into main
Merge version_4 into main
2026-04-16 14:02:30 +00:00
44ad2c9b9c Update src/app/page.tsx 2026-04-16 14:02:24 +00:00
d69886e184 Merge version_3 into main
Merge version_3 into main
2026-04-16 14:00:17 +00:00
37336cc598 Update src/app/page.tsx 2026-04-16 14:00:14 +00:00
c5fe8b2980 Merge version_2 into main
Merge version_2 into main
2026-04-16 13:56:33 +00:00
b3083e4152 Update src/app/page.tsx 2026-04-16 13:56:30 +00:00
5554ac0473 Merge version_1 into main
Merge version_1 into main
2026-04-16 13:55:31 +00:00
c3f7429554 Merge version_1 into main
Merge version_1 into main
2026-04-16 13:55:02 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
description="Redefining the standards of high-end, luxury living. Your exclusive gateway to modern architecture."
buttons={[
{
text: "Book Now", href: "#contact"},
text: "Request Private Viewing", href: "#contact"},
{
text: "Learn More", href: "#about"},
]}
@@ -72,9 +72,11 @@ export default function LandingPage() {
{
id: "m1", value: "2500+", description: "Units Successfully Delivered"},
{
id: "m2", value: "120+", description: "Landmark Projects Completed"},
id: "m2", value: "100%", description: "Client Satisfaction Rate"},
{
id: "m3", value: "15+", description: "Years of Market Leadership"},
id: "m3", value: "120+", description: "Landmark Projects Completed"},
{
id: "m4", value: "15+", description: "Years of Market Leadership"},
]}
title="Our Achievements"
description="Setting industry benchmarks through relentless dedication to excellence and architectural innovation."
@@ -255,4 +257,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}