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() {
@@ -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() {