Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ecf9a1cda | |||
| 33a1519f41 | |||
| 115dcc1ec6 | |||
| ee7d3bd3f6 | |||
| 96553f4492 | |||
| 0640d717d0 |
1439
src/app/layout.tsx
1439
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user