diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index a0ad49a..85bece0 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -8,7 +8,7 @@ import TeamCardOne from "@/components/sections/team/TeamCardOne";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import Link from "next/link";
-import { Award, Zap, Users, Building2, DollarSign, Globe } from "lucide-react";
+import { Award, Zap, Users, Building2, DollarSign, Globe, TrendingUp } from "lucide-react";
export default function AboutPage() {
return (
@@ -35,9 +35,7 @@ export default function AboutPage() {
{ name: "Contact", id: "contact" },
]}
button={{
- text: "Schedule Viewing",
- href: "contact",
- }}
+ text: "Schedule Viewing", href: "contact"}}
/>
@@ -48,14 +46,12 @@ export default function AboutPage() {
tag="Our Heritage"
tagIcon={Award}
tagAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/business-people-doing-teamwork-startup-presentation-anlayzing-research-data-information-documents-planning-report-project-with-notes-paperwork-files-office-with-big-windows_482257-49771.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/business-people-doing-teamwork-startup-presentation-anlayzing-research-data-information-documents-planning-report-project-with-notes-paperwork-files-office-with-big-windows_482257-49771.jpg"
imageAlt="luxury real estate office interior"
useInvertedBackground={false}
buttons={[
{
- text: "Learn More",
- href: "#services",
- },
+ text: "Learn More", href: "#services"},
]}
buttonAnimation="slide-up"
/>
@@ -65,33 +61,13 @@ export default function AboutPage() {
@@ -116,33 +90,13 @@ export default function AboutPage() {