Merge version_2 into main #4
1428
src/app/layout.tsx
1428
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -60,6 +60,28 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<FeatureCardTwelve
|
||||
title="Complete Range of Plumbing & Bathroom Supplies"
|
||||
description="From pipes and fittings to taps and fixtures, we stock everything you need for any plumbing project."
|
||||
tag="Products"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "pipes", label: "Pipes", title: "Complete Piping Solutions", items: ["Copper pipes & tubing", "PVC & CPVC fittings", "Connectors & adapters", "Call for availability"], buttons: [{ text: "Call Now", href: "tel:+27872871620" }] },
|
||||
{ id: "bathroom", label: "Bathroom", title: "Premium Bathroom Fixtures", items: ["Modern taps & mixers", "Shower heads & accessories", "Quality valves", "Call for latest stock"], buttons: [{ text: "Call Now", href: "tel:+27872871620" }] },
|
||||
{ id: "accessories", label: "Accessories", title: "Essential Plumbing Tools & Accessories", items: ["Professional tools", "Installation supplies", "Replacement parts", "Expert advice included"], buttons: [{ text: "Call Now", href: "tel:+27872871620" }] }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{ text: "Request a Quote", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Products and services section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<SplitAbout
|
||||
title="Why Choose Plumblink Protea Soweto?"
|
||||
@@ -86,28 +108,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<FeatureCardTwelve
|
||||
title="Complete Range of Plumbing & Bathroom Supplies"
|
||||
description="From pipes and fittings to taps and fixtures, we stock everything you need for any plumbing project."
|
||||
tag="Products"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "pipes", label: "Pipes", title: "Complete Piping Solutions", items: ["Copper pipes & tubing", "PVC & CPVC fittings", "Connectors & adapters", "Call for availability"], buttons: [{ text: "Call Now", href: "tel:+27872871620" }] },
|
||||
{ id: "bathroom", label: "Bathroom", title: "Premium Bathroom Fixtures", items: ["Modern taps & mixers", "Shower heads & accessories", "Quality valves", "Call for latest stock"], buttons: [{ text: "Call Now", href: "tel:+27872871620" }] },
|
||||
{ id: "accessories", label: "Accessories", title: "Essential Plumbing Tools & Accessories", items: ["Professional tools", "Installation supplies", "Replacement parts", "Expert advice included"], buttons: [{ text: "Call Now", href: "tel:+27872871620" }] }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{ text: "Request a Quote", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Products and services section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="service-area" data-section="service-area">
|
||||
<SplitAbout
|
||||
title="Serving Soweto & Surrounding Areas"
|
||||
|
||||
Reference in New Issue
Block a user