Update src/app/page.tsx

This commit is contained in:
2026-05-08 10:50:03 +00:00
parent 4b40ff2b75
commit a84f7f45bd

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"⭐ 60+ FIVE-STAR REVIEWS", "🔥 SAME-DAY RESPONSE", "✓ GAS SAFE REGISTERED", "£0 CALL-OUT FEE", "🏠 BIRMINGHAM BASED"]}
"⭐ 160+ FIVE-STAR REVIEWS", "🔥 SAME-DAY RESPONSE", "✓ GAS SAFE REGISTERED", "£0 CALL-OUT FEE", "🏠 BIRMINGHAM BASED"]}
title="Trusted by Birmingham Residents"
description="Expert service you can rely on."
/>
@@ -151,15 +151,15 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Boiler Tips From Farooq"
title="Boiler Tips From Munir"
description="Simple advice to keep your heating running all year round."
blogs={[
{
id: "b1", category: "Tips", title: "How to bleed your radiators", excerpt: "A simple guide to improving efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/russian-ruble-scissors-cut-coin-with-face-value-1-russian-ruble-orange-background-idea-collapse-ruble-economy-sanctions-against-russian-aggression_166373-2166.jpg?_wi=2", authorName: "Farooq", authorAvatar: "http://img.b2bpic.net/free-photo/communication-repairing-male-executive-abstract_1134-953.jpg", date: "2025"},
id: "b1", category: "Tips", title: "How to bleed your radiators", excerpt: "A simple guide to improving efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/russian-ruble-scissors-cut-coin-with-face-value-1-russian-ruble-orange-background-idea-collapse-ruble-economy-sanctions-against-russian-aggression_166373-2166.jpg?_wi=2", authorName: "Munir", authorAvatar: "http://img.b2bpic.net/free-photo/communication-repairing-male-executive-abstract_1134-953.jpg", date: "2025"},
{
id: "b2", category: "Tips", title: "Winter boiler maintenance", excerpt: "Avoid breakdowns with these steps.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-having-drink-home_23-2151056036.jpg?_wi=2", authorName: "Farooq", authorAvatar: "http://img.b2bpic.net/free-photo/communication-repairing-male-executive-abstract_1134-953.jpg", date: "2025"},
id: "b2", category: "Tips", title: "Winter boiler maintenance", excerpt: "Avoid breakdowns with these steps.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-having-drink-home_23-2151056036.jpg?_wi=2", authorName: "Munir", authorAvatar: "http://img.b2bpic.net/free-photo/communication-repairing-male-executive-abstract_1134-953.jpg", date: "2025"},
{
id: "b3", category: "Tips", title: "Why your pressure drops", excerpt: "Understanding your boiler gauges.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334226.jpg?_wi=2", authorName: "Farooq", authorAvatar: "http://img.b2bpic.net/free-photo/communication-repairing-male-executive-abstract_1134-953.jpg", date: "2025"},
id: "b3", category: "Tips", title: "Why your pressure drops", excerpt: "Understanding your boiler gauges.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334226.jpg?_wi=2", authorName: "Munir", authorAvatar: "http://img.b2bpic.net/free-photo/communication-repairing-male-executive-abstract_1134-953.jpg", date: "2025"},
]}
/>
</div>