diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 6bc5434..243f867 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,27 +26,17 @@ export default function LandingPage() {
@@ -60,19 +50,13 @@ export default function LandingPage() {
@@ -82,40 +66,28 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index f5b18d1..262ff65 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -26,27 +26,17 @@ export default function LandingPage() {
@@ -54,16 +44,13 @@ export default function LandingPage() {
@@ -77,15 +64,9 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "1",
- title: "What are your hours?",
- content: "Mon-Fri 8am to 6pm.",
- },
+ id: "1", title: "What are your hours?", content: "Mon-Fri 8am to 6pm."},
{
- id: "2",
- title: "How can I pay?",
- content: "Card or Bank Transfer.",
- },
+ id: "2", title: "How can I pay?", content: "Card or Bank Transfer."},
]}
/>
@@ -94,40 +75,28 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3e38a93..d1ec21d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
- brandName="MN Handyman"
+ brandName="MN Handyman Services"
/>
@@ -106,7 +106,7 @@ export default function LandingPage() {
@@ -154,7 +154,7 @@ export default function LandingPage() {
{ label: "Birmingham Based", href: "#" },
] },
]}
- logoText="MN Handyman"
+ logoText="MN Handyman Services"
/>
diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx
index ddce630..352e766 100644
--- a/src/app/reviews/page.tsx
+++ b/src/app/reviews/page.tsx
@@ -26,27 +26,17 @@ export default function LandingPage() {
@@ -58,45 +48,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- role: "Homeowner",
- company: "Birmingham",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=4",
- },
+ id: "1", name: "Sarah J.", role: "Homeowner", company: "Birmingham", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=4"},
{
- id: "2",
- name: "Michael C.",
- role: "Homeowner",
- company: "Sutton Coldfield",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=4",
- },
+ id: "2", name: "Michael C.", role: "Homeowner", company: "Sutton Coldfield", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=4"},
{
- id: "3",
- name: "Emily R.",
- role: "Homeowner",
- company: "Birmingham",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=4",
- },
+ id: "3", name: "Emily R.", role: "Homeowner", company: "Birmingham", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=4"},
{
- id: "4",
- name: "David K.",
- role: "Homeowner",
- company: "Solihull",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg?_wi=4",
- },
+ id: "4", name: "David K.", role: "Homeowner", company: "Solihull", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg?_wi=4"},
{
- id: "5",
- name: "Jane D.",
- role: "Homeowner",
- company: "Birmingham",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg?_wi=4",
- },
+ id: "5", name: "Jane D.", role: "Homeowner", company: "Birmingham", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg?_wi=4"},
]}
title="What Our Customers Say"
description="Reviews from around the Birmingham area."
@@ -110,15 +75,9 @@ export default function LandingPage() {
tag="Rating"
metrics={[
{
- id: "1",
- value: "5.0",
- description: "Star Rating",
- },
+ id: "1", value: "5.0", description: "Star Rating"},
{
- id: "2",
- value: "100+",
- description: "Verified Reviews",
- },
+ id: "2", value: "100+", description: "Verified Reviews"},
]}
metricsAnimation="slide-up"
/>
@@ -128,40 +87,28 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 9af2dee..c5cb77c 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -26,27 +26,17 @@ export default function LandingPage() {
@@ -57,35 +47,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Plumbing",
- description: "Leaky taps, blocked sinks, toilet replacements.",
- imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg?_wi=3",
- },
+ title: "Plumbing", description: "Leaky taps, blocked sinks, toilet replacements.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg?_wi=3"},
{
- title: "Painting",
- description: "Interior and exterior decorating.",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=3",
- },
+ title: "Painting", description: "Interior and exterior decorating.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=3"},
{
- title: "Flooring",
- description: "Laminate and vinyl installation.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=3",
- },
+ title: "Flooring", description: "Laminate and vinyl installation.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=3"},
{
- title: "Fixtures",
- description: "Curtains, blinds, mirrors, and poles.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg?_wi=3",
- },
+ title: "Fixtures", description: "Curtains, blinds, mirrors, and poles.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg?_wi=3"},
{
- title: "Gardening",
- description: "Garden tidying and jet washing.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=3",
- },
+ title: "Gardening", description: "Garden tidying and jet washing.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=3"},
{
- title: "Renovations",
- description: "Property updates and refurbishments.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg?_wi=3",
- },
+ title: "Renovations", description: "Property updates and refurbishments.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg?_wi=3"},
]}
title="Our Services"
description="MN Handyman Services covers a wide range of property maintenance and repair work."
@@ -99,15 +71,9 @@ export default function LandingPage() {
tag="Benefits"
metrics={[
{
- id: "1",
- value: "Fast",
- description: "Same day booking",
- },
+ id: "1", value: "Fast", description: "Same day booking"},
{
- id: "2",
- value: "Quality",
- description: "Professional finish",
- },
+ id: "2", value: "Quality", description: "Professional finish"},
]}
metricsAnimation="opacity"
/>
@@ -117,40 +83,28 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file