@@ -180,42 +115,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Coastal Modern Villa",
- price: "Custom Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-building-with-bricks-stone_23-2148252830.jpg",
- },
- {
- id: "p2",
- name: "Double Carport",
- price: "Custom Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263628.jpg",
- },
- {
- id: "p3",
- name: "Garden Cottage",
- price: "Custom Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-house-with-wooden-architecture-timber-structure_23-2151302693.jpg",
- },
- {
- id: "p4",
- name: "Urban Wendy Build",
- price: "Custom Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-villa-blue-sky-white-sand-background-gili-trawangan_158538-26130.jpg",
- },
- {
- id: "p5",
- name: "Executive Home Add-on",
- price: "Custom Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263638.jpg",
- },
- {
- id: "p6",
- name: "Commercial Storage",
- price: "Custom Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg",
- },
+ { id: "p1", name: "Coastal Modern Villa", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/front-view-building-with-bricks-stone_23-2148252830.jpg" },
+ { id: "p2", name: "Double Carport", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263628.jpg" },
+ { id: "p3", name: "Garden Cottage", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-house-with-wooden-architecture-timber-structure_23-2151302693.jpg" },
]}
title="Our Recent Projects"
description="View our portfolio of custom residential projects across the Western Cape."
@@ -227,21 +129,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Is Nutec fire resistant?",
- content: "Yes, Nutec is highly resistant to fire, rot, and termites.",
- },
- {
- id: "f2",
- title: "Does it require maintenance?",
- content: "Nutec is very low maintenance compared to wood alternatives.",
- },
- {
- id: "f3",
- title: "How long does installation take?",
- content: "Nutec cladding is easy to install, ensuring a fast turnaround time for your build.",
- },
+ { id: "f1", title: "Is Nutec fire resistant?", content: "Yes, Nutec is highly resistant to fire, rot, and termites." },
+ { id: "f2", title: "Does it require maintenance?", content: "Nutec is very low maintenance compared to wood alternatives." },
+ { id: "f3", title: "How long does installation take?", content: "Nutec cladding is easy to install, ensuring a fast turnaround time for your build." },
]}
title="Frequently Asked Questions"
description="Everything you need to know about Nutec and Wendy houses."
@@ -252,21 +142,13 @@ export default function LandingPage() {
@@ -276,16 +158,8 @@ export default function LandingPage() {
logoText="Nutec & Wendy"
copyrightText="© 2025 Nutec & Wendy Construction. All rights reserved. Dev: DP"
socialLinks={[
- {
- icon: Facebook,
- href: "#",
- ariaLabel: "Facebook",
- },
- {
- icon: MessageCircle,
- href: "https://wa.me/27814935617",
- ariaLabel: "WhatsApp",
- },
+ { icon: Facebook, href: "#", ariaLabel: "Facebook" },
+ { icon: MessageCircle, href: "https://wa.me/27814935617", ariaLabel: "WhatsApp" },
]}
/>