Update src/app/page.tsx
This commit is contained in:
@@ -57,25 +57,25 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.", handle: "@alexr", testimonial: "Julian arrived in under an hour and fixed the leak perfectly. True professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-calling-plumber-fox-bathroom-problems_23-2150990699.jpg", imageAlt: "luxury plumbing services professional home"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-calling-plumber-fox-bathroom-problems_23-2150990699.jpg?_wi=1", imageAlt: "luxury plumbing services professional home"},
|
||||
{
|
||||
name: "Sarah K.", handle: "@sarahk", testimonial: "Transparent pricing and excellent work. Will call him again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg", imageAlt: "luxury plumbing services professional home"},
|
||||
{
|
||||
name: "Michael B.", handle: "@michaelb", testimonial: "The best plumbing service I've ever experienced in the city.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-young-afro-american-woman-smiles-broadly-has-joyful-expression-wears-casual-blue-turtleneck-turns-head-aside-notices-funny-scene-monochrome-shot-happy-emotions-concept_273609-43284.jpg", imageAlt: "luxury plumbing services professional home"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-young-afro-american-woman-smiles-broadly-has-joyful-expression-wears-casual-blue-turtleneck-turns-head-aside-notices-funny-scene-monochrome-shot-happy-emotions-concept_273609-43284.jpg?_wi=1", imageAlt: "luxury plumbing services professional home"},
|
||||
{
|
||||
name: "Emma T.", handle: "@emmat", testimonial: "Professional, clean, and extremely quick.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg", imageAlt: "luxury plumbing services professional home"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg?_wi=1", imageAlt: "luxury plumbing services professional home"},
|
||||
{
|
||||
name: "David W.", handle: "@davidw", testimonial: "He educated me on my system - great service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-curly-hair-isolated_273609-48328.jpg", imageAlt: "luxury plumbing services professional home"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-curly-hair-isolated_273609-48328.jpg?_wi=1", imageAlt: "luxury plumbing services professional home"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Emergency Service", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-calling-plumber-fox-bathroom-problems_23-2150990699.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-calling-plumber-fox-bathroom-problems_23-2150990699.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Leak Repair", description: "Rapid response for all leaks.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-calling-plumber-fox-bathroom-problems_23-2150990699.jpg", imageAlt: "master plumber smiling professional portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-calling-plumber-fox-bathroom-problems_23-2150990699.jpg?_wi=3", imageAlt: "master plumber smiling professional portrait"},
|
||||
items: [
|
||||
{
|
||||
icon: Droplets,
|
||||
@@ -147,7 +147,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Water Heater Maintenance", description: "Keep your water running hot.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-young-afro-american-woman-smiles-broadly-has-joyful-expression-wears-casual-blue-turtleneck-turns-head-aside-notices-funny-scene-monochrome-shot-happy-emotions-concept_273609-43284.jpg", imageAlt: "master plumber smiling professional portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-young-afro-american-woman-smiles-broadly-has-joyful-expression-wears-casual-blue-turtleneck-turns-head-aside-notices-funny-scene-monochrome-shot-happy-emotions-concept_273609-43284.jpg?_wi=2", imageAlt: "master plumber smiling professional portrait"},
|
||||
items: [
|
||||
{
|
||||
icon: Flame,
|
||||
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Drain Cleaning", description: "Professional clog removal service.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg", imageAlt: "master plumber smiling professional portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg?_wi=2", imageAlt: "master plumber smiling professional portrait"},
|
||||
items: [
|
||||
{
|
||||
icon: Filter,
|
||||
@@ -188,11 +188,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-young-afro-american-woman-smiles-broadly-has-joyful-expression-wears-casual-blue-turtleneck-turns-head-aside-notices-funny-scene-monochrome-shot-happy-emotions-concept_273609-43284.jpg"},
|
||||
id: "1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-young-afro-american-woman-smiles-broadly-has-joyful-expression-wears-casual-blue-turtleneck-turns-head-aside-notices-funny-scene-monochrome-shot-happy-emotions-concept_273609-43284.jpg?_wi=3"},
|
||||
{
|
||||
id: "2", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg"},
|
||||
id: "2", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg?_wi=3"},
|
||||
{
|
||||
id: "3", name: "Michael B.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-curly-hair-isolated_273609-48328.jpg"},
|
||||
id: "3", name: "Michael B.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-curly-hair-isolated_273609-48328.jpg?_wi=2"},
|
||||
{
|
||||
id: "4", name: "Emma T.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-looks-nervous_114579-15696.jpg"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user