diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 7961d26..f8f02fd 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -25,25 +25,15 @@ export default function LandingPage() {
@@ -58,23 +48,13 @@ export default function LandingPage() {
description="Two decades of building excellence and integrity."
features={[
{
- id: "a1",
- title: "Heritage of Trust",
- tags: [
- "History",
- "Integrity",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=3",
- },
+ id: "a1", title: "Heritage of Trust", tags: [
+ "History", "Integrity"],
+ imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=3"},
{
- id: "a2",
- title: "Meet the Team",
- tags: [
- "Professional",
- "Expert",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-woman-white-shirt-dark-jacket-black-trousers-along-with-young-man-discussing-something-daytime-building-job-activity_140725-15292.jpg?_wi=2",
- },
+ id: "a2", title: "Meet the Team", tags: [
+ "Professional", "Expert"],
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-woman-white-shirt-dark-jacket-black-trousers-along-with-young-man-discussing-something-daytime-building-job-activity_140725-15292.jpg?_wi=2"},
]}
/>
@@ -82,10 +62,10 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 79c9ec2..a013f50 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,25 +25,15 @@ export default function LandingPage() {
@@ -53,19 +43,13 @@ export default function LandingPage() {