Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-29 19:24:09 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, Box, Building, Camera, CheckCircle, Clock, Droplets, Gauge, MapPin, Phone, Search, ShieldCheck, Sparkles, Sun, Users } from "lucide-react";
import { Award, Box, Building, Camera, CheckCircle, Clock, Droplets, Gauge, Hammer, MapPin, Phone, Search, ShieldCheck, Sparkles, Sun, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Services",
id: "services",
},
{
name: "About",
id: "about",
},
{
name: "Reviews",
id: "reviews",
},
{
name: "Contact",
id: "contact",
},
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
]}
brandName="Roof A Tech UK"
/>
@@ -54,69 +42,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Roofing Built to Last a Lifetime"
description="Roof A Tech UK delivers precision roofing, guttering, chimneys and skylights across Sutton Coldfield and the wider Birmingham area. We finish every project to the highest professional standard—on time, on budget, and fully transparent."
buttons={[
{
text: "Request a Free Quote",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg?_wi=1"
buttons={[{ text: "Request a Free Quote", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg"
imageAlt="Professional roofing services"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg",
alt: "Worker building the roof",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg",
alt: "Man with helmet",
},
{
src: "http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg",
alt: "Worker on roof",
},
{
src: "http://img.b2bpic.net/free-photo/sideways-man-working-roof-with-drill_23-2148748771.jpg",
alt: "Man with drill",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-construction-worker_329181-3733.jpg",
alt: "Smiling construction worker",
},
{ src: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", alt: "Worker building the roof" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", alt: "Man with helmet" },
{ src: "http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg", alt: "Worker on roof" },
{ src: "http://img.b2bpic.net/free-photo/sideways-man-working-roof-with-drill_23-2148748771.jpg", alt: "Man with drill" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-construction-worker_329181-3733.jpg", alt: "Smiling construction worker" }
]}
avatarText="100+ satisfied clients across the region."
marqueeItems={[
{
type: "text-icon",
text: "Fully Insured",
icon: ShieldCheck,
},
{
type: "text-icon",
text: "Local Experts",
icon: MapPin,
},
{
type: "text-icon",
text: "24/7 Support",
icon: Clock,
},
{
type: "text-icon",
text: "Free Quotes",
icon: Gauge,
},
{
type: "text-icon",
text: "Quality Assured",
icon: Award,
},
{ type: "text-icon", text: "Fully Insured", icon: ShieldCheck },
{ type: "text-icon", text: "Local Experts", icon: MapPin },
{ type: "text-icon", text: "24/7 Support", icon: Clock },
{ type: "text-icon", text: "Free Quotes", icon: Gauge },
{ type: "text-icon", text: "Quality Assured", icon: Award }
]}
/>
</div>
@@ -127,66 +73,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Installation & Repair",
description: "Full installations and structural repairs built to last.",
bentoComponent: {
bentoComponent: "reveal-icon",
icon: Hammer,
},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg?_wi=1",
imageAlt: "professional roof tile repair",
},
{
title: "Gutter Services",
description: "Cleaning and repairs for superior protection.",
bentoComponent: {
bentoComponent: "reveal-icon",
icon: Droplets,
},
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg?_wi=2",
imageAlt: "professional roof tile repair",
},
{
title: "Chimney Services",
description: "Expert repairs and maintenance.",
bentoComponent: {
bentoComponent: "reveal-icon",
icon: Building,
},
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1",
imageAlt: "professional roof tile repair",
},
{
title: "Skylight Fitting",
description: "Secure installation for natural light.",
bentoComponent: {
bentoComponent: "reveal-icon",
icon: Sun,
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-posing-together_23-2149241592.jpg?_wi=1",
imageAlt: "professional roof tile repair",
},
{
title: "Dry Ridge Systems",
description: "Low-maintenance, durable protection.",
bentoComponent: {
bentoComponent: "reveal-icon",
icon: Box,
},
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg",
imageAlt: "professional roof tile repair",
},
{
title: "Roof Surveys",
description: "Transparent inspections with evidence.",
bentoComponent: {
bentoComponent: "reveal-icon",
icon: Search,
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg",
imageAlt: "professional roof tile repair",
},
{ title: "Installation & Repair", description: "Full installations and structural repairs built to last.", bentoComponent: { bentoComponent: "reveal-icon", icon: Hammer }, imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg", imageAlt: "professional roof tile repair" },
{ title: "Gutter Services", description: "Cleaning and repairs for superior protection.", bentoComponent: { bentoComponent: "reveal-icon", icon: Droplets }, imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg", imageAlt: "professional roof tile repair" },
{ title: "Chimney Services", description: "Expert repairs and maintenance.", bentoComponent: { bentoComponent: "reveal-icon", icon: Building }, imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "professional roof tile repair" },
{ title: "Skylight Fitting", description: "Secure installation for natural light.", bentoComponent: { bentoComponent: "reveal-icon", icon: Sun }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-posing-together_23-2149241592.jpg", imageAlt: "professional roof tile repair" },
{ title: "Dry Ridge Systems", description: "Low-maintenance, durable protection.", bentoComponent: { bentoComponent: "reveal-icon", icon: Box }, imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", imageAlt: "professional roof tile repair" },
{ title: "Roof Surveys", description: "Transparent inspections with evidence.", bentoComponent: { bentoComponent: "reveal-icon", icon: Search }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg", imageAlt: "professional roof tile repair" }
]}
title="Every Roof, Every Detail, Done Right"
description="From emergency repairs to full installations, we handle every aspect of your roofing needs with care, precision and clear communication at every step."
@@ -199,42 +91,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "5.0",
title: "Rating",
items: [
"Google Rated",
"10 Reviews",
],
},
{
id: "m2",
value: "10+",
title: "Happy Clients",
items: [
"Sutton Coldfield",
"Birmingham Area",
],
},
{
id: "m3",
value: "24h",
title: "Availability",
items: [
"Roofing emergencies",
"Always ready",
],
},
{
id: "m4",
value: "100%",
title: "Satisfaction",
items: [
"Guaranteed",
"Professional Finish",
],
},
{ id: "m1", value: "5.0", title: "Rating", items: ["Google Rated", "10 Reviews"] },
{ id: "m2", value: "10+", title: "Happy Clients", items: ["Sutton Coldfield", "Birmingham Area"] },
{ id: "m3", value: "24h", title: "Availability", items: ["Roofing emergencies", "Always ready"] },
{ id: "m4", value: "100%", title: "Satisfaction", items: ["Guaranteed", "Professional Finish"] }
]}
title="Roofing Standards We Stand By"
description="Experience roofing services defined by clarity, honesty, and high professional standards."
@@ -261,46 +121,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "01. Free Quote",
description: "We visit, assess, and provide a clear quote.",
bentoComponent: {
bentoComponent: "reveal-icon",
icon: Phone,
},
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2",
imageAlt: "clean gutter repair home",
},
{
title: "02. Survey",
description: "Thorough inspection with photographic evidence.",
bentoComponent: {
bentoComponent: "reveal-icon",
icon: Camera,
},
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg?_wi=3",
imageAlt: "clean gutter repair home",
},
{
title: "03. Completion",
description: "Expert work with clear communication.",
bentoComponent: {
bentoComponent: "reveal-icon",
icon: CheckCircle,
},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg?_wi=2",
imageAlt: "clean gutter repair home",
},
{
title: "04. Handover",
description: "We walk you through the finished work.",
bentoComponent: {
bentoComponent: "reveal-icon",
icon: Sparkles,
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-posing-together_23-2149241592.jpg?_wi=2",
imageAlt: "clean gutter repair home",
},
{ title: "01. Free Quote", description: "We visit, assess, and provide a clear quote.", bentoComponent: { bentoComponent: "reveal-icon", icon: Phone }, imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "clean gutter repair home" },
{ title: "02. Survey", description: "Thorough inspection with photographic evidence.", bentoComponent: { bentoComponent: "reveal-icon", icon: Camera }, imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg", imageAlt: "clean gutter repair home" },
{ title: "03. Completion", description: "Expert work with clear communication.", bentoComponent: { bentoComponent: "reveal-icon", icon: CheckCircle }, imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg", imageAlt: "clean gutter repair home" },
{ title: "04. Handover", description: "We walk you through the finished work.", bentoComponent: { bentoComponent: "reveal-icon", icon: Sparkles }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-posing-together_23-2149241592.jpg", imageAlt: "clean gutter repair home" }
]}
title="How We Work"
description="A clear, professional process from the moment you get in touch to the final sign-off."
@@ -313,41 +137,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Kaylum Lee",
handle: "Roof Repair",
testimonial: "Excellent job—highly professional, quick, and efficient. I will definitely use them again.",
imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg",
},
{
id: "2",
name: "Joanne Paggett",
handle: "Dry Ridge System",
testimonial: "Very pleased with the professionalism of Joseph and his team, from quote to completion.",
imageSrc: "http://img.b2bpic.net/free-photo/happily-smiling-latino-dark-skinned-man-wears-blank-heather-grey-clothing-pose-near-wooden-ladder-white-wall-side-view_346278-1041.jpg",
},
{
id: "3",
name: "Samantha Johnson",
handle: "Gutters & Tile",
testimonial: "Honest, photographed the issue, and explained everything clearly. Very happy.",
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-doing-paperwork-office_273609-6924.jpg",
},
{
id: "4",
name: "Verified Customer",
handle: "Ridge Tiles",
testimonial: "Did an extremely good job. Highly recommend them for roofing works.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-relaxed-tall-muscular-young-model-wearing-plain-heather-gray-longsleeve-t-shirt-slim-gray-jeans-leaning-wooden-stepladder-isolated-white_346278-1036.jpg",
},
{
id: "5",
name: "Verified Customer",
handle: "General Roofing",
testimonial: "Nice young man, clean worker—left the job as tidy as he found it.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233781.jpg",
},
{ id: "1", name: "Kaylum Lee", handle: "Roof Repair", testimonial: "Excellent job—highly professional, quick, and efficient. I will definitely use them again.", imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg" },
{ id: "2", name: "Joanne Paggett", handle: "Dry Ridge System", testimonial: "Very pleased with the professionalism of Joseph and his team, from quote to completion.", imageSrc: "http://img.b2bpic.net/free-photo/happily-smiling-latino-dark-skinned-man-wears-blank-heather-grey-clothing-pose-near-wooden-ladder-white-wall-side-view_346278-1041.jpg" },
{ id: "3", name: "Samantha Johnson", handle: "Gutters & Tile", testimonial: "Honest, photographed the issue, and explained everything clearly. Very happy.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-doing-paperwork-office_273609-6924.jpg" },
{ id: "4", name: "Verified Customer", handle: "Ridge Tiles", testimonial: "Did an extremely good job. Highly recommend them for roofing works.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-relaxed-tall-muscular-young-model-wearing-plain-heather-gray-longsleeve-t-shirt-slim-gray-jeans-leaning-wooden-stepladder-isolated-white_346278-1036.jpg" },
{ id: "5", name: "Verified Customer", handle: "General Roofing", testimonial: "Nice young man, clean worker—left the job as tidy as he found it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233781.jpg" }
]}
title="What Customers Say"
description="Hear from our happy clients about the quality and professionalism of our work."
@@ -358,26 +152,10 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you offer emergency call-outs?",
content: "Yes, we are available 24/7 for roofing emergencies.",
},
{
id: "q2",
title: "What areas do you cover?",
content: "We cover Sutton Coldfield, Oscott, Birmingham, Erdington, and surrounding areas.",
},
{
id: "q3",
title: "How does the quote process work?",
content: "Call us for a free site visit and no-obligation quote.",
},
{
id: "q4",
title: "Are your quotes transparent?",
content: "Absolutely. We photograph and explain every issue to avoid surprises.",
},
{ id: "q1", title: "Do you offer emergency call-outs?", content: "Yes, we are available 24/7 for roofing emergencies." },
{ id: "q2", title: "What areas do you cover?", content: "We cover Sutton Coldfield, Oscott, Birmingham, Erdington, and surrounding areas." },
{ id: "q3", title: "How does the quote process work?", content: "Call us for a free site visit and no-obligation quote." },
{ id: "q4", title: "Are your quotes transparent?", content: "Absolutely. We photograph and explain every issue to avoid surprises." }
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -390,30 +168,11 @@ export default function LandingPage() {
title="Get a Free Quote"
description="Ready for a roof you can rely on? Call us today or send a message for a free, no-obligation quote."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
]}
textarea={{
name: "message",
placeholder: "Tell us about your project",
required: true,
}}
textarea={{ name: "message", placeholder: "Tell us about your project", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/person-varnishing-wood_23-2148748820.jpg"
/>
</div>
@@ -423,36 +182,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg"
logoText="Roof A Tech UK"
columns={[
{
title: "Company",
items: [
{
label: "Services",
href: "#services",
},
{
label: "About",
href: "#about",
},
{
label: "Reviews",
href: "#reviews",
},
],
},
{
title: "Contact",
items: [
{
label: "Call Us: 07399 929664",
href: "tel:07399929664",
},
{
label: "22 Chester Rd, Sutton Coldfield",
href: "#",
},
],
},
{ title: "Company", items: [{ label: "Services", href: "#services" }, { label: "About", href: "#about" }, { label: "Reviews", href: "#reviews" }] },
{ title: "Contact", items: [{ label: "Call Us: 07399 929664", href: "tel:07399929664" }, { label: "22 Chester Rd, Sutton Coldfield", href: "#" }] }
]}
/>
</div>