From 759143ddab02d00f66997da296a40d8bbdf383b1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 17:42:25 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 44 ++++++++++------------------------------ 1 file changed, 11 insertions(+), 33 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 74e425d..ab528ba 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function ContactPage() { return (
); -} +} \ No newline at end of file -- 2.49.1 From bc23017f7bb334944536e3a72257f60fca5af39d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 17:42:25 +0000 Subject: [PATCH 2/4] Update src/app/hiring/page.tsx --- src/app/hiring/page.tsx | 51 ++++++++++------------------------------- 1 file changed, 12 insertions(+), 39 deletions(-) diff --git a/src/app/hiring/page.tsx b/src/app/hiring/page.tsx index 0c17d8a..0006b73 100644 --- a/src/app/hiring/page.tsx +++ b/src/app/hiring/page.tsx @@ -7,7 +7,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function HiringPage() { return ( @@ -67,35 +53,22 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 931e5a9280fb245f45f264ff0361cb3a6f0cd745 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 17:42:26 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 214 ++++++++--------------------------------------- 1 file changed, 35 insertions(+), 179 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8638441..f282c5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,137 +27,46 @@ export default function LandingPage() {
@@ -165,12 +74,7 @@ export default function LandingPage() { @@ -188,46 +92,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "John D.", - role: "Client", - company: "Dundee", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-arms-crossed-standing-factory_107420-96042.jpg", - }, - { - id: "2", - name: "Sarah M.", - role: "Client", - company: "Dundee", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-makes-repairs-home_1398-5140.jpg", - }, - { - id: "3", - name: "Mike P.", - role: "Client", - company: "Broughty Ferry", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg", - }, - { - id: "4", - name: "Jane S.", - role: "Client", - company: "Dundee", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", - }, - { - id: "5", - name: "Dave W.", - role: "Client", - company: "Monifieth", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", - }, + { id: "1", name: "John D.", role: "Client", company: "Dundee", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-arms-crossed-standing-factory_107420-96042.jpg" }, + { id: "2", name: "Sarah M.", role: "Client", company: "Dundee", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-makes-repairs-home_1398-5140.jpg" }, + { id: "3", name: "Mike P.", role: "Client", company: "Broughty Ferry", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg" }, + { id: "4", name: "Jane S.", role: "Client", company: "Dundee", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg" }, + { id: "5", name: "Dave W.", role: "Client", company: "Monifieth", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg" }, ]} title="Customer Reviews" description="See what our happy customers say." @@ -237,35 +106,22 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 06e7e4c1ed4a93ca5f7315881c63fa0551cbd523 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 17:42:26 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 84 +++++++++------------------------------ 1 file changed, 18 insertions(+), 66 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ab78b46..30eb8c1 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -8,7 +8,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function ServicesPage() { return ( @@ -58,40 +44,19 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Interior Painting", - description: "Clean, smooth, professional interior painting for walls, ceilings, woodwork, and more. High-quality materials used for a long-lasting finish.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/assortment-painting-items-with-yellow-paint_23-2149580018.jpg", - imageAlt: "freshly painted wall interior bright", - }, + title: "Interior Painting", description: "Clean, smooth, professional interior painting for walls, ceilings, woodwork, and more.", media: { imageSrc: "http://img.b2bpic.net/free-photo/assortment-painting-items-with-yellow-paint_23-2149580018.jpg", imageAlt: "paint tools" }, items: [], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg?_wi=2", - imageAlt: "freshly painted wall interior bright", + reverse: false }, { - title: "Exterior Painting", - description: "Durable, weather-resistant exterior painting that protects and enhances your property. Suitable for homes, garages, fences, and commercial buildings.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/little-bird-balcony_23-2148106914.jpg", - imageAlt: "exterior house painting work", - }, + title: "Exterior Painting", description: "Durable, weather-resistant exterior painting that protects and enhances your property.", media: { imageSrc: "http://img.b2bpic.net/free-photo/little-bird-balcony_23-2148106914.jpg", imageAlt: "exterior work" }, items: [], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg?_wi=2", - imageAlt: "freshly painted wall interior bright", + reverse: true }, { - title: "Wallpapering", - description: "Expert wallpaper installation, including feature walls and full rooms. Perfect alignment, clean edges, and a flawless finish.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/glowing-antique-lamp-brightens-old-brick-wall-generated-by-ai_188544-27636.jpg", - imageAlt: "expert wallpaper installation room", - }, + title: "Wallpapering", description: "Expert wallpaper installation, including feature walls and full rooms.", media: { imageSrc: "http://img.b2bpic.net/free-photo/glowing-antique-lamp-brightens-old-brick-wall-generated-by-ai_188544-27636.jpg", imageAlt: "wallpaper" }, items: [], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-465.jpg?_wi=2", - imageAlt: "freshly painted wall interior bright", + reverse: false }, ]} title="Professional Services" @@ -109,35 +74,22 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1