Update src/app/services/page.tsx

This commit is contained in:
2026-06-03 18:10:23 +00:00
parent dc4dd13972
commit 7bfff0400a

View File

@@ -26,23 +26,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="NANDAPE Electrical Supply"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D1gZfwsBQbdsAwSd8BzeQruT2j/uploaded-1780510173843-vnba57xb.jpg"
logoAlt="NANDAPE Electrical Supply Logo"
/>
</div>
@@ -54,47 +48,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "LV Panels",
price: "Request Quote",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-inspects-switchboard-wiring-check-screwdriver-hand_169016-68211.jpg",
imageAlt: "High-performance LV Electrical Panels",
},
id: "p1", name: "LV Panels", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/electrician-inspects-switchboard-wiring-check-screwdriver-hand_169016-68211.jpg", imageAlt: "High-performance LV Electrical Panels"},
{
id: "p2",
name: "Star Delta Starters",
price: "Request Quote",
imageSrc: "http://img.b2bpic.net/free-photo/water-pump-automatic-control-box-isolated-white_627829-7495.jpg",
imageAlt: "Industrial Star Delta Starters",
},
id: "p2", name: "Star Delta Starters", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/water-pump-automatic-control-box-isolated-white_627829-7495.jpg", imageAlt: "Industrial Star Delta Starters"},
{
id: "p3",
name: "Busbar Chambers",
price: "Request Quote",
imageSrc: "http://img.b2bpic.net/free-photo/water-gas-pipe-engineering-filtered-image-processed-vintage-effect_1232-4931.jpg",
imageAlt: "Reliable Busbar Chambers for power distribution",
},
id: "p3", name: "Busbar Chambers", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/water-gas-pipe-engineering-filtered-image-processed-vintage-effect_1232-4931.jpg", imageAlt: "Reliable Busbar Chambers for power distribution"},
{
id: "p4",
name: "Automatic Changeover Switches",
price: "Request Quote",
imageSrc: "http://img.b2bpic.net/free-photo/deep-well-submersible-pump-isolated-white_627829-7503.jpg",
imageAlt: "Automatic Changeover Switches for seamless power",
},
id: "p4", name: "Automatic Changeover Switches", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/deep-well-submersible-pump-isolated-white_627829-7503.jpg", imageAlt: "Automatic Changeover Switches for seamless power"},
{
id: "p5",
name: "Power Factor Correction Systems",
price: "Request Quote",
imageSrc: "http://img.b2bpic.net/free-photo/professional-video-camera-movie-set-with-lot-cables_1268-17211.jpg",
imageAlt: "Power Factor Correction Units for energy efficiency",
},
id: "p5", name: "Power Factor Correction Systems", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/professional-video-camera-movie-set-with-lot-cables_1268-17211.jpg", imageAlt: "Power Factor Correction Units for energy efficiency"},
{
id: "p6",
name: "Pump Control Systems",
price: "Request Quote",
imageSrc: "http://img.b2bpic.net/free-photo/worker-uses-control-panel-factory_140725-7625.jpg",
imageAlt: "Smart Pump Control Systems",
},
id: "p6", name: "Pump Control Systems", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/worker-uses-control-panel-factory_140725-7625.jpg", imageAlt: "Smart Pump Control Systems"},
]}
title="Our Products & Services"
description="Discover our comprehensive range of electrical solutions, each designed for reliability and performance."
@@ -107,25 +71,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "What areas do you serve?",
content: "We are based in Kariakoo, Dar es Salaam, and serve clients across the region for residential, commercial, and industrial needs.",
},
id: "faq1", title: "What areas do you serve?", content: "We are based in Kariakoo, Dar es Salaam, and serve clients across the region for residential, commercial, and industrial needs."},
{
id: "faq2",
title: "Do you offer installation services?",
content: "While we primarily supply high-quality equipment, we can connect you with trusted partners for professional installation services.",
},
id: "faq2", title: "Do you offer installation services?", content: "While we primarily supply high-quality equipment, we can connect you with trusted partners for professional installation services."},
{
id: "faq3",
title: "How can I request a quote?",
content: "You can request a quote by contacting us directly via phone, WhatsApp, or email. Our team will assist you promptly.",
},
id: "faq3", title: "How can I request a quote?", content: "You can request a quote by contacting us directly via phone, WhatsApp, or email. Our team will assist you promptly."},
{
id: "faq4",
title: "What brands do you carry?",
content: "We stock a wide range of reputable brands known for their quality and reliability in the electrical supply industry.",
},
id: "faq4", title: "What brands do you carry?", content: "We stock a wide range of reputable brands known for their quality and reliability in the electrical supply industry."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our electrical products and services."
@@ -137,54 +89,33 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Our Products",
href: "/services",
},
label: "Our Products", href: "/services"},
{
label: "LV Panels",
href: "/services#products-services",
},
label: "LV Panels", href: "/services#products-services"},
{
label: "Star Delta Starters",
href: "/services#products-services",
},
label: "Star Delta Starters", href: "/services#products-services"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "/services#faq",
},
label: "FAQ", href: "/services#faq"},
{
label: "WhatsApp Support",
href: "https://wa.me/255657353510",
},
label: "WhatsApp Support", href: "https://wa.me/255657353510"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}
@@ -195,4 +126,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}