Merge version_3 into main #12
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user