Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -51,9 +51,9 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-screeding-floor-construction-site_651396-2362.jpg?_wi=1", imageAlt: "Professional concrete work in progress"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-screeding-floor-construction-site_651396-2362.jpg", imageAlt: "Professional concrete work in progress"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg?_wi=1", imageAlt: "Juan Guevara Concrete team members"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", imageAlt: "Juan Guevara Concrete team members"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
title="Quality Concrete Work You Can Trust"
|
||||
description="Juan Guevara Concrete has been serving the community with excellence for over 10 years. We specialize in residential and commercial concrete projects, combining traditional craftsmanship with modern techniques. Our commitment to quality and customer satisfaction has made us a trusted name in the industry."
|
||||
tag="About Us"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg"
|
||||
imageAlt="Juan Guevara Concrete professional team"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn More", href: "#services" }]}
|
||||
@@ -154,13 +154,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Maria Rodriguez"},
|
||||
id: "1", name: "Maria Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "David Chen"},
|
||||
{
|
||||
id: "3", name: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jennifer Martinez"},
|
||||
id: "3", name: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Martinez"},
|
||||
{
|
||||
id: "4", name: "James Sullivan", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Sullivan"},
|
||||
id: "4", name: "James Sullivan", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Sullivan"},
|
||||
]}
|
||||
cardTitle="Over 500+ Happy Customers Trust Juan Guevara Concrete for Quality Work"
|
||||
cardTag="Customer Testimonials"
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-screeding-floor-construction-site_651396-2362.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-screeding-floor-construction-site_651396-2362.jpg"
|
||||
imageAlt="Contact us for concrete services"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user