diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0dabff1..fcbc78e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,19 +45,14 @@ export default function LandingPage() {
@@ -99,26 +82,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Modern Residential",
- price: "Custom",
- variant: "New Build",
- imageSrc: "http://img.b2bpic.net/free-photo/drawing-house-by-architect_1048-2595.jpg",
- },
+ id: "p1", name: "Modern Residential", price: "Custom", variant: "New Build", imageSrc: "http://img.b2bpic.net/free-photo/drawing-house-by-architect_1048-2595.jpg"},
{
- id: "p2",
- name: "Commercial Complex",
- price: "Custom",
- variant: "Commercial",
- imageSrc: "http://img.b2bpic.net/free-photo/room-with-computer_1048-4545.jpg",
- },
+ id: "p2", name: "Commercial Complex", price: "Custom", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/room-with-computer_1048-4545.jpg"},
{
- id: "p3",
- name: "Heritage Renovation",
- price: "Custom",
- variant: "Restoration",
- imageSrc: "http://img.b2bpic.net/free-photo/unfinished-brick-building-site_23-2147694730.jpg",
- },
+ id: "p3", name: "Heritage Renovation", price: "Custom", variant: "Restoration", imageSrc: "http://img.b2bpic.net/free-photo/unfinished-brick-building-site_23-2147694730.jpg"},
]}
title="Selected Projects"
description="Showcasing our dedication to architectural precision."
@@ -127,44 +95,20 @@ export default function LandingPage() {
@@ -220,13 +152,9 @@ export default function LandingPage() {