Update src/app/page.tsx
This commit is contained in:
@@ -51,11 +51,11 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg?_wi=1",
|
||||
imageAlt: "plumber professional service repair",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg?_wi=1",
|
||||
imageAlt: "plumbing installation pipes modern",
|
||||
},
|
||||
]}
|
||||
@@ -77,7 +77,7 @@ export default function HomePage() {
|
||||
tag="Locally Owned & Operated"
|
||||
tagIcon={Home}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=1"
|
||||
imageAlt="team plumber professional worker"
|
||||
buttons={[{ text: "Learn Our Story", href: "/about" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -167,12 +167,12 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "John Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional man headshot" },
|
||||
{ id: "2", name: "Sarah Thompson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "portrait professional woman headshot" },
|
||||
{ id: "3", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional man headshot" },
|
||||
{ id: "4", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "portrait professional woman headshot" },
|
||||
{ id: "5", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional man headshot" },
|
||||
{ id: "6", name: "Jennifer Lee", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "portrait professional woman headshot" },
|
||||
{ id: "1", name: "John Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "portrait professional man headshot" },
|
||||
{ id: "2", name: "Sarah Thompson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "portrait professional woman headshot" },
|
||||
{ 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: "portrait professional man headshot" },
|
||||
{ id: "4", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "portrait professional woman headshot" },
|
||||
{ id: "5", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "portrait professional man headshot" },
|
||||
{ id: "6", name: "Jennifer Lee", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", imageAlt: "portrait professional woman headshot" },
|
||||
]}
|
||||
cardTitle="Trusted by hundreds of satisfied customers across Hunt County"
|
||||
cardTag="Real Reviews from Real Customers"
|
||||
|
||||
Reference in New Issue
Block a user