33 Commits

Author SHA1 Message Date
fdaf2107da Update src/app/page.tsx 2026-06-09 23:37:28 +00:00
a6494a783f Update src/app/gallery/page.tsx 2026-06-09 23:37:27 +00:00
94d93b9076 Update src/app/gallery/page.tsx 2026-06-09 23:37:00 +00:00
d9a8e313bd Update src/app/page.tsx 2026-06-09 23:36:01 +00:00
23590f9f07 Update src/app/service-areas/page.tsx 2026-06-09 23:35:15 +00:00
4eae5ddc0f Update src/app/page.tsx 2026-06-09 23:35:14 +00:00
3a54d4e5c7 Add src/app/service-areas/page.tsx 2026-06-09 23:34:40 +00:00
62a763af5c Update src/app/page.tsx 2026-06-09 23:34:40 +00:00
2126638860 Update src/app/gallery/page.tsx 2026-06-09 23:34:40 +00:00
80c05f196d Update src/app/contact/page.tsx 2026-06-09 23:34:39 +00:00
a6b6f6b414 Merge version_8 into main
Merge version_8 into main
2026-06-09 23:27:11 +00:00
5002c80afd Update src/app/contact/page.tsx 2026-06-09 23:27:08 +00:00
4389f8942f Merge version_6 into main
Merge version_6 into main
2026-06-09 23:20:16 +00:00
d513885a41 Update src/app/services/page.tsx 2026-06-09 23:20:13 +00:00
949ebcfddb Switch to version 6: remove src/middleware.ts 2026-06-09 23:18:52 +00:00
7a8945520d Switch to version 6: remove src/i18n.ts 2026-06-09 23:18:51 +00:00
892ae4d405 Switch to version 6: modified src/app/page.tsx 2026-06-09 23:18:51 +00:00
c941dab6e0 Merge version_7 into main
Merge version_7 into main
2026-06-09 18:19:09 +00:00
cf88db674c Update src/middleware.ts 2026-06-09 18:19:06 +00:00
012cbee2ab Update src/i18n.ts 2026-06-09 18:19:05 +00:00
1415f0e81f Merge version_7 into main
Merge version_7 into main
2026-06-09 18:18:27 +00:00
23e14db1db Update src/middleware.ts 2026-06-09 18:18:24 +00:00
cf045f2fe3 Update src/i18n.ts 2026-06-09 18:18:23 +00:00
57a2c861f2 Merge version_7 into main
Merge version_7 into main
2026-06-09 18:17:43 +00:00
4f81d84966 Update src/middleware.ts 2026-06-09 18:17:36 +00:00
4d96ffda9f Update src/i18n.ts 2026-06-09 18:17:35 +00:00
0fc491d50a Merge version_7 into main
Merge version_7 into main
2026-06-09 18:14:12 +00:00
f6f4a060cc Add src/middleware.ts 2026-06-09 18:14:06 +00:00
1e2b792f1b Add src/i18n.ts 2026-06-09 18:14:05 +00:00
6fb7e95ae6 Update src/app/page.tsx 2026-06-09 18:14:05 +00:00
43be323bc1 Switch to version 5: modified src/app/gallery/page.tsx 2026-06-09 01:46:46 +00:00
505d29e43d Switch to version 4: modified src/app/gallery/page.tsx 2026-06-09 01:46:31 +00:00
b8aae73ccd Merge version_5 into main
Merge version_5 into main
2026-06-09 01:42:51 +00:00
5 changed files with 248 additions and 207 deletions

View File

@@ -2,12 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import FooterBase from '@/components/sections/footer/FooterBase';
import ContactText from '@/components/sections/contact/ContactText';
export default function LandingPage() { export default function ContactPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="directional-hover" defaultButtonVariant="directional-hover"
@@ -25,60 +24,35 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ { name: "Home", id: "/" },
name: "Home", id: "/"}, { name: "Services", id: "/services" },
{ { name: "Gallery", id: "/gallery" },
name: "Services", id: "/services"}, { name: "Contact", id: "/contact" },
{
name: "Gallery", id: "/gallery"},
{
name: "Contact", id: "/contact"},
]} ]}
button={{ 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" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238289-ovhlz3j6.png"
logoAlt="FloorCraft Logo" logoAlt="FloorCraft Logo"
brandName="FloorCraft" brandName="FloorCraft"
/> />
</div> </div>
<div id="contact-form" data-section="contact-form"> <div id="contact-form-section" data-section="contact-form-section">
<ContactText <ContactText
text="Ready to transform your floors? Fill out the form below to get a free, no-obligation quote or to send us your inquiry. We're here to help!"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
background={{
variant: "plain"}}
text="Ready to Transform Your Floors? Contact Us for a Free Quote Today!"
buttons={[ buttons={[
{ {
text: "Call Us Now: (770) 374-7706", href: "tel:+15551234567"}, text: "Call Us Today", href: "tel:+1234567890"
},
{ {
text: "Email Us: Floorcraftt@gmail.com", href: "mailto:info@floorcraft.com"}, text: "Email Us", href: "mailto:info@floorcraft.com"
}
]} ]}
/> />
</div> {/* A multi-field form for inquiries and quote requests would be placed here.
The current component registry does not contain a suitable component
<div id="faq" data-section="faq"> for this, so ContactText is used as a placeholder for the section's purpose. */}
<FaqDouble
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "faq-1", title: "What types of hardwood floors do you install?", content: "We install all types of hardwood flooring, including solid hardwood, engineered hardwood, and parquet. We also work with a variety of wood species like oak, maple, hickory, and more."},
{
id: "faq-2", title: "Is your floor sanding process dust-free?", content: "Yes, we utilize state-of-the-art dust containment systems during our sanding process to minimize dust and ensure a cleaner environment for your home."},
{
id: "faq-3", title: "How long does a typical installation take?", content: "The duration of an installation depends on the size of the area, the type of flooring, and any necessary prep work. We provide a detailed timeline with your free estimate."},
{
id: "faq-4", title: "Do you offer free estimates?", content: "Absolutely! We offer complimentary, no-obligation estimates for all our services. Contact us to schedule your on-site assessment."},
{
id: "faq-5", title: "What areas do you serve?", content: "FloorCraft proudly serves homes across Georgia, Florida, South Carolina, Alabama, North Carolina, and Mississippi. Check our service areas section for more details."},
{
id: "faq-6", title: "How do I maintain my new hardwood floors?", content: "We provide comprehensive care instructions upon completion of your project. Generally, regular sweeping, damp mopping, and avoiding harsh chemicals are key."},
]}
title="Common Questions About Flooring"
description="Got questions? We've got answers. Find out everything you need to know about hardwood installation, sanding, maintenance, and our process."
faqsAnimation="slide-up"
/>
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
@@ -86,38 +60,26 @@ export default function LandingPage() {
columns={[ columns={[
{ {
title: "Navigation", items: [ title: "Navigation", items: [
{ { label: "Home", href: "/" },
label: "Home", href: "/"}, { label: "Services", href: "/services" },
{ { label: "Gallery", href: "/gallery" },
label: "Services", href: "/services"}, { label: "Contact", href: "/contact" },
{
label: "Gallery", href: "/gallery"},
{
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: "Free Estimates", href: "/services#free-estimates" },
label: "Floor Sanding", href: "/services#floor-sanding"}, { label: "Custom Designs", href: "/services#custom-designs" },
{
label: "Free Estimates", href: "/services#free-estimates"},
{
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: "Service Areas", href: "/services#service-areas" },
label: "Testimonials", href: "/#home-testimonials"}, { label: "FAQs", href: "/contact" },
{
label: "Service Areas", href: "/services#service-areas"},
{
label: "FAQs", href: "/contact#faq"},
], ],
}, },
]} ]}

View File

@@ -7,6 +7,32 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
export default function GalleryPage() { export default function GalleryPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Service Areas", id: "/service-areas" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
];
const products = [
{
id: "1", brand: "FloorCraft", name: "Classic Oak Hardwood", price: "$8.50/sqft", rating: 4.8,
reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780966870626-bmc3gsu8.png?_wi=2", imageAlt: "Classic Oak Hardwood Installation"},
{
id: "2", brand: "FloorCraft", name: "Herringbone Parquet", price: "$12.00/sqft", rating: 4.9,
reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780966945561-9h6uh1nb.png?_wi=2", imageAlt: "Herringbone Parquet Refinishing"},
{
id: "3", brand: "FloorCraft", name: "Modern Grey Laminate", price: "$6.25/sqft", rating: 4.5,
reviewCount: "78", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780966973320-uqhq8km9.png?_wi=2", imageAlt: "Modern Grey Laminate Installation"},
{
id: "4", brand: "FloorCraft", name: "Dark Walnut Restoration", price: "$10.00/sqft", rating: 4.7,
reviewCount: "110", imageSrc: "https://img.b2bpic.net/free-photo/rustic-weathered-wood-surface-with-long-boards-lined-up_24972-248.jpg?id=3913052", imageAlt: "Dark Walnut Floor Restoration"},
{
id: "5", brand: "FloorCraft", name: "White Oak Finish", price: "$9.00/sqft", rating: 4.6,
reviewCount: "85", imageSrc: "https://img.b2bpic.net/free-photo/herringbone-stairs-flooring-wooden-chevron-modern-finish_169016-68991.jpg?id=420756080", imageAlt: "White Oak Floor Finishing"}
];
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="directional-hover" defaultButtonVariant="directional-hover"
@@ -23,41 +49,27 @@ export default function GalleryPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={navItems}
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
]}
button={{ 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" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238289-ovhlz3j6.png"
logoAlt="FloorCraft Logo" logoAlt="FloorCraft Logo"
brandName="FloorCraft" brandName="FloorCraft"
/> />
</div> </div>
<div id="project-gallery" data-section="project-gallery"> <div id="gallery-products" data-section="gallery-products">
<ProductCardTwo <ProductCardTwo
animationType="scale-rotate" title="Our Recent Projects & Materials"
description="Explore the quality and craftsmanship of FloorCraft through our diverse portfolio of hardwood installations, refinishing, and custom floor designs."
products={products}
animationType="slide-up"
gridVariant="two-columns-alternating-heights"
textboxLayout="default" textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={false} useInvertedBackground={false}
carouselMode="buttons"
products={[
{ id: "project-1", brand: "Hardwood", name: "Modern Kitchen Refinish", price: "", rating: 5, reviewCount: "25", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238290-d9zo6f2r.png", imageAlt: "Modern kitchen with newly refinished hardwood floors" },
{ id: "project-2", brand: "Custom", name: "Geometric Entryway Design", price: "", rating: 5, reviewCount: "18", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238290-vzc55io2.png", imageAlt: "Intricate geometric hardwood floor design in entryway" },
{ id: "project-3", brand: "Dark Oak", name: "Elegant Living Room Install", price: "", rating: 5, reviewCount: "32", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780966652304-xfnb27na.png", imageAlt: "Worker installing dark oak hardwood floors in living room" },
{ id: "project-4", brand: "Natural Oak", name: "Bright Office Space", price: "", rating: 5, reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780967930309-ylogas5d.png", imageAlt: "Bright office space with newly installed natural oak flooring" },
{ id: "project-5", brand: "Mahogany", name: "Classic Dining Area", price: "", rating: 5, reviewCount: "20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780968009290-vn12hcty.png", imageAlt: "Classic dining area with rich mahogany hardwood floors" },
{ id: "project-6", brand: "Maple", name: "Spacious Bedroom", price: "", rating: 5, reviewCount: "10", imageSrc: "https://img.b2bpic.net/free-photo/close-up-wooden-surface_23-2147731715.jpg?id=1526425", imageAlt: "Spacious bedroom with light maple hardwood flooring" }
]}
title="Our Gallery: Crafting Beautiful Floors"
description="Explore a selection of our finest flooring projects. Each image tells a story of dedication, precision, and the lasting beauty FloorCraft brings to every home."
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
columns={[ columns={[
@@ -66,26 +78,22 @@ export default function GalleryPage() {
{ 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: "/service-areas" },
{ label: "FAQs", href: "/contact#faq" } { label: "FAQs", href: "/contact#faq" }]
] }]}
}
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238289-ovhlz3j6.png" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238289-ovhlz3j6.png"
logoAlt="FloorCraft Logo" logoAlt="FloorCraft Logo"
logoText="FloorCraft" logoText="FloorCraft"

View File

@@ -29,14 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ { name: "Home", id: "/" },
name: "Home", id: "/"}, { name: "Services", id: "/services" },
{ { name: "Service Areas", id: "/service-areas" },
name: "Services", id: "/services"}, { name: "Gallery", id: "/gallery" },
{ { name: "Contact", id: "/contact" }
name: "Gallery", id: "/gallery"},
{
name: "Contact", id: "/contact"},
]} ]}
button={{ button={{
text: "Get a Free Quote", href: "/contact"}} text: "Get a Free Quote", href: "/contact"}}
@@ -59,16 +56,14 @@ export default function LandingPage() {
{ {
value: "500+", label: "Projects Completed"}, value: "500+", label: "Projects Completed"},
{ {
value: "5-Star", label: "Customer Satisfaction"}, value: "5-Star", label: "Customer Satisfaction"}]}
]}
enableKpiAnimation={true} enableKpiAnimation={true}
tag="Trusted & Experienced" tag="Trusted & Experienced"
buttons={[ buttons={[
{ {
text: "Explore Services", href: "/services"}, text: "Explore Services", href: "/services"},
{ {
text: "Get a Free Quote", href: "/contact"}, text: "Get a Free Quote", href: "/contact"}]}
]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780966820443-2vc4yi0u.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780966820443-2vc4yi0u.png"
imageAlt="Newly installed hardwood floor in a modern kitchen" imageAlt="Newly installed hardwood floor in a modern kitchen"
@@ -83,8 +78,7 @@ export default function LandingPage() {
{ {
src: "https://img.b2bpic.net/free-photo/rustic-reclaimed-wood-planks-texture_84443-73858.jpg?id=426436371", alt: "Client testimonial"}, src: "https://img.b2bpic.net/free-photo/rustic-reclaimed-wood-planks-texture_84443-73858.jpg?id=426436371", alt: "Client testimonial"},
{ {
src: "https://img.b2bpic.net/free-vector/small-wooden-blocks-texture_1100-47.jpg?id=851179", alt: "Trusted customer"}, src: "https://img.b2bpic.net/free-vector/small-wooden-blocks-texture_1100-47.jpg?id=851179", alt: "Trusted customer"}]}
]}
avatarText="" avatarText=""
marqueeItems={[ marqueeItems={[
{ {
@@ -96,8 +90,7 @@ export default function LandingPage() {
{ {
type: "text", text: "Dust-Free Sanding"}, type: "text", text: "Dust-Free Sanding"},
{ {
type: "text", text: "Free Consultations"}, type: "text", text: "Free Consultations"}]}
]}
/> />
</div> </div>
@@ -114,8 +107,7 @@ export default function LandingPage() {
label: "Personalized Service", value: "Client-Focused"}, label: "Personalized Service", value: "Client-Focused"},
{ {
icon: Cog, icon: Cog,
label: "Experienced Professionals", value: "Since 2012"}, label: "Experienced Professionals", value: "Since 2012"}]}
]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
</div> </div>
@@ -128,7 +120,7 @@ export default function LandingPage() {
features={[ features={[
{ {
title: "Hardwood Floor Installation", description: "Expert installation of all hardwood types, ensuring a seamless and durable finish that enhances your home's aesthetic.", media: { title: "Hardwood Floor Installation", description: "Expert installation of all hardwood types, ensuring a seamless and durable finish that enhances your home's aesthetic.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780966870626-bmc3gsu8.png", imageAlt: "Hardwood floor installation"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780966870626-bmc3gsu8.png?_wi=1", imageAlt: "Hardwood floor installation"},
items: [ items: [
{ {
icon: Home, icon: Home,
@@ -138,13 +130,11 @@ export default function LandingPage() {
text: "Material Sourcing"}, text: "Material Sourcing"},
{ {
icon: Star, icon: Star,
text: "Quality Guaranteed"}, text: "Quality Guaranteed"}],
], reverse: false},
reverse: false,
},
{ {
title: "Professional Floor Sanding", description: "Restore the natural beauty of your existing hardwood floors with our dust-free sanding and refinishing services, bringing them back to life.", media: { title: "Professional Floor Sanding", description: "Restore the natural beauty of your existing hardwood floors with our dust-free sanding and refinishing services, bringing them back to life.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780966945561-9h6uh1nb.png", imageAlt: "Floor sanding service"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780966945561-9h6uh1nb.png?_wi=1", imageAlt: "Floor sanding service"},
items: [ items: [
{ {
icon: Brush, icon: Brush,
@@ -154,13 +144,11 @@ export default function LandingPage() {
text: "Dustless System"}, text: "Dustless System"},
{ {
icon: Paintbrush, icon: Paintbrush,
text: "Stain Matching"}, text: "Stain Matching"}],
], reverse: true},
reverse: true,
},
{ {
title: "Free Estimates & Consultation", description: "Start your flooring project with confidence. We offer complimentary, no-obligation estimates and expert advice tailored to your needs.", media: { title: "Free Estimates & Consultation", description: "Start your flooring project with confidence. We offer complimentary, no-obligation estimates and expert advice tailored to your needs.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780966973320-uqhq8km9.png", imageAlt: "Free flooring estimate"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780966973320-uqhq8km9.png?_wi=1", imageAlt: "Free flooring estimate"},
items: [ items: [
{ {
icon: ClipboardCheck, icon: ClipboardCheck,
@@ -170,11 +158,8 @@ export default function LandingPage() {
text: "Expert Advice"}, text: "Expert Advice"},
{ {
icon: Calendar, icon: Calendar,
text: "Flexible Scheduling"}, text: "Flexible Scheduling"}],
], reverse: false}]}
reverse: false,
},
]}
title="Experience the Art of Flooring with FloorCraft" title="Experience the Art of Flooring with FloorCraft"
description="From classic hardwoods to modern finishes, our family's expertise ensures your floors are a masterpiece. Explore our comprehensive services designed to bring beauty and durability to your home." description="From classic hardwoods to modern finishes, our family's expertise ensures your floors are a masterpiece. Explore our comprehensive services designed to bring beauty and durability to your home."
/> />
@@ -192,8 +177,7 @@ export default function LandingPage() {
{ {
value: "98%", label: "Client Retention"}, value: "98%", label: "Client Retention"},
{ {
value: "100%", label: "Satisfaction"}, value: "100%", label: "Satisfaction"}]}
]}
title="What Our Family of Customers Says" title="What Our Family of Customers Says"
description="Hearing from our satisfied clients is the greatest reward. Their trust in our craftsmanship and personal approach is the foundation of our business." description="Hearing from our satisfied clients is the greatest reward. Their trust in our craftsmanship and personal approach is the foundation of our business."
/> />
@@ -222,9 +206,7 @@ export default function LandingPage() {
{ {
label: "Gallery", href: "/gallery"}, label: "Gallery", href: "/gallery"},
{ {
label: "Contact", href: "/contact"}, label: "Contact", href: "/contact"}]},
],
},
{ {
title: "Services", items: [ title: "Services", items: [
{ {
@@ -234,9 +216,7 @@ export default function LandingPage() {
{ {
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: [
{ {
@@ -244,12 +224,9 @@ export default function LandingPage() {
{ {
label: "Testimonials", href: "/#home-testimonials"}, label: "Testimonials", href: "/#home-testimonials"},
{ {
label: "Service Areas", href: "/services#service-areas"}, label: "Service Areas", href: "/service-areas"},
{ {
label: "FAQs", href: "/contact#faq"}, label: "FAQs", href: "/contact#faq"}]}]}
],
},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238289-ovhlz3j6.png" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238289-ovhlz3j6.png"
logoAlt="FloorCraft Logo" logoAlt="FloorCraft Logo"
logoText="FloorCraft" logoText="FloorCraft"

View File

@@ -0,0 +1,94 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import FooterBase from '@/components/sections/footer/FooterBase';
import LegalSection from '@/components/legal/LegalSection';
export default function ServiceAreasPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="noise"
cardStyle="glass-depth"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Service Areas", id: "/service-areas" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" }
]}
button={{
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"
/>
</div>
<div id="service-areas-content" data-section="service-areas-content">
<LegalSection
layout="section"
title="Our Service Areas"
subtitle="We proudly serve the following states with our expert flooring services."
sections={[
{
heading: "States We Serve",content: [
{ type: "list", items: ["Georgia", "Florida", "South Carolina", "Alabama", "North Carolina", "Mississippi"] }
]
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Navigation",items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Gallery", href: "/gallery" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Services",items: [
{ label: "Hardwood Installation", href: "/services#hardwood-installation" },
{ label: "Floor Sanding", href: "/services#floor-sanding" },
{ label: "Free Estimates", href: "/services#free-estimates" },
{ label: "Custom Designs", href: "/services#custom-designs" }
]
},
{
title: "About Us",items: [
{ label: "Our Story", href: "/#about" },
{ label: "Testimonials", href: "/#home-testimonials" },
{ label: "Service Areas", href: "/service-areas" },
{ label: "FAQs", href: "/contact#faq" }
]
}
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238289-ovhlz3j6.png"
logoAlt="FloorCraft Logo"
logoText="FloorCraft"
copyrightText="© 2024 FloorCraft. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}