3 Commits

Author SHA1 Message Date
d10b4a45e9 Update src/app/page.tsx 2026-03-05 21:50:59 +00:00
44f4fb2ea3 Update src/app/layout.tsx 2026-03-05 21:50:58 +00:00
d3dd7a0351 Merge version_1 into main
Merge version_1 into main
2026-03-05 21:47:24 +00:00
2 changed files with 33 additions and 17 deletions

View File

@@ -27,7 +27,8 @@ const dmSans = DM_Sans({
export const metadata: Metadata = {
title: "Plumber in Rye | Plumbing & Heating Services | Plumbline", description: "Reliable plumbing and central heating services in Rye, East Sussex. Fast response, certified engineers, transparent pricing. Call 01797 226684 for a free quote.", keywords: "plumber Rye, plumbing services Rye, central heating Rye, boiler repair Rye, heating engineer Rye, emergency plumber", metadataBase: new URL("https://plumbline-rye.local"),
alternates: {
canonical: "https://plumbline-rye.local"},
canonical: "https://plumbline-rye.local"
},
robots: {
index: true,
follow: true,
@@ -35,7 +36,8 @@ export const metadata: Metadata = {
openGraph: {
title: "Plumber in Rye | Plumbing & Heating Services", description: "Fast, reliable plumbing and heating services in Rye. Certified engineers, 4.1 star rating, same-day service available.", url: "https://plumbline-rye.local", siteName: "Plumbline", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", alt: "Plumbline Professional Plumbing Services"},
url: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", alt: "Plumbline Professional Plumbing Services"
},
],
},
twitter: {

View File

@@ -52,13 +52,16 @@ export default function LandingPage() {
testimonials={[
{
name: "John Smith", handle: "Homeowner, Rye", testimonial: "Responded very promptly and solved the problem efficiently. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1"
},
{
name: "Margaret Davies", handle: "Property Manager", testimonial: "Reliable and professional. Always on time and gets the job done right.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2"
},
{
name: "David Wilson", handle: "Business Owner", testimonial: "Excellent service. Fast response time and very helpful customer service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"
},
]}
buttons={[
{ text: "Call Now", href: "tel:01797226684" },
@@ -79,27 +82,33 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Plumbing Repairs", tags: ["Fast Response", "Expert Technicians"],
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", imageAlt: "Plumbing repair work"},
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", imageAlt: "Plumbing repair work"
},
{
id: "2", title: "Central Heating Services", tags: ["Maintenance", "Installation"],
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=1", imageAlt: "Central heating system"},
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=1", imageAlt: "Central heating system"
},
{
id: "3", title: "Boiler Repairs & Installation", tags: ["Emergency Service", "Certified Engineers"],
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=2", imageAlt: "Boiler service and repair"},
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=2", imageAlt: "Boiler service and repair"
},
{
id: "4", title: "Shower & Tap Repairs", tags: ["Same Day Available", "Quality Parts"],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Shower and tap installation"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Shower and tap installation"
},
{
id: "5", title: "Gas & Bottled Gas Supply", tags: ["Reliable Delivery", "Safe Installation"],
imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "Gas supply and installation"},
imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "Gas supply and installation"
},
{
id: "6", title: "General Plumbing Maintenance", tags: ["Preventative Care", "Local Coverage"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Plumbing maintenance work"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Plumbing maintenance work"
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Book Service", href: "#contact" }]}
buttons={[{ text: "Schedule Now 24/7 Available", href: "#contact" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -156,20 +165,25 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Rye", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3"},
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3"
},
{
id: "2", name: "Michael Chen", role: "Property Manager", company: "East Sussex", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=4"},
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=4"
},
{
id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Rye Town Centre", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"
},
{
id: "4", name: "David Kim", role: "Landlord", company: "Rye Properties", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
},
]}
buttons={[
{
text: "Read More Reviews", href: "https://www.google.com/search?q=Plumbline+Rye+reviews"},
text: "Read More Reviews", href: "https://www.google.com/search?q=Plumbline+Rye+reviews"
},
]}
buttonAnimation="slide-up"
/>