diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2c85dbd..0ea6022 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
@@ -63,61 +51,38 @@ export default function LandingPage() {
@@ -130,41 +95,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Azure Towers",
- price: "$2.5M",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317794.jpg",
- },
+ id: "p1", name: "Azure Towers", price: "$2.5M", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317794.jpg"},
{
- id: "p2",
- name: "Skyline Heights",
- price: "$1.8M",
- imageSrc: "http://img.b2bpic.net/free-photo/living-room-background-zoom-calls_52683-95237.jpg",
- },
+ id: "p2", name: "Skyline Heights", price: "$1.8M", imageSrc: "http://img.b2bpic.net/free-photo/living-room-background-zoom-calls_52683-95237.jpg"},
{
- id: "p3",
- name: "Emerald Estate",
- price: "$3.2M",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg",
- },
+ id: "p3", name: "Emerald Estate", price: "$3.2M", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg"},
{
- id: "p4",
- name: "Vantage Point",
- price: "$1.2M",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797638.jpg",
- },
+ id: "p4", name: "Vantage Point", price: "$1.2M", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797638.jpg"},
{
- id: "p5",
- name: "Urban Core",
- price: "$4.5M",
- imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050255.jpg",
- },
+ id: "p5", name: "Urban Core", price: "$4.5M", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050255.jpg"},
{
- id: "p6",
- name: "Grand Arch",
- price: "$2.9M",
- imageSrc: "http://img.b2bpic.net/free-photo/dining-set-modern-luxury-dining-room_105762-1797.jpg",
- },
+ id: "p6", name: "Grand Arch", price: "$2.9M", imageSrc: "http://img.b2bpic.net/free-photo/dining-set-modern-luxury-dining-room_105762-1797.jpg"},
]}
title="Featured Projects"
description="Discover our curated collection of architectural marvels."
@@ -176,14 +117,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
names={[
- "Apex",
- "BuildCorp",
- "Century",
- "DesignWay",
- "EquityHub",
- "FutureLand",
- "GlobalArch",
- ]}
+ "Apex", "BuildCorp", "Century", "DesignWay", "EquityHub", "FutureLand", "GlobalArch"]}
title="Our Strategic Partners"
description="Collaborating with industry leaders to deliver superior value."
/>
@@ -196,26 +130,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Unit 402 - 5% Off",
- subtitle: "Last 2 remaining",
- category: "Urgent",
- value: "Limited",
- },
+ id: "f1", title: "Unit 402 - 5% Off", subtitle: "Last 2 remaining", category: "Urgent", value: "Limited"},
{
- id: "f2",
- title: "Commercial Space",
- subtitle: "Immediate possession",
- category: "Hot",
- value: "New",
- },
+ id: "f2", title: "Commercial Space", subtitle: "Immediate possession", category: "Hot", value: "New"},
{
- id: "f3",
- title: "Pre-Launch Deal",
- subtitle: "Early bird pricing",
- category: "Exclusive",
- value: "Limited",
- },
+ id: "f3", title: "Pre-Launch Deal", subtitle: "Early bird pricing", category: "Exclusive", value: "Limited"},
]}
title="Live Market Ads"
description="Real-time urgency for active properties."
@@ -224,30 +143,19 @@ export default function LandingPage() {
@@ -304,19 +188,13 @@ export default function LandingPage() {
metrics={[
{
icon: Shield,
- label: "Business Strategy",
- value: "USPs",
- },
+ label: "Business Strategy", value: "USPs"},
{
icon: Award,
- label: "Join Our Team",
- value: "Careers",
- },
+ label: "Join Our Team", value: "Careers"},
{
icon: Star,
- label: "Founder Message",
- value: "Vision",
- },
+ label: "Founder Message", value: "Vision"},
]}
metricsAnimation="slide-up"
/>
@@ -326,54 +204,33 @@ export default function LandingPage() {