3 Commits

Author SHA1 Message Date
4041b082e5 Merge version_2_1781386754295 into main
Merge version_2_1781386754295 into main
2026-06-13 21:40:36 +00:00
kudinDmitriyUp
ed0c9e6cb4 Bob AI: Replaced two images with a single image in the hero section 2026-06-13 21:39:57 +00:00
74f3214908 Merge version_1_1781386352806 into main
Merge version_1_1781386352806 into main
2026-06-13 21:33:38 +00:00
9 changed files with 404 additions and 251 deletions

View File

@@ -1,263 +1,36 @@
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
import ContactCta from '@/components/sections/contact/ContactCta';
import FeaturesComparison from '@/components/sections/features/FeaturesComparison';
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid';
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
import { Award, CheckCircle, Heart, Truck, Users, Wrench } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
// AUTO-GENERATED shell by per-section-migrate.
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
// files directly. Non-block content (wrappers, non-inlinable sections) is
// preserved inline; extracted section blocks become <XSection/> refs.
export default function HomePage() {
import React from 'react';
import HeroSection from './HomePage/sections/Hero';
import MetricsSection from './HomePage/sections/Metrics';
import AboutSection from './HomePage/sections/About';
import ServicesSection from './HomePage/sections/Services';
import DifferenceSection from './HomePage/sections/Difference';
import TestimonialsSection from './HomePage/sections/Testimonials';
import AboutStorySection from './HomePage/sections/AboutStory';
import ContactSection from './HomePage/sections/Contact';
export default function HomePage(): React.JSX.Element {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroSplitMediaGrid
tag="Your Local DIY Experts"
title="The DIY Store That Actually Helps"
description="Whether you're renovating a home, building a garden project or tackling your first DIY job, our team helps you choose the right materials, tools and solutions. Expert Advice, Timber Cutting, Building Materials & Home Improvement."
primaryButton={{
text: "Get Expert Advice",
href: "#contact",
}}
secondaryButton={{
text: "Visit The Store",
href: "#contact",
}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-carpenters-hands-process-cutting-wood-with-jigsaw_169016-51867.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/small-pieces-wood-table_23-2148742290.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<>
<HeroSection />
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsMediaCards
tag="Our Commitment"
title="Supporting Projects For 60+ Years"
description="We are proud to be the trusted local partner for thousands of successful projects across North Tyneside."
metrics={[
{
value: "60+",
title: "Years Serving",
description: "Local family business heritage.",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-using-bench-vise-hold-timber-block-starting-furniture-assembling_482257-83692.jpg",
},
{
value: "4.8",
title: "Star Rating",
description: "Based on 194+ reviews.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746382.jpg",
},
{
value: "1k+",
title: "Projects",
description: "Supported annually by our team.",
imageSrc: "http://img.b2bpic.net/free-photo/high-view-nail-hammered-wood_23-2148643218.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<MetricsSection />
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutFeaturesSplit
tag="Why Kelly's DIY"
title="More Than A Hardware Store"
description="We help homeowners, landlords, tradespeople and DIY enthusiasts complete projects with confidence. From a single screw to a full renovation project, our team provides expert guidance every step of the way."
items={[
{
icon: CheckCircle,
title: "Expert Guidance",
description: "Real advice from people who care.",
},
{
icon: Wrench,
title: "Timber Cutting",
description: "Precision cutting while you wait.",
},
{
icon: Truck,
title: "Fast Delivery",
description: "Direct to your project site.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/artisan-jobs-tools-composition_23-2148732415.jpg"
/>
</SectionErrorBoundary>
</div>
<AboutSection />
<div id="services" data-section="services">
<SectionErrorBoundary name="services">
<FeaturesRevealCardsBento
tag="Our Services"
title="Comprehensive Home Solutions"
description="Everything you need to get the job done properly."
items={[
{
title: "Timber Cutting",
description: "Precision timber, MDF and plywood cutting while you wait.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-professional-stainless-coffee-pot_613910-8830.jpg",
},
{
title: "Paint Centre",
description: "Expert advice and premium paint mixing services.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-artisan-jobs-equipment-assortment_23-2148732419.jpg",
},
{
title: "Hardware & Fixings",
description: "Quality supplies for every size of project.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/view-decorative-vinyls-arrangement_23-2149728637.jpg",
},
{
title: "Building Materials",
description: "Sheet materials, landscaping, and construction basics.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/handyman-making-wooden-furniture-workshop_23-2147944928.jpg",
},
{
title: "Delivery Service",
description: "Reliable transport for your heavy materials.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/craftsperson-doing-quality-assurance-lumber-pile-with-coworker_482257-104749.jpg",
},
{
title: "Bespoke Projects",
description: "Custom solutions tailored to your specific needs.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138643.jpg",
},
{
title: "Project Planning",
description: "Full end-to-end advice and material estimation.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-male-dressed-safety-yellow-cap-works-with-chain-saw-garage_613910-2654.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<ServicesSection />
<div id="difference" data-section="difference">
<SectionErrorBoundary name="difference">
<FeaturesComparison
tag="Comparison"
title="Why Drive To A Retail Warehouse?"
description="We offer a superior service experience focused on your specific project needs."
negativeItems={[
"Generic advice",
"Long waits",
"Impersonal service",
"Hidden costs",
]}
positiveItems={[
"Expert local knowledge",
"Timber cut to size",
"Competitive prices",
"Fast delivery",
"Friendly personal support",
]}
/>
</SectionErrorBoundary>
</div>
<DifferenceSection />
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialColumnMarqueeCards
tag="Testimonials"
title="Trusted By The Community"
description="See why locals choose Kelly's for their home improvements."
testimonials={[
{
name: "Sarah J.",
role: "Homeowner",
quote: "The timber cutting service saved my bathroom project. Excellent advice!",
imageSrc: "http://img.b2bpic.net/free-photo/furniture-delivery-service-concept_53876-24834.jpg",
},
{
name: "Mark R.",
role: "Tradesperson",
quote: "Reliable materials and always friendly service. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-carpenter-s-hand-making-measurement-wooden-block_23-2147944869.jpg",
},
{
name: "Emma T.",
role: "DIY Enthusiast",
quote: "Finally, a shop that actually helps you figure out what you need.",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-house_329181-9436.jpg",
},
{
name: "David W.",
role: "Landlord",
quote: "Competitive pricing and local delivery makes my job much easier.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
},
{
name: "Linda P.",
role: "Homeowner",
quote: "The paint advice was perfect and they saved me so much time.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-wearing-safety-glasses-ear-defender-around-his-neck-cleaning-wooden-plank-with-brush_23-2147944890.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<TestimonialsSection />
<div id="about-story" data-section="about-story">
<SectionErrorBoundary name="about-story">
<AboutFeaturesSplit
tag="Our Story"
title="Built On Trust"
description="For generations, Kelly's DIY has helped local customers tackle projects with confidence. Combining traditional service with modern expertise, we remain committed to helping every customer find the right solution."
items={[
{
icon: Users,
title: "Community Rooted",
description: "Proud to serve Whitley Bay.",
},
{
icon: Award,
title: "Generations of Expertise",
description: "Experienced advice since 1960.",
},
{
icon: Heart,
title: "Customer First",
description: "Helping you get the job done.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-electric-router-spindle-moulder-furniture-assembly-shop_482257-98099.jpg"
/>
</SectionErrorBoundary>
</div>
<AboutStorySection />
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Get In Touch"
text="Need advice on your next project? Visit us, call us or send an enquiry."
primaryButton={{
text: "Call Now",
href: "tel:01910000000",
}}
secondaryButton={{
text: "Contact Us",
href: "#contact",
}}
/>
</SectionErrorBoundary>
</div>
<ContactSection />
</>
);
}

View File

@@ -0,0 +1,39 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "about" section.
import React from 'react';
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
import { Award, CheckCircle, Heart, Truck, Users, Wrench } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function AboutSection(): React.JSX.Element {
return (
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutFeaturesSplit
tag="Why Kelly's DIY"
title="More Than A Hardware Store"
description="We help homeowners, landlords, tradespeople and DIY enthusiasts complete projects with confidence. From a single screw to a full renovation project, our team provides expert guidance every step of the way."
items={[
{
icon: CheckCircle,
title: "Expert Guidance",
description: "Real advice from people who care.",
},
{
icon: Wrench,
title: "Timber Cutting",
description: "Precision cutting while you wait.",
},
{
icon: Truck,
title: "Fast Delivery",
description: "Direct to your project site.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/artisan-jobs-tools-composition_23-2148732415.jpg"
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,39 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "about-story" section.
import React from 'react';
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
import { Award, CheckCircle, Heart, Truck, Users, Wrench } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function AboutStorySection(): React.JSX.Element {
return (
<div id="about-story" data-section="about-story">
<SectionErrorBoundary name="about-story">
<AboutFeaturesSplit
tag="Our Story"
title="Built On Trust"
description="For generations, Kelly's DIY has helped local customers tackle projects with confidence. Combining traditional service with modern expertise, we remain committed to helping every customer find the right solution."
items={[
{
icon: Users,
title: "Community Rooted",
description: "Proud to serve Whitley Bay.",
},
{
icon: Award,
title: "Generations of Expertise",
description: "Experienced advice since 1960.",
},
{
icon: Heart,
title: "Customer First",
description: "Helping you get the job done.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-electric-router-spindle-moulder-furniture-assembly-shop_482257-98099.jpg"
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,27 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "contact" section.
import React from 'react';
import ContactCta from '@/components/sections/contact/ContactCta';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ContactSection(): React.JSX.Element {
return (
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Get In Touch"
text="Need advice on your next project? Visit us, call us or send an enquiry."
primaryButton={{
text: "Call Now",
href: "tel:01910000000",
}}
secondaryButton={{
text: "Contact Us",
href: "#contact",
}}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,33 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "difference" section.
import React from 'react';
import FeaturesComparison from '@/components/sections/features/FeaturesComparison';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function DifferenceSection(): React.JSX.Element {
return (
<div id="difference" data-section="difference">
<SectionErrorBoundary name="difference">
<FeaturesComparison
tag="Comparison"
title="Why Drive To A Retail Warehouse?"
description="We offer a superior service experience focused on your specific project needs."
negativeItems={[
"Generic advice",
"Long waits",
"Impersonal service",
"Hidden costs",
]}
positiveItems={[
"Expert local knowledge",
"Timber cut to size",
"Competitive prices",
"Fast delivery",
"Friendly personal support",
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,86 @@
/* eslint-disable */
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
import Button from "@/components/ui/Button";
import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot";
import TextAnimation from "@/components/ui/TextAnimation";
import ImageOrVideo from "@/components/ui/ImageOrVideo";
import ScrollReveal from "@/components/ui/ScrollReveal";
const primaryButton = {
text: "Get Expert Advice",
href: "#contact"
};
const secondaryButton = {
text: "Visit The Store",
href: "#contact"
};
const items = [
{
imageSrc: "http://img.b2bpic.net/free-photo/small-pieces-wood-table_23-2148742290.jpg"
}
];
type HeroSplitMediaGridProps = {
tag: string;
title: string;
description: string;
primaryButton: { text: string; href: string };
secondaryButton: { text: string; href: string };
items: [
{ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never }
];
};
const HeroInline = () => {
return (
<section aria-label="Hero section" className="relative flex items-center h-fit md:h-svh pt-25 pb-20 md:py-0">
<HeroBackgroundSlot />
<div className="flex flex-col md:flex-row items-center gap-12 md:gap-20 w-content-width mx-auto">
<div className="w-full md:w-1/2">
<div className="flex flex-col items-center md:items-start gap-3">
<div className="px-3 py-1 mb-1 text-sm card rounded w-fit">
<p>{"Your Local DIY Experts"}</p>
</div>
<TextAnimation
text={"The DIY Store That Actually Helps"}
variant="slide-up"
gradientText={true}
tag="h1"
className="text-7xl 2xl:text-8xl leading-[1.15] font-semibold text-center md:text-left text-balance"
/>
<TextAnimation
text={"Whether you're renovating a home, building a garden project or tackling your first DIY job, our team helps you choose the right materials, tools and solutions. Expert Advice, Timber Cutting, Building Materials & Home Improvement."}
variant="slide-up"
gradientText={false}
tag="p"
className="md:max-w-8/10 text-lg md:text-xl leading-snug text-center md:text-left text-balance"
/>
<div className="flex flex-wrap max-md:justify-center gap-3 mt-2 md:mt-3">
<Button text={primaryButton.text} href={primaryButton.href} variant="primary"/>
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary"animationDelay={0.1} />
</div>
</div>
</div>
<ScrollReveal variant="fade-blur" delay={0.2} className="w-full md:w-1/2 grid grid-cols-1 gap-2 xl:gap-3 2xl:gap-4">
{items.map((item, index) => (
<div key={index} className="h-80 md:h-[55vh] p-2 xl:p-3 2xl:p-4 card rounded overflow-hidden">
<ImageOrVideo imageSrc={item.imageSrc} videoSrc={item.videoSrc} />
</div>
))}
</ScrollReveal>
</div>
</section>
);
};
export default function HeroSection() {
return (
<div data-webild-section="hero" id="hero">
<HeroInline />
</div>
);
}

View File

@@ -0,0 +1,40 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "metrics" section.
import React from 'react';
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function MetricsSection(): React.JSX.Element {
return (
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsMediaCards
tag="Our Commitment"
title="Supporting Projects For 60+ Years"
description="We are proud to be the trusted local partner for thousands of successful projects across North Tyneside."
metrics={[
{
value: "60+",
title: "Years Serving",
description: "Local family business heritage.",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-using-bench-vise-hold-timber-block-starting-furniture-assembling_482257-83692.jpg",
},
{
value: "4.8",
title: "Star Rating",
description: "Based on 194+ reviews.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746382.jpg",
},
{
value: "1k+",
title: "Projects",
description: "Supported annually by our team.",
imageSrc: "http://img.b2bpic.net/free-photo/high-view-nail-hammered-wood_23-2148643218.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,64 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "services" section.
import React from 'react';
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ServicesSection(): React.JSX.Element {
return (
<div id="services" data-section="services">
<SectionErrorBoundary name="services">
<FeaturesRevealCardsBento
tag="Our Services"
title="Comprehensive Home Solutions"
description="Everything you need to get the job done properly."
items={[
{
title: "Timber Cutting",
description: "Precision timber, MDF and plywood cutting while you wait.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-professional-stainless-coffee-pot_613910-8830.jpg",
},
{
title: "Paint Centre",
description: "Expert advice and premium paint mixing services.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-artisan-jobs-equipment-assortment_23-2148732419.jpg",
},
{
title: "Hardware & Fixings",
description: "Quality supplies for every size of project.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/view-decorative-vinyls-arrangement_23-2149728637.jpg",
},
{
title: "Building Materials",
description: "Sheet materials, landscaping, and construction basics.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/handyman-making-wooden-furniture-workshop_23-2147944928.jpg",
},
{
title: "Delivery Service",
description: "Reliable transport for your heavy materials.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/craftsperson-doing-quality-assurance-lumber-pile-with-coworker_482257-104749.jpg",
},
{
title: "Bespoke Projects",
description: "Custom solutions tailored to your specific needs.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138643.jpg",
},
{
title: "Project Planning",
description: "Full end-to-end advice and material estimation.",
href: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-male-dressed-safety-yellow-cap-works-with-chain-saw-garage_613910-2654.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,52 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "testimonials" section.
import React from 'react';
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function TestimonialsSection(): React.JSX.Element {
return (
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialColumnMarqueeCards
tag="Testimonials"
title="Trusted By The Community"
description="See why locals choose Kelly's for their home improvements."
testimonials={[
{
name: "Sarah J.",
role: "Homeowner",
quote: "The timber cutting service saved my bathroom project. Excellent advice!",
imageSrc: "http://img.b2bpic.net/free-photo/furniture-delivery-service-concept_53876-24834.jpg",
},
{
name: "Mark R.",
role: "Tradesperson",
quote: "Reliable materials and always friendly service. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-carpenter-s-hand-making-measurement-wooden-block_23-2147944869.jpg",
},
{
name: "Emma T.",
role: "DIY Enthusiast",
quote: "Finally, a shop that actually helps you figure out what you need.",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-house_329181-9436.jpg",
},
{
name: "David W.",
role: "Landlord",
quote: "Competitive pricing and local delivery makes my job much easier.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
},
{
name: "Linda P.",
role: "Homeowner",
quote: "The paint advice was perfect and they saved me so much time.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-wearing-safety-glasses-ear-defender-around-his-neck-cleaning-wooden-plank-with-brush_23-2147944890.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}