diff --git a/src/app/page.tsx b/src/app/page.tsx
index e936ed9..65f5ef3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,13 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactText from '@/components/sections/contact/ContactText';
-import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
-import { Award, Clock, Home, MapPin, Smile } from "lucide-react";
+import { Award, Clock, Home, MapPin, ShieldCheck, Smile } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,12 +29,16 @@ export default function LandingPage() {
@@ -44,12 +47,14 @@ export default function LandingPage() {
@@ -61,9 +66,30 @@ export default function LandingPage() {
textboxLayout="split"
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: "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: "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: "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: "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"},
]}
title="Our Expertise"
description="Comprehensive renovation solutions designed to enhance the value and beauty of your home."
@@ -78,32 +104,41 @@ export default function LandingPage() {
title="Meet Our Artisans"
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: "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: "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: "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: "t5", name: "Sofia Rossi", role: "Carpenter", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=5"},
]}
/>
-
-
-
-
@@ -111,9 +146,13 @@ export default function LandingPage() {
@@ -122,9 +161,36 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=7"
logoText="Gonzalez Renovations"
columns={[
- { title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
- { title: "Services", items: [{ label: "Kitchens", href: "#services" }, { label: "Estimate", href: "#estimate" }] },
- { title: "Company", items: [{ label: "Contact", href: "#contact" }] }
+ {
+ title: "Navigation", items: [
+ {
+ label: "Home", href: "#hero"},
+ {
+ label: "About", href: "#about"},
+ ],
+ },
+ {
+ title: "Services", items: [
+ {
+ label: "Kitchens", href: "#services"},
+ {
+ label: "Baths", href: "#services"},
+ ],
+ },
+ {
+ title: "Company", items: [
+ {
+ label: "Portfolio", href: "#gallery"},
+ {
+ label: "Contact", href: "#contact"},
+ ],
+ },
+ {
+ title: "Legal", items: [
+ {
+ label: "Privacy", href: "#"},
+ ],
+ },
]}
/>