Merge version_1 into main #2
149
src/app/page.tsx
149
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Wrench, Hammer, Droplets, Grid3X3 } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
@@ -28,60 +29,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
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="L.Beech"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+441234567890",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+441234567890"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Crafted with care. Built to last."
|
||||
description="L.Beech Plumbing & Property Maintenance LTD delivers exceptional bathroom transformations and property work across Carlisle and Cumbria."
|
||||
tag="Trusted Tradespeople · Carlisle & Cumbria"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg?_wi=1",
|
||||
imageAlt: "Luxury Bathroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg", imageAlt: "Luxury Bathroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg?_wi=1",
|
||||
imageAlt: "Team Member",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg?_wi=1",
|
||||
imageAlt: "Quality Service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg?_wi=1",
|
||||
imageAlt: "Precision Work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-room-design-with-armchair-potted-plants_23-2149427991.jpg?_wi=1",
|
||||
imageAlt: "Professional Result",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg", imageAlt: "Team Member"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -95,33 +65,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Bathroom Fitting",
|
||||
description: "Full design and installation.",
|
||||
buttonIcon: "Wrench",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg?_wi=2",
|
||||
imageAlt: "luxury bathroom interior design",
|
||||
},
|
||||
title: "Bathroom Fitting", description: "Full design and installation.", buttonIcon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg", imageAlt: "luxury bathroom interior design"},
|
||||
{
|
||||
title: "Structural Alterations",
|
||||
description: "Knock through walls and reconfiguration.",
|
||||
buttonIcon: "Hammer",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-labor-day-badges-flat-design_23-2148233861.jpg",
|
||||
imageAlt: "plumbing service icon set",
|
||||
},
|
||||
title: "Structural Alterations", description: "Knock through walls and reconfiguration.", buttonIcon: Hammer,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-labor-day-badges-flat-design_23-2148233861.jpg", imageAlt: "plumbing service icon set"},
|
||||
{
|
||||
title: "Plumbing & Pipework",
|
||||
description: "Emergency fixes and upgrades.",
|
||||
buttonIcon: "Droplets",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg?_wi=2",
|
||||
imageAlt: "professional plumber smiling",
|
||||
},
|
||||
title: "Plumbing & Pipework", description: "Emergency fixes and upgrades.", buttonIcon: Droplets,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg", imageAlt: "professional plumber smiling"},
|
||||
{
|
||||
title: "Tiling & Flooring",
|
||||
description: "Precision wall and floor tiling.",
|
||||
buttonIcon: "Grid3X3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg?_wi=2",
|
||||
imageAlt: "customer portrait smiling",
|
||||
},
|
||||
title: "Tiling & Flooring", description: "Precision wall and floor tiling.", buttonIcon: Grid3X3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", imageAlt: "customer portrait smiling"},
|
||||
]}
|
||||
title="Expert services, every time."
|
||||
description="From a brand-new bathroom to a dripping tap, we bring care, craft, and professionalism."
|
||||
@@ -136,19 +90,13 @@ export default function LandingPage() {
|
||||
description="Carlisle-based team built on honest work, clear communication, and pride in the finished result. Liam leads every project personally."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Always Communicating",
|
||||
description: "You'll always know what's happening.",
|
||||
},
|
||||
title: "Always Communicating", description: "You'll always know what's happening."},
|
||||
{
|
||||
title: "Solutions Focused",
|
||||
description: "We face unexpected issues head-on.",
|
||||
},
|
||||
title: "Solutions Focused", description: "We face unexpected issues head-on."},
|
||||
{
|
||||
title: "Perfect Finish",
|
||||
description: "We don't cut corners.",
|
||||
},
|
||||
title: "Perfect Finish", description: "We don't cut corners."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg"
|
||||
imageAlt="Liam Beech and his professional trade team"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -161,40 +109,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Trudie Burton",
|
||||
role: "Local Guide",
|
||||
testimonial: "Absolutely delighted with our new bathroom. The result is stunning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Trudie Burton", role: "Local Guide", testimonial: "Absolutely delighted with our new bathroom. The result is stunning.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "J PT",
|
||||
role: "Local Guide",
|
||||
testimonial: "Liam has done a fantastic job fitting our new bathroom. Brilliant start to finish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "J PT", role: "Local Guide", testimonial: "Liam has done a fantastic job fitting our new bathroom. Brilliant start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Clear communication throughout the renovation process. Professional work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-160611.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah J.", role: "Homeowner", testimonial: "Clear communication throughout the renovation process. Professional work.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-160611.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Landlord",
|
||||
testimonial: "Reliable, clean, and always on time. My property is in perfect condition.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-protecting-house-model-office-looking-camera_23-2148203983.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Landlord", testimonial: "Reliable, clean, and always on time. My property is in perfect condition.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-protecting-house-model-office-looking-camera_23-2148203983.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily M.",
|
||||
role: "Homeowner",
|
||||
testimonial: "High quality tiling and flooring. Would recommend to anyone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg",
|
||||
},
|
||||
id: "5", name: "Emily M.", role: "Homeowner", testimonial: "High quality tiling and flooring. Would recommend to anyone.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg"},
|
||||
]}
|
||||
title="What our customers say about us."
|
||||
description="Verified 5-star reviews from local customers in Carlisle and Cumbria."
|
||||
@@ -205,12 +128,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Let's talk about your project."
|
||||
description="Ready to get started? Drop us a message and get your free, no-obligation quote today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-room-design-with-armchair-potted-plants_23-2149427991.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-room-design-with-armchair-potted-plants_23-2149427991.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -219,20 +141,13 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "L.Beech Plumbing",
|
||||
items: [
|
||||
title: "L.Beech Plumbing", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user