diff --git a/src/app/page.tsx b/src/app/page.tsx
index ac0258f..ca8c72c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -54,69 +42,27 @@ export default function LandingPage() {
@@ -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() {
@@ -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: "#" }] }
]}
/>