Merge version_1 into main #1
@@ -50,19 +50,19 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg", imageAlt: "Professional concrete driveway"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg?_wi=1", imageAlt: "Professional concrete driveway"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-protective-gear_23-2148269794.jpg", imageAlt: "Residential concrete work"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-protective-gear_23-2148269794.jpg?_wi=1", imageAlt: "Residential concrete work"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architectural-building_181624-527.jpg", imageAlt: "Commercial concrete slab"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architectural-building_181624-527.jpg?_wi=1", imageAlt: "Commercial concrete slab"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-background_1252-1089.jpg", imageAlt: "Exposed aggregate finish"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-background_1252-1089.jpg?_wi=1", imageAlt: "Exposed aggregate finish"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-his-skateboarding-skate-park_23-2148197376.jpg", imageAlt: "Completed driveway project"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-his-skateboarding-skate-park_23-2148197376.jpg?_wi=1", imageAlt: "Completed driveway project"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Residential Services", description: "Driveways, patios, house floors, and decorative concrete finishes for your home.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-protective-gear_23-2148269794.jpg", imageAlt: "Residential concrete driveway"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-protective-gear_23-2148269794.jpg?_wi=2", imageAlt: "Residential concrete driveway"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Expert driveway installation" },
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Commercial Work", description: "Large-scale concrete slabs, industrial floors, and site preparation for your business.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architectural-building_181624-527.jpg", imageAlt: "Commercial concrete work"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architectural-building_181624-527.jpg?_wi=2", imageAlt: "Commercial concrete work"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Heavy-duty slab work" },
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Excavation & Prep", description: "Professional site preparation and excavation services for any project scale.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-background_1252-1089.jpg", imageAlt: "Excavation and site preparation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-background_1252-1089.jpg?_wi=2", imageAlt: "Excavation and site preparation"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Site grading & leveling" },
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Driveway Renovation", role: "Residential", company: "Auckland", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-his-skateboarding-skate-park_23-2148197376.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-his-skateboarding-skate-park_23-2148197376.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Patio Installation", role: "Residential", company: "Suburban Home", rating: 5,
|
||||
@@ -145,11 +145,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Commercial Slab", role: "Commercial", company: "Business Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architectural-building_181624-527.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architectural-building_181624-527.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Exposed Aggregate", role: "Decorative", company: "Premium Home", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-background_1252-1089.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-background_1252-1089.jpg?_wi=3"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -167,7 +167,7 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg?_wi=2"
|
||||
imageAlt="MB Concrete team and completed projects"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Get in Touch", href: "contact" }]}
|
||||
@@ -204,22 +204,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "Residential", title: "Outstanding Work on Our Driveway", excerpt: "MB Concrete transformed our old, cracked driveway into a beautiful new surface. Professional, efficient, and great value.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Client testimonial", authorName: "John Mitchell", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "March 2025"
|
||||
id: "1", category: "Residential", title: "Outstanding Work on Our Driveway", excerpt: "MB Concrete transformed our old, cracked driveway into a beautiful new surface. Professional, efficient, and great value.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Client testimonial", authorName: "John Mitchell", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "March 2025"
|
||||
},
|
||||
{
|
||||
id: "2", category: "Residential", title: "Perfect Patio Installation", excerpt: "The team arrived on schedule, completed the work with minimal disruption, and the quality is exceptional. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Client testimonial", authorName: "Sarah Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", date: "February 2025"
|
||||
id: "2", category: "Residential", title: "Perfect Patio Installation", excerpt: "The team arrived on schedule, completed the work with minimal disruption, and the quality is exceptional. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Client testimonial", authorName: "Sarah Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", date: "February 2025"
|
||||
},
|
||||
{
|
||||
id: "3", category: "Commercial", title: "Reliable Partner for Our Business", excerpt: "We've used MB Concrete for multiple projects. Consistent quality, professional crew, and they always deliver on time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Client testimonial", authorName: "David Chen", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "January 2025"
|
||||
id: "3", category: "Commercial", title: "Reliable Partner for Our Business", excerpt: "We've used MB Concrete for multiple projects. Consistent quality, professional crew, and they always deliver on time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Client testimonial", authorName: "David Chen", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "January 2025"
|
||||
},
|
||||
{
|
||||
id: "4", category: "Residential", title: "Best Investment We Made", excerpt: "The exposed aggregate finish on our new patio looks stunning. Worth every penny, and the team was friendly and professional throughout.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Client testimonial", authorName: "Emma Wilson", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", date: "December 2024"
|
||||
id: "4", category: "Residential", title: "Best Investment We Made", excerpt: "The exposed aggregate finish on our new patio looks stunning. Worth every penny, and the team was friendly and professional throughout.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Client testimonial", authorName: "Emma Wilson", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", date: "December 2024"
|
||||
},
|
||||
{
|
||||
id: "5", category: "Commercial", title: "Exceeded Our Expectations", excerpt: "Large-scale commercial project completed on budget and ahead of schedule. The professionalism of the MB Concrete team is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Client testimonial", authorName: "Michael Roberts", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "November 2024"
|
||||
id: "5", category: "Commercial", title: "Exceeded Our Expectations", excerpt: "Large-scale commercial project completed on budget and ahead of schedule. The professionalism of the MB Concrete team is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Client testimonial", authorName: "Michael Roberts", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "November 2024"
|
||||
},
|
||||
{
|
||||
id: "6", category: "Residential", title: "Fantastic Customer Service", excerpt: "From the initial quote to project completion, the team was responsive, professional, and kept us informed every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Client testimonial", authorName: "Lisa Anderson", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", date: "October 2024"
|
||||
id: "6", category: "Residential", title: "Fantastic Customer Service", excerpt: "From the initial quote to project completion, the team was responsive, professional, and kept us informed every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", imageAlt: "Client testimonial", authorName: "Lisa Anderson", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", date: "October 2024"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -240,7 +240,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg?_wi=3"
|
||||
imageAlt="Footer background - concrete excellence"
|
||||
logoText="MB Concrete"
|
||||
copyrightText="© 2025 MB Concrete Construction Ltd. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user