Merge version_1 into main #2
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="CONCRETE SOLUTIONS"
|
||||
description="Professional concrete contractor serving residential and commercial clients across Auckland and surrounding regions. Expert craftsmanship, dependable service, unbeatable quality."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Call Now: 027 123 4567", href: "tel:+64271234567" },
|
||||
{ text: "Get a Quote", href: "#contact" },
|
||||
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Residential Driveways", tags: ["Residential", "Driveways", "Slabs"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-tractor-wheel_23-2147671878.jpg?_wi=1", imageAlt: "Residential concrete driveway"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-tractor-wheel_23-2147671878.jpg", imageAlt: "Residential concrete driveway"},
|
||||
{
|
||||
id: "2", title: "Commercial Slabs", tags: ["Commercial", "Industrial", "Parking"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107124.jpg", imageAlt: "Commercial concrete slab"},
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", name: "Residential Driveway - Mt Eden", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-grass-edge-road-perfect-background_181624-26914.jpg", imageAlt: "Completed residential driveway"},
|
||||
{
|
||||
id: "2", name: "Patio & Entertaining Area - Remuera", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-tractor-wheel_23-2147671878.jpg?_wi=2", imageAlt: "Completed patio area"},
|
||||
id: "2", name: "Patio & Entertaining Area - Remuera", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-tractor-wheel_23-2147671878.jpg", imageAlt: "Completed patio area"},
|
||||
{
|
||||
id: "3", name: "Commercial Warehouse Floor - Penrose", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/hall-business-building_1127-3311.jpg", imageAlt: "Commercial concrete floor"},
|
||||
]}
|
||||
@@ -138,17 +138,17 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "John Smith", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Smith"},
|
||||
id: "1", name: "John Smith", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Smith"},
|
||||
{
|
||||
id: "2", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
id: "2", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "3", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"},
|
||||
id: "3", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "4", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "Emma Wilson"},
|
||||
id: "4", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Emma Wilson"},
|
||||
{
|
||||
id: "5", name: "David Brown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Brown"},
|
||||
id: "5", name: "David Brown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Brown"},
|
||||
{
|
||||
id: "6", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=3", imageAlt: "Lisa Anderson"},
|
||||
id: "6", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Lisa Anderson"},
|
||||
]}
|
||||
cardTitle="Over 500 satisfied customers trust us for professional concrete solutions"
|
||||
cardTag="See what our clients say"
|
||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
||||
{ text: "Call Us Now", href: "tel:+64271234567" },
|
||||
{ text: "Send Enquiry", href: "#contact-form" },
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user