diff --git a/src/app/page.tsx b/src/app/page.tsx
index ae2bd95..52a41db 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,44 +30,32 @@ export default function LandingPage() {
@@ -79,19 +67,13 @@ export default function LandingPage() {
metrics={[
{
icon: Building,
- label: "Projects Completed",
- value: "500+",
- },
+ label: "Projects Completed", value: "500+"},
{
icon: Award,
- label: "Certified Offices",
- value: "120+",
- },
+ label: "Certified Offices", value: "120+"},
{
icon: Users,
- label: "Global Team",
- value: "80+",
- },
+ label: "Global Team", value: "80+"},
]}
metricsAnimation="slide-up"
/>
@@ -104,26 +86,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "s1",
- title: "Pre-lease Survey",
- description: "Accurate spatial analysis to help you make informed real estate decisions.",
- tag: "Survey",
- imageSrc: "http://img.b2bpic.net/free-photo/rear-view-busy-woman-office_329181-10984.jpg?_wi=1",
- },
+ id: "s1", title: "Pre-lease Survey", description: "Accurate spatial analysis to help you make informed real estate decisions.", tag: "Survey", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-busy-woman-office_329181-10984.jpg"},
{
- id: "s2",
- title: "LEED & WELL Design",
- description: "High-performance building standards focusing on health and sustainability.",
- tag: "Design",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg?_wi=1",
- },
+ id: "s2", title: "LEED & WELL Design", description: "High-performance building standards focusing on health and sustainability.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg"},
{
- id: "s3",
- title: "Project Management",
- description: "Comprehensive construction oversight from concept to completion.",
- tag: "Execution",
- imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg?_wi=1",
- },
+ id: "s3", title: "Project Management", description: "Comprehensive construction oversight from concept to completion.", tag: "Execution", imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg"},
]}
title="Our Professional Services"
description="We specialize in end-to-end office interiors."
@@ -139,51 +106,25 @@ export default function LandingPage() {
description="See why industry leaders trust us with their workspaces."
kpiItems={[
{
- value: "98%",
- label: "Client Satisfaction",
- },
+ value: "98%", label: "Client Satisfaction"},
{
- value: "15+",
- label: "Years Experience",
- },
+ value: "15+", label: "Years Experience"},
{
- value: "40+",
- label: "Regional Awards",
- },
+ value: "40+", label: "Regional Awards"},
]}
testimonials={[
{
- id: "t1",
- name: "Alex Rivera",
- role: "CEO",
- company: "TechFlow Solutions",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/rear-view-busy-woman-office_329181-10984.jpg?_wi=2",
- },
+ id: "t1", name: "Alex Rivera", role: "CEO", company: "TechFlow Solutions", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/rear-view-busy-woman-office_329181-10984.jpg"},
{
- id: "t2",
- name: "Sarah Chen",
- role: "Director",
- company: "Innovate Corp",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg?_wi=2",
- },
+ id: "t2", name: "Sarah Chen", role: "Director", company: "Innovate Corp", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg"},
{
- id: "t3",
- name: "Mark Sterling",
- role: "COO",
- company: "Global Logistics",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg?_wi=2",
- },
+ id: "t3", name: "Mark Sterling", role: "COO", company: "Global Logistics", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg"},
{
- id: "t4",
- name: "Elena Vance",
- role: "Founder",
- company: "GreenBuild Lab",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1992.jpg?_wi=2",
- },
+ id: "t4", name: "Elena Vance", role: "Founder", company: "GreenBuild Lab", rating: 4,
+ imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1992.jpg"},
]}
/>
@@ -192,8 +133,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file