7 Commits

Author SHA1 Message Date
ecc6e0e37a Update src/app/services/page.tsx 2026-06-09 00:24:52 +00:00
17b16545af Update src/app/page.tsx 2026-06-09 00:24:51 +00:00
bb3438fb85 Update src/app/gallery/page.tsx 2026-06-09 00:24:51 +00:00
e410c4b781 Update src/app/contact/page.tsx 2026-06-09 00:24:50 +00:00
f21a9579b3 Merge version_1 into main
Merge version_1 into main
2026-06-09 00:07:57 +00:00
a27d417dc7 Merge version_1 into main
Merge version_1 into main
2026-06-09 00:04:02 +00:00
ecd0dcde20 Merge version_1 into main
Merge version_1 into main
2026-06-09 00:02:54 +00:00
4 changed files with 33 additions and 93 deletions

View File

@@ -14,7 +14,7 @@ export default function LandingPage() {
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="rounded" borderRadius="rounded"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles" sizing="largeSmallSizeMediumTitles"
background="noise" background="noise"
cardStyle="glass-depth" cardStyle="glass-depth"
primaryButtonStyle="radial-glow" primaryButtonStyle="radial-glow"
@@ -26,26 +26,16 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Gallery", name: "Gallery", id: "/gallery"},
id: "/gallery",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
button={{ button={{
text: "Get a Free Quote", text: "Get a Free Quote", href: "/contact"}}
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"
@@ -56,18 +46,13 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
text="Ready to Transform Your Floors? Contact Us for a Free Quote Today!" text="Ready to Transform Your Floors? Contact Us for a Free Quote Today!"
buttons={[ buttons={[
{ {
text: "Call Us Now: (555) 123-4567", text: "Call Us Now: (555) 123-4567", href: "tel:+15551234567"},
href: "tel:+15551234567",
},
{ {
text: "Email Us: info@floorcraft.com", text: "Email Us: info@floorcraft.com", href: "mailto:info@floorcraft.com"},
href: "mailto:info@floorcraft.com",
},
]} ]}
/> />
</div> </div>
@@ -78,35 +63,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "faq-1", 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."},
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", 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."},
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", 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."},
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", 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."},
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", 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."},
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", 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: "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" 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." description="Got questions? We've got answers. Find out everything you need to know about hardwood installation, sanding, maintenance, and our process."
@@ -118,66 +85,39 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "Services", label: "Services", href: "/services"},
href: "/services",
},
{ {
label: "Gallery", label: "Gallery", href: "/gallery"},
href: "/gallery",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Hardwood Installation", label: "Hardwood Installation", href: "/services#hardwood-installation"},
href: "/services#hardwood-installation",
},
{ {
label: "Floor Sanding", label: "Floor Sanding", href: "/services#floor-sanding"},
href: "/services#floor-sanding",
},
{ {
label: "Free Estimates", label: "Free Estimates", href: "/services#free-estimates"},
href: "/services#free-estimates",
},
{ {
label: "Custom Designs", label: "Custom Designs", href: "/services#custom-designs"},
href: "/services#custom-designs",
},
], ],
}, },
{ {
title: "About Us", title: "About Us", items: [
items: [
{ {
label: "Our Story", label: "Our Story", href: "/#about"},
href: "/#about",
},
{ {
label: "Testimonials", label: "Testimonials", href: "/#home-testimonials"},
href: "/#home-testimonials",
},
{ {
label: "Service Areas", label: "Service Areas", href: "/services#service-areas"},
href: "/services#service-areas",
},
{ {
label: "FAQs", label: "FAQs", href: "/contact#faq"},
href: "/contact#faq",
},
], ],
}, },
]} ]}

View File

@@ -14,7 +14,7 @@ export default function GalleryPage() {
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="rounded" borderRadius="rounded"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles" sizing="largeSmallSizeMediumTitles"
background="noise" background="noise"
cardStyle="glass-depth" cardStyle="glass-depth"
primaryButtonStyle="radial-glow" primaryButtonStyle="radial-glow"

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="rounded" borderRadius="rounded"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles" sizing="largeSmallSizeMediumTitles"
background="noise" background="noise"
cardStyle="glass-depth" cardStyle="glass-depth"
primaryButtonStyle="radial-glow" primaryButtonStyle="radial-glow"

View File

@@ -16,7 +16,7 @@ export default function LandingPage() {
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="rounded" borderRadius="rounded"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles" sizing="largeSmallSizeMediumTitles"
background="noise" background="noise"
cardStyle="glass-depth" cardStyle="glass-depth"
primaryButtonStyle="radial-glow" primaryButtonStyle="radial-glow"