diff --git a/src/app/page.tsx b/src/app/page.tsx
index e1dc876..2beca98 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,83 +47,52 @@ export default function LandingPage() {
@@ -145,32 +104,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- title: "Custom Homes",
- tags: [
- "New Build",
- "Luxury",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=1",
- },
+ id: "1", title: "Custom Homes", tags: [
+ "New Build", "Luxury"],
+ imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg"},
{
- id: "2",
- title: "Luxury Remodeling",
- tags: [
- "Kitchen",
- "Bath",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821318.jpg?_wi=1",
- },
+ id: "2", title: "Luxury Remodeling", tags: [
+ "Kitchen", "Bath"],
+ imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821318.jpg"},
{
- id: "3",
- title: "Outdoor Living",
- tags: [
- "Decks",
- "Porches",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/joyful-friends-front-bar_23-2147680612.jpg",
- },
+ id: "3", title: "Outdoor Living", tags: [
+ "Decks", "Porches"],
+ imageSrc: "http://img.b2bpic.net/free-photo/joyful-friends-front-bar_23-2147680612.jpg"},
]}
title="Our Services"
description="Comprehensive construction solutions tailored to your unique lifestyle."
@@ -179,44 +123,20 @@ export default function LandingPage() {