diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f9522b..05acc48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914182.jpg" + imageSrc="https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200&h=800&fit=crop" imageAlt="Metal sparks from precision blade sharpening" mediaAnimation="blur-reveal" ariaLabel="Martin's Sharpening - Hero section" @@ -150,7 +150,7 @@ export default function LandingPage() { tag="Our Story" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/shoemaker-s-workshop-with-nobody-with-press-boots_613910-3324.jpg" + imageSrc="https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?w=1200&h=800&fit=crop" imageAlt="Martin's Sharpening professional workshop" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -175,19 +175,19 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Joseph D.", date: "Recent", title: "Contractor", quote: "Blades come back better than new. Every single time. This is the only place I trust with my equipment.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", avatarAlt: "Joseph D." + id: "1", name: "Joseph D.", date: "Recent", title: "Contractor", quote: "Blades come back better than new. Every single time. This is the only place I trust with my equipment.", tag: "Verified Customer", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop", avatarAlt: "Joseph D." }, { - id: "2", name: "Max R.", date: "Recent", title: "Woodworker", quote: "Super consistent and quick. Saves me from buying new blades constantly. Worth every penny.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41451.jpg", avatarAlt: "Max R." + id: "2", name: "Max R.", date: "Recent", title: "Woodworker", quote: "Super consistent and quick. Saves me from buying new blades constantly. Worth every penny.", tag: "Verified Customer", avatarSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop", avatarAlt: "Max R." }, { - id: "3", name: "Douglas Tree Service", date: "Recent", title: "Tree Service Owner", quote: "If you want it done right, this is the place. Professional, fair pricing, and outstanding results.", tag: "Business Customer", avatarSrc: "http://img.b2bpic.net/free-photo/creative-tailor-working-workshop_23-2148970729.jpg", avatarAlt: "Douglas Tree Service" + id: "3", name: "Douglas Tree Service", date: "Recent", title: "Tree Service Owner", quote: "If you want it done right, this is the place. Professional, fair pricing, and outstanding results.", tag: "Business Customer", avatarSrc: "https://images.unsplash.com/photo-1502685129539-7f17abdad500?w=200&h=200&fit=crop", avatarAlt: "Douglas Tree Service" }, { - id: "4", name: "Edward G.", date: "Recent", title: "Master Craftsman", quote: "Amish craftsmanship values shining through. Honest, no baloney, just quality work done right.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/senior-man-harvesting-orange-trees-alone_23-2148980185.jpg", avatarAlt: "Edward G." + id: "4", name: "Edward G.", date: "Recent", title: "Master Craftsman", quote: "Amish craftsmanship values shining through. Honest, no baloney, just quality work done right.", tag: "Verified Customer", avatarSrc: "https://images.unsplash.com/photo-1507101105822-7deb7487e5c0?w=200&h=200&fit=crop", avatarAlt: "Edward G." }, { - id: "5", name: "Jason F.", date: "Recent", title: "Flooring Professional", quote: "Quality work, done quickly and affordably. They understand what professionals need.", tag: "Business Customer", avatarSrc: "http://img.b2bpic.net/free-photo/glassblower-holding-tongs-glassblowing-factory_107420-74225.jpg", avatarAlt: "Jason F." + id: "5", name: "Jason F.", date: "Recent", title: "Flooring Professional", quote: "Quality work, done quickly and affordably. They understand what professionals need.", tag: "Business Customer", avatarSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=200&h=200&fit=crop", avatarAlt: "Jason F." } ]} /> @@ -289,4 +289,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file