Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
303
src/app/page.tsx
303
src/app/page.tsx
@@ -10,7 +10,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Award, Clock, Droplets, Flame, HelpCircle, ShieldCheck, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Ultimate Heating Services"
|
||||
/>
|
||||
@@ -56,76 +44,12 @@ export default function LandingPage() {
|
||||
<HeroOverlayTestimonial
|
||||
title="Ultimate Heating Services Ltd"
|
||||
description="Your trusted local plumbing and heating experts in Peterborough. Providing reliable service, quality workmanship, and peace of mind since 2018."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@customer",
|
||||
testimonial: "Michael was fantastic, fixed our boiler in one day after months of issues. Extremely polite and professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg",
|
||||
},
|
||||
{
|
||||
name: "Jamie F.",
|
||||
handle: "@customer",
|
||||
testimonial: "I called 30 companies, Michael came out the same day. Fast, clean, great bloke.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-sofa_1098-21278.jpg",
|
||||
},
|
||||
{
|
||||
name: "Simon S.",
|
||||
handle: "@customer",
|
||||
testimonial: "Unreal service. Went out of their way to find the part and fix my underfloor heating. 10 stars out of 5!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-home-with-brushes_23-2147611457.jpg",
|
||||
},
|
||||
{
|
||||
name: "Jason B.",
|
||||
handle: "@customer",
|
||||
testimonial: "100% recommended! Fair price and even saved me money by finding a warranty part.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg",
|
||||
},
|
||||
{
|
||||
name: "Craig M.",
|
||||
handle: "@customer",
|
||||
testimonial: "Our oil boiler has never been gone through so thoroughly. Total credit to your profession.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg",
|
||||
},
|
||||
]}
|
||||
testimonials={[]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
{ text: "Our Services", href: "#services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg",
|
||||
alt: "Optimistic confident and carefree chill african american female",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3666.jpg",
|
||||
alt: "blond businessman happy expression",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg",
|
||||
alt: "Young handsome smiling businessman showing thumbs up with funny faces drawings.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-people-with-thumbs-up_23-2149008927.jpg",
|
||||
alt: "Close up people with thumbs up",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-sofa-home-watching-movies-tv-holding-remote-control-switching-channels-eating-popcorn-having-fun-cheerful-happy-funny-surprised-face-expression-emotional_285396-5073.jpg",
|
||||
alt: "Young woman sitting on sofa at home watching movies",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,21 +58,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Ultimate Heating Services?"
|
||||
metrics={[
|
||||
{
|
||||
label: "Fast Response",
|
||||
value: "Same Day",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
label: "Reliability",
|
||||
value: "Trusted",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
label: "Professionalism",
|
||||
value: "Expert",
|
||||
icon: Award,
|
||||
},
|
||||
{ label: "Fast Response", value: "Same Day", icon: Clock },
|
||||
{ label: "Reliability", value: "Trusted", icon: ShieldCheck },
|
||||
{ label: "Professionalism", value: "Expert", icon: Award },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -160,141 +72,27 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Boiler Installation",
|
||||
description: "Expert fitting of modern energy-efficient boilers.",
|
||||
},
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Plumbing Repairs",
|
||||
description: "From leaky taps to pipe fixes, we ensure everything is running tight.",
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Underfloor Heating",
|
||||
description: "Expert maintenance and repairs for all UFH systems.",
|
||||
},
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Shower Services",
|
||||
description: "Installation, maintenance, and expert shower system repairs.",
|
||||
},
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Heating System Service",
|
||||
description: "Comprehensive checks for oil and gas boiler systems.",
|
||||
},
|
||||
{
|
||||
icon: HelpCircle,
|
||||
title: "General Plumbing",
|
||||
description: "Reliable support for all home plumbing requirements.",
|
||||
},
|
||||
{ icon: Flame, title: "Boiler Installation", description: "Expert fitting of modern energy-efficient boilers." },
|
||||
{ icon: Droplets, title: "Plumbing Repairs", description: "From leaky taps to pipe fixes, we ensure everything is running tight." },
|
||||
{ icon: Flame, title: "Underfloor Heating", description: "Expert maintenance and repairs for all UFH systems." },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive plumbing and heating solutions to keep your home warm and running smoothly."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "Customer Commitment",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Emergency Support",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
description: "Happy Families Served",
|
||||
},
|
||||
]}
|
||||
title="Service Highlights"
|
||||
description="Proven track record based on hundreds of customer interactions."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
<TestimonialCardSix
|
||||
title="Customer Reviews"
|
||||
description="See what our customers in Peterborough are saying about our service."
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Benham",
|
||||
role: "Homeowner",
|
||||
testimonial: "Michael was very efficient and consciousness, came out twice to fix a leak. Definitely recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-long-blonde-hair-shorts-handsome-joyful-guy-bed-smiling-with-tablet-modern-apartment-lovely-couple-having-fun-true-emotions_197531-1600.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Janet Herson",
|
||||
role: "Homeowner",
|
||||
testimonial: "Michael fitted a new boiler and his follow-up was excellent. Will continue to use.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-blond-bearded-man-showing-ok-gesture-agreeing-with-friend-camera-colorful-background-well-done-expression_574295-3169.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Abbie Strickland",
|
||||
role: "Homeowner",
|
||||
testimonial: "Michael is a great reliable plumber. Quick to respond and flexible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-is-pointing-her-smile-with-forefinger-white-background_176474-117520.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Carla Corrado",
|
||||
role: "Homeowner",
|
||||
testimonial: "Really happy with the service provided. Efficient, friendly and professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-lying-relaxing-sofa-home_171337-19452.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Steve Ledwich",
|
||||
role: "Homeowner",
|
||||
testimonial: "Very helpful, great communication and excellent knowledge of UFH systems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", handle: "@customer", testimonial: "Michael was fantastic, fixed our boiler in one day after months of issues. Extremely polite and professional.", icon: Award },
|
||||
{ id: "t2", name: "Jamie F.", handle: "@customer", testimonial: "I called 30 companies, Michael came out the same day. Fast, clean, great bloke.", icon: Award },
|
||||
{ id: "t3", name: "Simon S.", handle: "@customer", testimonial: "Unreal service. Went out of their way to find the part and fix my underfloor heating. 10 stars!", icon: Award },
|
||||
]}
|
||||
title="Client Reviews"
|
||||
description="What our customers say about our services."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer emergency callouts?",
|
||||
content: "Yes, we are highly responsive for heating emergencies.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What areas do you serve?",
|
||||
content: "We are based in Peterborough and serve the local surrounding areas.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you gas safe registered?",
|
||||
content: "We maintain all required professional standards to ensure safety.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common queries answered for our customers."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -302,32 +100,13 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Get In Touch"
|
||||
description="205 Eastern Ave, Peterborough PE1 4PY. Call us on 01733 590105 or fill out the form below."
|
||||
description="Located in Peterborough, we are ready to help with your heating needs. Fill out the form to request a quote or an emergency visit."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
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: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "How can we help you?", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-overalls-with-tools_23-2148428310.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -335,32 +114,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Heating",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Plumbing",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "Heating", href: "#services" }, { label: "Plumbing", href: "#services" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Ultimate Heating Services Ltd"
|
||||
/>
|
||||
@@ -368,4 +123,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user