diff --git a/src/app/page.tsx b/src/app/page.tsx
index cd8e629..ac1a27e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,61 +47,38 @@ export default function LandingPage() {
@@ -123,59 +90,29 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Kitchen Remodeling",
- tags: [
- "Modern",
- "Custom",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1",
- },
+ id: "f1", title: "Kitchen Remodeling", tags: [
+ "Modern", "Custom"],
+ imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1"},
{
- id: "f2",
- title: "Bathroom Suites",
- tags: [
- "Spa",
- "Elegant",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2",
- },
+ id: "f2", title: "Bathroom Suites", tags: [
+ "Spa", "Elegant"],
+ imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2"},
{
- id: "f3",
- title: "Home Extensions",
- tags: [
- "Spacious",
- "Seamless",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3",
- },
+ id: "f3", title: "Home Extensions", tags: [
+ "Spacious", "Seamless"],
+ imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3"},
{
- id: "f4",
- title: "Flooring & Tiling",
- tags: [
- "Durable",
- "Classic",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=4",
- },
+ id: "f4", title: "Flooring & Tiling", tags: [
+ "Durable", "Classic"],
+ imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=4"},
{
- id: "f5",
- title: "Exterior Renovations",
- tags: [
- "Curb Appeal",
- "Stone",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=5",
- },
+ id: "f5", title: "Exterior Renovations", tags: [
+ "Curb Appeal", "Stone"],
+ imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=5"},
{
- id: "f6",
- title: "Custom Carpentry",
- tags: [
- "Bespoke",
- "Detailed",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=6",
- },
+ id: "f6", title: "Custom Carpentry", tags: [
+ "Bespoke", "Detailed"],
+ imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=6"},
]}
title="Our Expertise"
description="Comprehensive renovation solutions designed to enhance the value and beauty of your home."
@@ -191,70 +128,40 @@ export default function LandingPage() {
description="The dedicated team behind every exquisite detail of your renovation journey."
team={[
{
- id: "t1",
- name: "Elena Gonzalez",
- role: "Principal Architect",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=1",
- },
+ id: "t1", name: "Elena Gonzalez", role: "Principal Architect", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=1"},
{
- id: "t2",
- name: "Marcus Thorne",
- role: "Lead Contractor",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=2",
- },
+ id: "t2", name: "Marcus Thorne", role: "Lead Contractor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=2"},
{
- id: "t3",
- name: "Sarah Jenkins",
- role: "Interior Designer",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=3",
- },
+ id: "t3", name: "Sarah Jenkins", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=3"},
{
- id: "t4",
- name: "David Wu",
- role: "Project Manager",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=4",
- },
+ id: "t4", name: "David Wu", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=4"},
{
- id: "t5",
- name: "Sofia Rossi",
- role: "Carpenter",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=5",
- },
+ id: "t5", name: "Sofia Rossi", role: "Carpenter", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=5"},
]}
/>
@@ -263,14 +170,11 @@ export default function LandingPage() {
@@ -281,51 +185,33 @@ export default function LandingPage() {
logoText="Gonzalez Renovations"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Kitchens",
- href: "#services",
- },
+ label: "Kitchens", href: "#services"},
{
- label: "Baths",
- href: "#services",
- },
+ label: "Baths", href: "#services"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "Portfolio",
- href: "#gallery",
- },
+ label: "Portfolio", href: "#gallery"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
],
},
]}
@@ -334,4 +220,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file