Update src/app/page.tsx

This commit is contained in:
2026-03-16 10:57:27 +00:00
parent fe4b8c4ee4
commit caa6967fec

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
{ title: "Competitive Prices", description: "Trade-focused pricing that keeps professionals and DIYers coming back. Unbeatable value every time.", icon: TrendingDown },
{ title: "Family-Run Service", description: "Friendly, honest, and helpful service built on personal relationships and community trust.", icon: Heart }
]}
imageSrc="http://img.b2bpic.net/free-photo/young-business-people-working-team_1098-21600.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-business-people-working-team_1098-21600.jpg?_wi=1"
imageAlt="Stoney Lane team providing expert service to customers"
mediaAnimation="slide-up"
imagePosition="right"
@@ -108,12 +108,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
testimonials={[
{ id: "1", name: "Hamzah", role: "Plumber", company: "Local Trade", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-white-helmet-yellow-vest-with-crossed-arms-smiling-standing-blue-isolated_141793-8553.jpg" },
{ id: "1", name: "Hamzah", role: "Plumber", company: "Local Trade", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-white-helmet-yellow-vest-with-crossed-arms-smiling-standing-blue-isolated_141793-8553.jpg?_wi=1" },
{ id: "2", name: "Safdar Khan", role: "Contractor", company: "Khan Building", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153836.jpg" },
{ id: "3", name: "Tahir Ayoub", role: "Property Developer", company: "Development Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-headphones-medium-shot_23-2149005886.jpg" },
{ id: "4", name: "Peter Burns", role: "DIY Enthusiast", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg" },
{ id: "5", name: "James Mitchell", role: "Master Plumber", company: "Mitchell Plumbing", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-white-helmet-yellow-vest-with-crossed-arms-smiling-standing-blue-isolated_141793-8553.jpg" },
{ id: "6", name: "Sarah Williams", role: "Facilities Manager", company: "Commercial Services", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg" }
{ id: "4", name: "Peter Burns", role: "DIY Enthusiast", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg?_wi=1" },
{ id: "5", name: "James Mitchell", role: "Master Plumber", company: "Mitchell Plumbing", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-white-helmet-yellow-vest-with-crossed-arms-smiling-standing-blue-isolated_141793-8553.jpg?_wi=2" },
{ id: "6", name: "Sarah Williams", role: "Facilities Manager", company: "Commercial Services", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg?_wi=2" }
]}
/>
</div>
@@ -133,7 +133,7 @@ export default function LandingPage() {
{ title: "Knowledgeable Staff", description: "Our team understands your work. Get expert advice that helps you work smarter.", icon: Lightbulb }
]}
buttons={[{ text: "Visit Our Store", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/young-business-people-working-team_1098-21600.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-business-people-working-team_1098-21600.jpg?_wi=2"
imageAlt="Professional trade team at Stoney Lane"
mediaAnimation="slide-up"
imagePosition="left"