Merge version_1 into main #2
216
src/app/page.tsx
216
src/app/page.tsx
@@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Award, CheckCircle, Shield, Tool } from "lucide-react";
|
||||
import { Award, CheckCircle, Shield, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Fire Doors",
|
||||
id: "features",
|
||||
},
|
||||
name: "Fire Doors", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Wells Carpentry"
|
||||
/>
|
||||
@@ -58,63 +48,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Expert Carpentry in Somerset"
|
||||
description="Professional carpentry services in Wells with 3 years specialized experience in certified fire door installations and bespoke woodwork."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vibrate-culture-professional-tattoo-motor_1303-372.jpg",
|
||||
alt: "professional carpenter woodwork portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vibrate-culture-professional-tattoo-motor_1303-372.jpg", alt: "professional carpenter woodwork portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/electronic-repair-instruments-wooden-table_23-2147743062.jpg",
|
||||
alt: "Electronic repair instruments on wooden table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/electronic-repair-instruments-wooden-table_23-2147743062.jpg", alt: "Electronic repair instruments on wooden table"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/workstation-with-carpenter-instruments_23-2148180573.jpg",
|
||||
alt: "Workstation with carpenter instruments",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/workstation-with-carpenter-instruments_23-2148180573.jpg", alt: "Workstation with carpenter instruments"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428257.jpg",
|
||||
alt: "Top view different types of tools",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428257.jpg", alt: "Top view different types of tools"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-set-tools-wooden-table_23-2148428308.jpg",
|
||||
alt: "Top view set of tools on wooden table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-set-tools-wooden-table_23-2148428308.jpg", alt: "Top view set of tools on wooden table"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Services", href: "#features"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified Fire Safety",
|
||||
},
|
||||
type: "text", text: "Certified Fire Safety"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bespoke Joinery",
|
||||
},
|
||||
type: "text", text: "Bespoke Joinery"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Qualified Craftsman",
|
||||
},
|
||||
type: "text", text: "Qualified Craftsman"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local Somerset Service",
|
||||
},
|
||||
type: "text", text: "Local Somerset Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Carpentry",
|
||||
},
|
||||
type: "text", text: "Precision Carpentry"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,7 +89,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Your Trusted Local Carpenter"
|
||||
description="Based in Wells, Somerset, I bring precision and dedication to every carpentry project. My focus is delivering high-quality joinery, with a specialized certification and 3 years of deep experience in fire safety door installations."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-wood-engraving-workshop_23-2149185391.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-wood-engraving-workshop_23-2149185391.jpg"
|
||||
imageAlt="bespoke carpentry somerset workshop"
|
||||
/>
|
||||
</div>
|
||||
@@ -136,55 +101,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Certified Fire Doors",
|
||||
description: "Comprehensive installation and maintenance of certified fire doors to meet all safety standards.",
|
||||
icon: Shield,
|
||||
title: "Certified Fire Doors", description: "Comprehensive installation and maintenance of certified fire doors to meet all safety standards.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-contemplating-male-electrician-looking-away_23-2148087625.jpg",
|
||||
imageAlt: "fire rated door wood finish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-contemplating-male-electrician-looking-away_23-2148087625.jpg", imageAlt: "fire rated door wood finish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2150290087.jpg",
|
||||
imageAlt: "fire rated door wood finish",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vibrate-culture-professional-tattoo-motor_1303-372.jpg",
|
||||
imageAlt: "fire rated door wood finish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2150290087.jpg", imageAlt: "fire rated door wood finish"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Bespoke Joinery",
|
||||
description: "Custom woodwork solutions tailored to your space and specific design requirements.",
|
||||
icon: Tool,
|
||||
title: "Bespoke Joinery", description: "Custom woodwork solutions tailored to your space and specific design requirements.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150713079.jpg",
|
||||
imageAlt: "carpentry door installation service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150713079.jpg", imageAlt: "carpentry door installation service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hardworking-plumber-wearing-safety-gloves-while-cutting-with-saw-some-pipes-build-new-pipeline-system_662251-524.jpg",
|
||||
imageAlt: "carpentry door installation service",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wood-engraving-workshop_23-2149185391.jpg?_wi=2",
|
||||
imageAlt: "fire rated door wood finish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hardworking-plumber-wearing-safety-gloves-while-cutting-with-saw-some-pipes-build-new-pipeline-system_662251-524.jpg", imageAlt: "carpentry door installation service"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "General Carpentry",
|
||||
description: "Reliable repair and installation services for home improvements, doors, and trim.",
|
||||
icon: Tool,
|
||||
title: "General Carpentry", description: "Reliable repair and installation services for home improvements, doors, and trim.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-interior-design-minimal-concept_23-2151902929.jpg",
|
||||
imageAlt: "carpentry door installation service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-interior-design-minimal-concept_23-2151902929.jpg", imageAlt: "carpentry door installation service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-his-wood-shop-with-tools-equipment_23-2150861556.jpg",
|
||||
imageAlt: "carpentry door installation service",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-installing-lamp_23-2147782381.jpg?_wi=1",
|
||||
imageAlt: "fire rated door wood finish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-his-wood-shop-with-tools-equipment_23-2150861556.jpg", imageAlt: "carpentry door installation service"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Specialized Services"
|
||||
@@ -200,25 +141,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "3+",
|
||||
title: "Years Experience",
|
||||
description: "Specialized in safety and joinery",
|
||||
icon: Award,
|
||||
id: "m1", value: "3+", title: "Years Experience", description: "Specialized in safety and joinery", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Safety Compliant",
|
||||
description: "Fire door standards met",
|
||||
icon: CheckCircle,
|
||||
id: "m2", value: "100%", title: "Safety Compliant", description: "Fire door standards met", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100+",
|
||||
title: "Projects Completed",
|
||||
description: "Satisfied Somerset clients",
|
||||
icon: Tool,
|
||||
id: "m3", value: "100+", title: "Projects Completed", description: "Satisfied Somerset clients", icon: Wrench,
|
||||
},
|
||||
]}
|
||||
title="Quality Assured"
|
||||
@@ -233,47 +162,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Smith",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Excellent workmanship on my fire doors. Very professional and thorough.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-installing-lamp_23-2147782381.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "John Smith", handle: "Homeowner", testimonial: "Excellent workmanship on my fire doors. Very professional and thorough.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-installing-lamp_23-2147782381.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Jones",
|
||||
handle: "Business Owner",
|
||||
testimonial: "The quality of joinery provided was outstanding. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-cutting-mdf-board_23-2149384834.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah Jones", handle: "Business Owner", testimonial: "The quality of joinery provided was outstanding. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-cutting-mdf-board_23-2149384834.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Brown",
|
||||
handle: "Property Manager",
|
||||
testimonial: "Great attention to detail and fire safety standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-with-face-mask-talking-phone-while-examining-wood-planks-workshop_637285-11793.jpg",
|
||||
},
|
||||
id: "3", name: "Robert Brown", handle: "Property Manager", testimonial: "Great attention to detail and fire safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-with-face-mask-talking-phone-while-examining-wood-planks-workshop_637285-11793.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma Wilson",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Trustworthy, clean, and delivered exactly what was promised.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278579.jpg",
|
||||
},
|
||||
id: "4", name: "Emma Wilson", handle: "Homeowner", testimonial: "Trustworthy, clean, and delivered exactly what was promised.", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278579.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Taylor",
|
||||
handle: "Local Resident",
|
||||
testimonial: "Professional fire door installation. Very pleased with the results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-engraving-wood-outdoors_23-2149061722.jpg",
|
||||
},
|
||||
id: "5", name: "David Taylor", handle: "Local Resident", testimonial: "Professional fire door installation. Very pleased with the results.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-engraving-wood-outdoors_23-2149061722.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Karen White",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Skilled craftsman, will definitely use again for future projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg",
|
||||
},
|
||||
id: "6", name: "Karen White", handle: "Homeowner", testimonial: "Skilled craftsman, will definitely use again for future projects.", imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg"},
|
||||
]}
|
||||
title="Client Reviews"
|
||||
description="Hear what our clients in Somerset have to say."
|
||||
@@ -284,8 +183,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Me"
|
||||
title="Request a Quote"
|
||||
description="Ready to discuss your next project? Get in touch for a professional carpentry consultation."
|
||||
@@ -298,37 +196,23 @@ export default function LandingPage() {
|
||||
logoText="Wells Carpentry"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Fire Doors",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Fire Doors", href: "#features"},
|
||||
{
|
||||
label: "Custom Joinery",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Custom Joinery", href: "#features"},
|
||||
{
|
||||
label: "General Carpentry",
|
||||
href: "#features",
|
||||
},
|
||||
label: "General Carpentry", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user