Merge version_1 into main #1
184
src/app/page.tsx
184
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Nutec & Wendy"
|
||||
/>
|
||||
@@ -58,33 +43,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Quality Craftsmanship & Durability"
|
||||
description="Secure, safe, and stylish Nutec & Wendy construction services for residential and commercial projects. Experience efficient, cost-effective solutions in the Western Cape."
|
||||
tag="Premier Construction Western Cape"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-holding-book-hand-walking-front-university-building_23-2148093393.jpg",
|
||||
imageAlt: "Modern Nutec House Exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-holding-book-hand-walking-front-university-building_23-2148093393.jpg", imageAlt: "Modern Nutec House Exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-sitting-cafe-talking-while-make-selfie_171337-19675.jpg",
|
||||
imageAlt: "Stylish Modern Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg",
|
||||
imageAlt: "Modern country houses under construction",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302618.jpg",
|
||||
imageAlt: "Photorealistic wooden house with timber structure",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263528.jpg",
|
||||
imageAlt: "Photorealistic wooden house interior with timber decor and furnishings",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-sitting-cafe-talking-while-make-selfie_171337-19675.jpg", imageAlt: "Stylish Modern Interior"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -100,18 +67,9 @@ export default function LandingPage() {
|
||||
title="We Make Your Vision a Reality"
|
||||
description="Nutec and Wendy Construction services specialize in custom-made houses. Our experienced team of dedicated carpenters and builders craft structures of the highest quality with meticulous attention to detail."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expertise",
|
||||
description: "Many years of experience with custom builds",
|
||||
},
|
||||
{
|
||||
title: "Precision",
|
||||
description: "Attention to detail with manufacturing process",
|
||||
},
|
||||
{
|
||||
title: "Reliable",
|
||||
description: "Project completion on time and within budget",
|
||||
},
|
||||
{ title: "Expertise", description: "Many years of experience with custom builds" },
|
||||
{ title: "Precision", description: "Attention to detail with manufacturing process" },
|
||||
{ title: "Reliable", description: "Project completion on time and within budget" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-carpenter-checking-measurements-while-making-furniture-workshop_637285-11685.jpg"
|
||||
imageAlt="Construction crew working professional"
|
||||
@@ -125,21 +83,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Home,
|
||||
title: "Modern Nutec Houses",
|
||||
description: "Stylish, durable homes with modern interiors.",
|
||||
},
|
||||
{
|
||||
icon: Car,
|
||||
title: "Custom Carports",
|
||||
description: "Designed to protect vehicles from the elements.",
|
||||
},
|
||||
{
|
||||
icon: Building2,
|
||||
title: "Custom Builds",
|
||||
description: "From standard designs to custom residential solutions.",
|
||||
},
|
||||
{ icon: Home, title: "Modern Nutec Houses", description: "Stylish, durable homes with modern interiors." },
|
||||
{ icon: Car, title: "Custom Carports", description: "Designed to protect vehicles from the elements." },
|
||||
{ icon: Building2, title: "Custom Builds", description: "From standard designs to custom residential solutions." },
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Modern, durable construction solutions designed to your specific requirements."
|
||||
@@ -152,22 +98,11 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "Rot & Termite Resistant",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Low",
|
||||
description: "Maintenance Required",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Strong",
|
||||
description: "Extreme Weather Durability",
|
||||
},
|
||||
{ id: "m1", value: "100%", description: "Rot & Termite Resistant" },
|
||||
{ id: "m2", value: "Low", description: "Maintenance Required" },
|
||||
{ id: "m3", value: "Strong", description: "Extreme Weather Durability" },
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
title="Why Consider Nutec?"
|
||||
description="Nutec cladding is a fiber-cement solution offering incredible strength, fire resistance, and aesthetic versatility."
|
||||
/>
|
||||
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Get Started"
|
||||
title="Make Your Vision a Reality"
|
||||
description="Contact us today for a free quotation. Bring your dream build into reality with the most affordable pricing in the Western Cape."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+27814935617",
|
||||
},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@nutecwendyconstruction.co.za",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+27814935617" },
|
||||
{ text: "Email Us", href: "mailto:info@nutecwendyconstruction.co.za" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user