Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-08 10:57:32 +00:00
2 changed files with 16 additions and 1431 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Hammer, Building2, Briefcase, CheckCircle, TrendingUp, Star } from "lucide-react";
import { Hammer, Building2, Briefcase, CheckCircle, TrendingUp, Star, Shield } from "lucide-react";
import Link from "next/link";
export default function HomePage() {
@@ -47,8 +47,8 @@ export default function HomePage() {
<HeroSplitDualMedia
title="Transform Your Home with Expert Builders"
description="Professional home renovation and building services throughout the UK. From kitchen upgrades to complete extensions, we deliver quality craftsmanship and reliable service."
tag="Trusted Contractors"
tagIcon={Hammer}
tag="Trusted Contractors • ISO 9001 Certified"
tagIcon={Shield}
background={{ variant: "plain" }}
tagAnimation="slide-up"
buttons={[
@@ -293,4 +293,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}