From da1d5c0c3d5f52240ed0db248b8950ed9ea9e525 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 16:20:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 316 ++++++----------------------------------------- 1 file changed, 41 insertions(+), 275 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70a01a3..2f7c1b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,133 +31,26 @@ export default function LandingPage() {
@@ -167,62 +60,23 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "1", - value: "50+", - title: "Happy Tenants", - items: [ - "Corporate clients", - "Retail shops", - "Startups", - ], - }, - { - id: "2", - value: "10k+", - title: "Square Meters", - items: [ - "Office space", - "Retail space", - "Meeting halls", - ], - }, - { - id: "3", - value: "15+", - title: "Years Experience", - items: [ - "Facility management", - "Leasing", - "Maintenance", - ], - }, + { id: "1", value: "50+", title: "Premium Tenants", items: ["Global Corporations", "Innovative Startups", "Boutique Firms"] }, + { id: "2", value: "15k+", title: "Sq. Meters", items: ["Grade-A Office", "Collaboration Hubs", "Retail Spaces"] }, + { id: "3", value: "24/7", title: "Operations", items: ["High-Tech Security", "Full Maintenance", "Smart Infrastructure"] }, ]} - title="Our Impact in Numbers" - description="Proven success metrics across all our business tenants." + title="Excellence Defined" + description="ZIA Business Complex sets the standard for professional environments." />
@@ -233,23 +87,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "No hidden fees", - "Zero maintenance hassle", - "No contract stress", - ], - }} - positiveCard={{ - items: [ - "High-speed internet", - "Modern meeting rooms", - "On-site café", - "Parking space", - ], - }} - title="Why Choose Us" - description="Unmatched amenities for the modern professional." + negativeCard={{ items: ["No hidden management fees", "Zero maintenance delays", "No restrictive lease terms"] }} + positiveCard={{ items: ["Gigabit Fiber Internet", "Advanced Meeting Suites", "Eco-Friendly Climate Control", "Ample Underground Parking"] }} + title="The ZIA Advantage" + description="We offer more than just office space; we provide a complete business ecosystem." />
@@ -258,45 +99,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[ - { - id: "1", - name: "Sarah Johnson", - handle: "@sarah", - testimonial: "Excellent service and environment.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg?_wi=2", - }, - { - id: "2", - name: "Michael Chen", - handle: "@michael", - testimonial: "Truly professional team.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2", - }, - { - id: "3", - name: "Emily Rodriguez", - handle: "@emily", - testimonial: "I love the office vibe here.", - imageSrc: "http://img.b2bpic.net/free-photo/working-man_1098-18366.jpg?_wi=2", - }, - { - id: "4", - name: "David Kim", - handle: "@david", - testimonial: "Great networking opportunities.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg?_wi=2", - }, - { - id: "5", - name: "Jane Doe", - handle: "@jane", - testimonial: "Top-tier location for any business.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-work-while-her-colleagues-are-using-laptop-documents_23-2149330960.jpg", - }, - ]} - title="Voices of Success" - description="Hear what our business partners say." + testimonials={[]} + title="Trusted by Industry Leaders" + description="Join a growing community of professionals thriving in our space." /> @@ -304,23 +109,11 @@ export default function LandingPage() { @@ -328,47 +121,20 @@ export default function LandingPage() {
-- 2.49.1