From 3dded53007f08bd07910cf811eba35a92928af45 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 19:43:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d6ba22..3afd9cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,10 +10,12 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Bath, PaintBucket, Hammer, Home, CheckCircle } from "lucide-react"; +import { Bath, PaintBucket, Hammer, Home } from "lucide-react"; const navItems = [ - { name: "Home", id: "/" } + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" } ]; export default function Page() { @@ -67,8 +69,7 @@ export default function Page() { products={[ { id: "p1", name: "Marble Bathroom", price: "Precision Tiling", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-wood-paneling-large-windows_23-2152016398.jpg" }, { id: "p2", name: "Modern Interior", price: "Bespoke Design", imageSrc: "http://img.b2bpic.net/free-photo/brass-kitchen-utensils_1232-1247.jpg" }, - { id: "p3", name: "Custom Carpentry", price: "High-end Joinery", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg" }, - { id: "p4", name: "Full Renovation", price: "Complete Home", imageSrc: "http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149837030.jpg" } + { id: "p3", name: "Custom Carpentry", price: "High-end Joinery", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg" } ]} /> -- 2.49.1