Merge version_1 into main #4
@@ -7,7 +7,6 @@ import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Shield, Wrench, Phone } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
@@ -51,20 +50,26 @@ export default function ContactPage() {
|
||||
{ text: "Call: 082 416 8445", href: "tel:0824168445" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "fluid" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/windows-skyscraper-business-office_1112-1844.jpg", imageAlt: "Modern steel carport installation"},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/windows-skyscraper-business-office_1112-1844.jpg", imageAlt: "Modern steel carport installation"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg", imageAlt: "Custom steel roofing project"},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg", imageAlt: "Custom steel roofing project"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seashore-with-breathtaking-skies_181624-373.jpg", imageAlt: "Residential shade port structure"},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seashore-with-breathtaking-skies_181624-373.jpg", imageAlt: "Residential shade port structure"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/worker-doing-gate-by-electric-steel-cutter-machine_7502-9155.jpg", imageAlt: "Industrial steel fabrication"},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/worker-doing-gate-by-electric-steel-cutter-machine_7502-9155.jpg", imageAlt: "Industrial steel fabrication"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-japan-rails_23-2148889589.jpg", imageAlt: "Commercial steel construction"},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-japan-rails_23-2148889589.jpg", imageAlt: "Commercial steel construction"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3015.jpg", imageAlt: "Premium steel structure installation"},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3015.jpg", imageAlt: "Premium steel structure installation"
|
||||
},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -84,16 +89,20 @@ export default function ContactPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Phone Support", description: "Call our team directly for immediate assistance. Available for consultations and quote requests during business hours.", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", imageAlt: "Professional phone support"},
|
||||
title: "Phone Support", description: "Call our team directly for immediate assistance. Available for consultations and quote requests during business hours.", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", imageAlt: "Professional phone support"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Email Communication", description: "Send detailed project information via email. We respond within 24 hours with comprehensive quotes and recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-marking-her-smile-with-her-fingers_1187-3168.jpg", imageAlt: "Email contact method"},
|
||||
title: "Email Communication", description: "Send detailed project information via email. We respond within 24 hours with comprehensive quotes and recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-marking-her-smile-with-her-fingers_1187-3168.jpg", imageAlt: "Email contact method"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Site Visit", description: "Schedule a free site visit for accurate measurements and personalized consultation. Our experts assess your specific needs on location.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19585.jpg", imageAlt: "On-site consultation"},
|
||||
title: "Site Visit", description: "Schedule a free site visit for accurate measurements and personalized consultation. Our experts assess your specific needs on location.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19585.jpg", imageAlt: "On-site consultation"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Quick Quote Form", description: "Fill out our online form with project details. Receive a preliminary quote instantly and schedule further discussions with our team.", imageSrc: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg", imageAlt: "Online quote form"},
|
||||
title: "Quick Quote Form", description: "Fill out our online form with project details. Receive a preliminary quote instantly and schedule further discussions with our team.", imageSrc: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg", imageAlt: "Online quote form"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,7 +120,7 @@ export default function ContactPage() {
|
||||
{ text: "Call: 082 416 8445", href: "tel:0824168445" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "fluid" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,6 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Shield, Wrench, Image, Award, MessageSquare, Phone } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -57,17 +56,23 @@ export default function HomePage() {
|
||||
background={{ variant: "fluid" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/windows-skyscraper-business-office_1112-1844.jpg", imageAlt: "modern steel carport installation residential"},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/windows-skyscraper-business-office_1112-1844.jpg", imageAlt: "modern steel carport installation residential"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg", imageAlt: "custom steel roofing residential project"},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg", imageAlt: "custom steel roofing residential project"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seashore-with-breathtaking-skies_181624-373.jpg", imageAlt: "shade port structure steel frame"},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seashore-with-breathtaking-skies_181624-373.jpg", imageAlt: "shade port structure steel frame"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/worker-doing-gate-by-electric-steel-cutter-machine_7502-9155.jpg", imageAlt: "industrial steel fabrication workshop"},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/worker-doing-gate-by-electric-steel-cutter-machine_7502-9155.jpg", imageAlt: "industrial steel fabrication workshop"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-japan-rails_23-2148889589.jpg", imageAlt: "commercial steel construction building"},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-japan-rails_23-2148889589.jpg", imageAlt: "commercial steel construction building"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3015.jpg", imageAlt: "premium steel structure installation complete"},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3015.jpg", imageAlt: "premium steel structure installation complete"
|
||||
},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -87,16 +92,20 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Carport Installations", description: "Custom-designed carports with premium steel construction. Weather-resistant, durable, and aesthetically pleasing installations for residential and commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/modern-tower-city-finance-skyline_1417-317.jpg", imageAlt: "carport installation process step by step"},
|
||||
title: "Carport Installations", description: "Custom-designed carports with premium steel construction. Weather-resistant, durable, and aesthetically pleasing installations for residential and commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/modern-tower-city-finance-skyline_1417-317.jpg", imageAlt: "carport installation process step by step"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Steel Roofing", description: "High-quality steel roofing solutions offering superior durability and longevity. Professional installation with weatherproofing guarantees for lasting protection.", imageSrc: "http://img.b2bpic.net/free-photo/tenerife-canary-islands-spain-january-15-2024_58702-16667.jpg", imageAlt: "steel roofing installation professional"},
|
||||
title: "Steel Roofing", description: "High-quality steel roofing solutions offering superior durability and longevity. Professional installation with weatherproofing guarantees for lasting protection.", imageSrc: "http://img.b2bpic.net/free-photo/tenerife-canary-islands-spain-january-15-2024_58702-16667.jpg", imageAlt: "steel roofing installation professional"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Shade Ports", description: "Functional and stylish shade structures perfect for outdoor spaces. Custom designs that blend aesthetics with practical sun and weather protection.", imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1127-2869.jpg", imageAlt: "outdoor shade structure steel patio"},
|
||||
title: "Shade Ports", description: "Functional and stylish shade structures perfect for outdoor spaces. Custom designs that blend aesthetics with practical sun and weather protection.", imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1127-2869.jpg", imageAlt: "outdoor shade structure steel patio"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Steel Fabrication", description: "Custom steel fabrication for unique projects. Expert craftsmanship in creating bespoke steel structures tailored to your specifications.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-pensive-person-is-making-custom-made-shoes-his-personal-workshop_613910-17401.jpg", imageAlt: "metal fabrication custom steel work"},
|
||||
title: "Steel Fabrication", description: "Custom steel fabrication for unique projects. Expert craftsmanship in creating bespoke steel structures tailored to your specifications.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-pensive-person-is-making-custom-made-shoes-his-personal-workshop_613910-17401.jpg", imageAlt: "metal fabrication custom steel work"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,17 +124,23 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Residential Carport - Centurion", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-old-construction-beams-country_1127-2786.jpg", imageAlt: "residential carport completed installation"},
|
||||
id: "1", name: "Residential Carport - Centurion", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-old-construction-beams-country_1127-2786.jpg", imageAlt: "residential carport completed installation"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Commercial Steel Roofing - Pretoria East", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-old-man-pointing-something_23-2148269399.jpg", imageAlt: "commercial building steel roofing completed"},
|
||||
id: "2", name: "Commercial Steel Roofing - Pretoria East", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-old-man-pointing-something_23-2148269399.jpg", imageAlt: "commercial building steel roofing completed"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Custom Shade Port - Residential", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050271.jpg", imageAlt: "custom shade port residential finished"},
|
||||
id: "3", name: "Custom Shade Port - Residential", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050271.jpg", imageAlt: "custom shade port residential finished"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Industrial Steel Structure", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-vector/skyscraper-construction-isometric-set_1284-25682.jpg", imageAlt: "large scale industrial steel structure"},
|
||||
id: "4", name: "Industrial Steel Structure", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-vector/skyscraper-construction-isometric-set_1284-25682.jpg", imageAlt: "large scale industrial steel structure"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Double Carport Installation", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/old-parked-car-with-backlights_23-2148703178.jpg", imageAlt: "double carport steel installation completed"},
|
||||
id: "5", name: "Double Carport Installation", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/old-parked-car-with-backlights_23-2148703178.jpg", imageAlt: "double carport steel installation completed"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Premium Steel Fabrication", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/large-steel-factory-warehouse_1127-3265.jpg", imageAlt: "premium custom steel fabrication project"},
|
||||
id: "6", name: "Premium Steel Fabrication", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/large-steel-factory-warehouse_1127-3265.jpg", imageAlt: "premium custom steel fabrication project"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,13 +158,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "4.9★", title: "Customer Rating", description: "From 27 verified reviews", imageSrc: "http://img.b2bpic.net/free-vector/star-rating-dark-theme_1017-6186.jpg", imageAlt: "customer reviews satisfied clients feedback"},
|
||||
id: "1", value: "4.9★", title: "Customer Rating", description: "From 27 verified reviews", imageSrc: "http://img.b2bpic.net/free-vector/star-rating-dark-theme_1017-6186.jpg", imageAlt: "customer reviews satisfied clients feedback"
|
||||
},
|
||||
{
|
||||
id: "2", value: "15+", title: "Years Experience", description: "Professional steel construction expertise", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19585.jpg", imageAlt: "experienced professional team working"},
|
||||
id: "2", value: "15+", title: "Years Experience", description: "Professional steel construction expertise", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19585.jpg", imageAlt: "experienced professional team working"
|
||||
},
|
||||
{
|
||||
id: "3", value: "500+", title: "Projects Completed", description: "Satisfied clients across Pretoria", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-work_23-2149636276.jpg", imageAlt: "multiple completed projects portfolio"},
|
||||
id: "3", value: "500+", title: "Projects Completed", description: "Satisfied clients across Pretoria", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-work_23-2149636276.jpg", imageAlt: "multiple completed projects portfolio"
|
||||
},
|
||||
{
|
||||
id: "4", value: "100%", title: "Quality Guarantee", description: "Premium materials and workmanship", imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-922.jpg", imageAlt: "quality guarantee premium materials"},
|
||||
id: "4", value: "100%", title: "Quality Guarantee", description: "Premium materials and workmanship", imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-922.jpg", imageAlt: "quality guarantee premium materials"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,17 +185,23 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Exceptional Carport Installation", quote: "Xeno Steel transformed our driveway with a stunning carport. Professional team, high-quality materials, and completed on schedule. Highly recommended!", name: "James Peterson", role: "Homeowner, Centurion", imageSrc: "http://img.b2bpic.net/free-photo/woman-marking-her-smile-with-her-fingers_1187-3168.jpg", imageAlt: "satisfied customer smiling portrait"},
|
||||
id: "1", title: "Exceptional Carport Installation", quote: "Xeno Steel transformed our driveway with a stunning carport. Professional team, high-quality materials, and completed on schedule. Highly recommended!", name: "James Peterson", role: "Homeowner, Centurion", imageSrc: "http://img.b2bpic.net/free-photo/woman-marking-her-smile-with-her-fingers_1187-3168.jpg", imageAlt: "satisfied customer smiling portrait"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Professional Commercial Solution", quote: "We hired Xeno Steel for our commercial roofing project. Their expertise and attention to detail were outstanding. Great value for money.", name: "Sarah Mitchell", role: "Property Manager, Pretoria East", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", imageAlt: "professional woman business portrait"},
|
||||
id: "2", title: "Professional Commercial Solution", quote: "We hired Xeno Steel for our commercial roofing project. Their expertise and attention to detail were outstanding. Great value for money.", name: "Sarah Mitchell", role: "Property Manager, Pretoria East", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", imageAlt: "professional woman business portrait"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Reliable and Trustworthy", quote: "Fantastic service from start to finish. The team was professional, punctual, and delivered exactly what we wanted. Will definitely use them again.", name: "David Chen", role: "Business Owner, Pretoria", imageSrc: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg", imageAlt: "satisfied business owner portrait"},
|
||||
id: "3", title: "Reliable and Trustworthy", quote: "Fantastic service from start to finish. The team was professional, punctual, and delivered exactly what we wanted. Will definitely use them again.", name: "David Chen", role: "Business Owner, Pretoria", imageSrc: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg", imageAlt: "satisfied business owner portrait"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Quality Craftsmanship", quote: "Our custom steel shade port looks incredible. Xeno Steel's craftsmanship is evident in every detail. Couldn't ask for better results.", name: "Margaret Johnson", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8827.jpg", imageAlt: "happy female customer testimonial"},
|
||||
id: "4", title: "Quality Craftsmanship", quote: "Our custom steel shade port looks incredible. Xeno Steel's craftsmanship is evident in every detail. Couldn't ask for better results.", name: "Margaret Johnson", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8827.jpg", imageAlt: "happy female customer testimonial"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Expert Installation Team", quote: "Professional, clean, and efficient. The installation was handled with precision and care. Our entire family is thrilled with the outcome.", name: "Robert Williams", role: "Homeowner, Pretoria North", imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg", imageAlt: "satisfied male customer headshot"},
|
||||
id: "5", title: "Expert Installation Team", quote: "Professional, clean, and efficient. The installation was handled with precision and care. Our entire family is thrilled with the outcome.", name: "Robert Williams", role: "Homeowner, Pretoria North", imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg", imageAlt: "satisfied male customer headshot"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Best in the Business", quote: "Outstanding work quality and customer service. Xeno Steel stands out for their commitment to excellence and attention to detail.", name: "Lisa Anderson", role: "Commercial Client", imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-smiling_23-2148142775.jpg", imageAlt: "professional female business testimonial"},
|
||||
id: "6", title: "Best in the Business", quote: "Outstanding work quality and customer service. Xeno Steel stands out for their commitment to excellence and attention to detail.", name: "Lisa Anderson", role: "Commercial Client", imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-smiling_23-2148142775.jpg", imageAlt: "professional female business testimonial"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -5,8 +5,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { Phone } from "lucide-react";
|
||||
import { Phone, Image } from "lucide-react";
|
||||
|
||||
export default function ProjectsPage() {
|
||||
const navItems = [
|
||||
@@ -61,7 +60,8 @@ export default function ProjectsPage() {
|
||||
brandName="Xeno Steel"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Free Quote", href: "/contact"}}
|
||||
text: "Get Free Quote", href: "/contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,23 +71,31 @@ export default function ProjectsPage() {
|
||||
title="Featured Projects"
|
||||
description="Showcase of our completed steel construction and carport installations across Pretoria"
|
||||
tag="Project Gallery"
|
||||
tagIcon={Image}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Residential Carport - Centurion", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-old-construction-beams-country_1127-2786.jpg", imageAlt: "Residential carport completed installation"},
|
||||
id: "1", name: "Residential Carport - Centurion", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-old-construction-beams-country_1127-2786.jpg", imageAlt: "Residential carport completed installation"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Commercial Steel Roofing - Pretoria East", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-old-man-pointing-something_23-2148269399.jpg", imageAlt: "Commercial building steel roofing completed"},
|
||||
id: "2", name: "Commercial Steel Roofing - Pretoria East", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-old-man-pointing-something_23-2148269399.jpg", imageAlt: "Commercial building steel roofing completed"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Custom Shade Port - Residential", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050271.jpg", imageAlt: "Custom shade port residential finished"},
|
||||
id: "3", name: "Custom Shade Port - Residential", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050271.jpg", imageAlt: "Custom shade port residential finished"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Industrial Steel Structure", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-vector/skyscraper-construction-isometric-set_1284-25682.jpg", imageAlt: "Large scale industrial steel structure"},
|
||||
id: "4", name: "Industrial Steel Structure", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-vector/skyscraper-construction-isometric-set_1284-25682.jpg", imageAlt: "Large scale industrial steel structure"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Double Carport Installation", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/old-parked-car-with-backlights_23-2148703178.jpg", imageAlt: "Double carport steel installation completed"},
|
||||
id: "5", name: "Double Carport Installation", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/old-parked-car-with-backlights_23-2148703178.jpg", imageAlt: "Double carport steel installation completed"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Premium Steel Fabrication", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/large-steel-factory-warehouse_1127-3265.jpg", imageAlt: "Premium custom steel fabrication project"},
|
||||
id: "6", name: "Premium Steel Fabrication", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/large-steel-factory-warehouse_1127-3265.jpg", imageAlt: "Premium custom steel fabrication project"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,12 +109,14 @@ export default function ProjectsPage() {
|
||||
description="Contact Xeno Steel for professional carport installations, steel roofing, and custom fabrication. Our team is ready to help bring your vision to life."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us", href: "/contact"},
|
||||
text: "Contact Us", href: "/contact"
|
||||
},
|
||||
{
|
||||
text: "Call: 082 416 8445", href: "tel:0824168445"},
|
||||
text: "Call: 082 416 8445", href: "tel:0824168445"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "fluid" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user