Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 98913670fb | |||
| 44ad2c9b9c | |||
| d69886e184 | |||
| 37336cc598 | |||
| c5fe8b2980 | |||
| b3083e4152 | |||
| 5554ac0473 | |||
| c3f7429554 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user