Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 19:44:35 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { AlertTriangle, Award, CheckCircle, Clock, Droplet, Flame, Home, MapPin, Phone, Pound, Star, Wrench, Zap } from 'lucide-react';
import { AlertTriangle, Award, CheckCircle, Clock, Droplet, Flame, Home, MapPin, Phone, PoundSterling, Star, Wrench, Zap } from 'lucide-react';
export default function LandingPage() {
return (
@@ -67,7 +67,7 @@ export default function LandingPage() {
bulletPoints={[
{ title: "Fully Qualified", description: "Experienced Gas Engineer with proven track record", icon: CheckCircle },
{ title: "24/7 Service", description: "Emergency callouts available every day of the week", icon: Clock },
{ title: "Fair Pricing", description: "Transparent rates with no hidden costs", icon: Pound },
{ title: "Fair Pricing", description: "Transparent rates with no hidden costs", icon: PoundSterling },
{ title: "Fast Response", description: "Quick turnaround times for all service requests", icon: Zap }
]}
imageSrc="http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg"
@@ -119,10 +119,10 @@ export default function LandingPage() {
title="Customer Reviews"
description="Real feedback from satisfied customers who trust NC Gas Services"
testimonials={[
{ id: "1", name: "James Thompson", role: "Property Manager", testimonial: "All fixed, hot water and heating back on and tenants are ready to check in! Professional service and quick turnaround.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "James Thompson" },
{ id: "2", name: "Sarah Mitchell", role: "Homeowner", testimonial: "Came round quickly to sort out a plumbing leak in an emergency. The engineer was courteous and fixed it properly without fuss.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Sarah Mitchell" },
{ id: "3", name: "David Chen", role: "Landlord", testimonial: "Very fair rates for the work carried out. The Gas Safety Certificate was handled professionally. Highly recommend for landlord requirements.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "David Chen" },
{ id: "4", name: "Emma Rodriguez", role: "Business Owner", testimonial: "Reliable, trustworthy, and always available when needed. NC Gas Services has become our go-to for all heating and plumbing issues.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Emma Rodriguez" }
{ id: "1", name: "James Thompson", role: "Property Manager", testimonial: "All fixed, hot water and heating back on and tenants are ready to check in! Professional service and quick turnaround.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "James Thompson" },
{ id: "2", name: "Sarah Mitchell", role: "Homeowner", testimonial: "Came round quickly to sort out a plumbing leak in an emergency. The engineer was courteous and fixed it properly without fuss.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sarah Mitchell" },
{ id: "3", name: "David Chen", role: "Landlord", testimonial: "Very fair rates for the work carried out. The Gas Safety Certificate was handled professionally. Highly recommend for landlord requirements.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "David Chen" },
{ id: "4", name: "Emma Rodriguez", role: "Business Owner", testimonial: "Reliable, trustworthy, and always available when needed. NC Gas Services has become our go-to for all heating and plumbing issues.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Emma Rodriguez" }
]}
animationType="slide-up"
textboxLayout="default"