Update src/app/services/page.tsx
This commit is contained in:
@@ -28,26 +28,16 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "/contact"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238289-ovhlz3j6.png"
|
||||
logoAlt="FloorCraft Logo"
|
||||
brandName="FloorCraft"
|
||||
@@ -61,79 +51,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Hardwood Installation",
|
||||
description: "From selection to installation, we guide you through choosing the perfect hardwood, ensuring a beautiful and lasting addition to your home.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-living-room_1203-2344.jpg",
|
||||
imageAlt: "Hardwood floor installation",
|
||||
},
|
||||
title: "Hardwood Installation", description: "From selection to installation, we guide you through choosing the perfect hardwood, ensuring a beautiful and lasting addition to your home.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-living-room_1203-2344.jpg", imageAlt: "Hardwood floor installation"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Wide Selection",
|
||||
},
|
||||
text: "Wide Selection"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Dust-Free Process",
|
||||
},
|
||||
text: "Dust-Free Process"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Lasting Durability",
|
||||
},
|
||||
text: "Lasting Durability"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238289-ovhlz3j6.png?_wi=2",
|
||||
imageAlt: "luxurious hardwood floor installation finished room",
|
||||
},
|
||||
{
|
||||
title: "Floor Sanding & Refinishing",
|
||||
description: "Breathe new life into old floors. Our meticulous sanding and refinishing services restore their original luster and protect them for years to come.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-housewife-with-yellow-gloves-cleaning-floor_140725-12662.jpg",
|
||||
imageAlt: "Floor sanding and refinishing",
|
||||
},
|
||||
title: "Floor Sanding & Refinishing", description: "Breathe new life into old floors. Our meticulous sanding and refinishing services restore their original luster and protect them for years to come.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-housewife-with-yellow-gloves-cleaning-floor_140725-12662.jpg", imageAlt: "Floor sanding and refinishing"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Color Matching",
|
||||
},
|
||||
text: "Color Matching"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Scratch Removal",
|
||||
},
|
||||
text: "Scratch Removal"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Protective Coats",
|
||||
},
|
||||
text: "Protective Coats"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238290-d9zo6f2r.png?_wi=3",
|
||||
imageAlt: "luxurious hardwood floor installation finished room",
|
||||
},
|
||||
{
|
||||
title: "Custom Flooring Designs",
|
||||
description: "Elevate your space with unique patterns, borders, and inlay designs. We craft bespoke flooring solutions that reflect your personal style and vision.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-outdoors-arrangement_23-2149135744.jpg",
|
||||
imageAlt: "Custom patterned hardwood floor",
|
||||
},
|
||||
title: "Custom Flooring Designs", description: "Elevate your space with unique patterns, borders, and inlay designs. We craft bespoke flooring solutions that reflect your personal style and vision.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-outdoors-arrangement_23-2149135744.jpg", imageAlt: "Custom patterned hardwood floor"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Unique Patterns",
|
||||
},
|
||||
text: "Unique Patterns"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Decorative Inlays",
|
||||
},
|
||||
text: "Decorative Inlays"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Personalized Style",
|
||||
},
|
||||
text: "Personalized Style"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238290-vzc55io2.png?_wi=2",
|
||||
imageAlt: "luxurious hardwood floor installation finished room",
|
||||
},
|
||||
]}
|
||||
title="Your Complete Flooring Solution"
|
||||
@@ -148,44 +111,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "estimate",
|
||||
badge: "No Obligation",
|
||||
badgeIcon: Sparkles,
|
||||
price: "FREE",
|
||||
subtitle: "Comprehensive Quote",
|
||||
buttons: [
|
||||
id: "estimate", badge: "No Obligation", badgeIcon: Sparkles,
|
||||
price: "FREE", subtitle: "Comprehensive Quote", buttons: [
|
||||
{
|
||||
text: "Request Your Free Estimate",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Your Free Estimate", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"On-site measurement & assessment",
|
||||
"Detailed project breakdown",
|
||||
"Material recommendations",
|
||||
"Timeline estimation",
|
||||
"No hidden fees",
|
||||
],
|
||||
"On-site measurement & assessment", "Detailed project breakdown", "Material recommendations", "Timeline estimation", "No hidden fees"],
|
||||
},
|
||||
{
|
||||
id: "consultation",
|
||||
badge: "Expert Advice",
|
||||
badgeIcon: ListChecks,
|
||||
price: "Custom",
|
||||
subtitle: "Project Consultation",
|
||||
buttons: [
|
||||
id: "consultation", badge: "Expert Advice", badgeIcon: ListChecks,
|
||||
price: "Custom", subtitle: "Project Consultation", buttons: [
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule a Consultation", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"In-depth design discussion",
|
||||
"Material samples & finishes",
|
||||
"Personalized style guidance",
|
||||
"Budget planning support",
|
||||
"Long-term maintenance tips",
|
||||
],
|
||||
"In-depth design discussion", "Material samples & finishes", "Personalized style guidance", "Budget planning support", "Long-term maintenance tips"],
|
||||
},
|
||||
]}
|
||||
title="Ready for Your Dream Floors?"
|
||||
@@ -200,35 +141,17 @@ export default function LandingPage() {
|
||||
tag="Our Reach"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Georgia",
|
||||
description: "Extensive Coverage",
|
||||
},
|
||||
id: "1", value: "Georgia", description: "Extensive Coverage"},
|
||||
{
|
||||
id: "2",
|
||||
value: "Florida",
|
||||
description: "Sunshine State Projects",
|
||||
},
|
||||
id: "2", value: "Florida", description: "Sunshine State Projects"},
|
||||
{
|
||||
id: "3",
|
||||
value: "South Carolina",
|
||||
description: "Coastal to Inland",
|
||||
},
|
||||
id: "3", value: "South Carolina", description: "Coastal to Inland"},
|
||||
{
|
||||
id: "4",
|
||||
value: "Alabama",
|
||||
description: "Heart of the South",
|
||||
},
|
||||
id: "4", value: "Alabama", description: "Heart of the South"},
|
||||
{
|
||||
id: "5",
|
||||
value: "North Carolina",
|
||||
description: "Mountain to Sea",
|
||||
},
|
||||
id: "5", value: "North Carolina", description: "Mountain to Sea"},
|
||||
{
|
||||
id: "6",
|
||||
value: "Mississippi",
|
||||
description: "Magnolia State Floors",
|
||||
},
|
||||
id: "6", value: "Mississippi", description: "Magnolia State Floors"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -238,66 +161,39 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Hardwood Installation",
|
||||
href: "/services#hardwood-installation",
|
||||
},
|
||||
label: "Hardwood Installation", href: "/services#hardwood-installation"},
|
||||
{
|
||||
label: "Floor Sanding",
|
||||
href: "/services#floor-sanding",
|
||||
},
|
||||
label: "Floor Sanding", href: "/services#floor-sanding"},
|
||||
{
|
||||
label: "Free Estimates",
|
||||
href: "/services#free-estimates",
|
||||
},
|
||||
label: "Free Estimates", href: "/services#free-estimates"},
|
||||
{
|
||||
label: "Custom Designs",
|
||||
href: "/services#custom-designs",
|
||||
},
|
||||
label: "Custom Designs", href: "/services#custom-designs"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/#about",
|
||||
},
|
||||
label: "Our Story", href: "/#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/#home-testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/#home-testimonials"},
|
||||
{
|
||||
label: "Service Areas",
|
||||
href: "/services#service-areas",
|
||||
},
|
||||
label: "Service Areas", href: "/services#service-areas"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "FAQs", href: "/contact#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user