Compare commits
32 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5002c80afd | |||
| 4389f8942f | |||
| d513885a41 | |||
| 949ebcfddb | |||
| 7a8945520d | |||
| 892ae4d405 | |||
| c941dab6e0 | |||
| cf88db674c | |||
| 012cbee2ab | |||
| 1415f0e81f | |||
| 23e14db1db | |||
| cf045f2fe3 | |||
| 57a2c861f2 | |||
| 4f81d84966 | |||
| 4d96ffda9f | |||
| 0fc491d50a | |||
| f6f4a060cc | |||
| 1e2b792f1b | |||
| 6fb7e95ae6 | |||
| 43be323bc1 | |||
| 505d29e43d | |||
| b8aae73ccd | |||
| c5bcaeb4d6 | |||
| 1d9de79804 | |||
| 43b744834f | |||
| d83cd58912 | |||
| f6382e718d | |||
| 79536575ea | |||
| 851a0d43c7 | |||
| e74b4c6011 | |||
| 62654db3c3 | |||
| f2644003d7 |
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
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 ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -23,7 +23,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home", id: "/"},
|
name: "Home", id: "/"},
|
||||||
@@ -34,31 +34,31 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "/contact"},
|
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"
|
brandName="FloorCraft"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact-form" data-section="contact-form">
|
<div id="contact-form" data-section="contact-form">
|
||||||
<ContactText
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
text="Ready to Transform Your Floors? Contact Us for a Free Quote Today!"
|
title="Ready to Transform Your Floors?"
|
||||||
buttons={[
|
description="Contact Us for a Free Quote Today!"
|
||||||
{
|
tag="Get in Touch"
|
||||||
text: "Call Us Now: (770) 374-7706", href: "tel:+15551234567"},
|
imageSrc="https://img.b2bpic.net/free-photo/young-man-working-computer-desk_23-2147814498.jpg?id=433612503"
|
||||||
{
|
imageAlt="Contact us for a free quote"
|
||||||
text: "Email Us: Floorcraftt@gmail.com", href: "mailto:info@floorcraft.com"},
|
mediaPosition="right"
|
||||||
]}
|
mediaAnimation="slide-up"
|
||||||
|
inputPlaceholder="Your Email"
|
||||||
|
buttonText="Submit Request"
|
||||||
|
termsText="By submitting, you agree to our Terms and Conditions."
|
||||||
|
onSubmit={(email) => console.log(email)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqDouble
|
<FaqSplitMedia
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
@@ -78,53 +78,22 @@ export default function LandingPage() {
|
|||||||
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."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
imageSrc="https://img.b2bpic.net/free-photo/modern-interior-design-with-empty-wall_23-2151044458.jpg?id=413550269"
|
||||||
|
imageAlt="FAQ section media"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
|
mediaPosition="left"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterLogoReveal
|
||||||
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: "/services#service-areas"},
|
|
||||||
{
|
|
||||||
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"
|
||||||
copyrightText="© 2024 FloorCraft. All rights reserved."
|
leftLink={{
|
||||||
|
text: "Home", href: "/"}}
|
||||||
|
rightLink={{
|
||||||
|
text: "Contact", href: "/contact"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
|
|
||||||
export default function GalleryPage() {
|
export default function GalleryPage() {
|
||||||
@@ -30,7 +29,8 @@ export default function GalleryPage() {
|
|||||||
{ name: "Gallery", id: "/gallery" },
|
{ name: "Gallery", id: "/gallery" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Get a Free Quote", href: "/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"
|
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"
|
||||||
@@ -57,27 +57,6 @@ export default function GalleryPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="gallery-testimonials" data-section="gallery-testimonials">
|
|
||||||
<TestimonialCardSixteen
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
testimonials={[
|
|
||||||
{ id: "g-1", name: "Olivia Wilson", role: "Home Remodeler", company: "Alpharetta, GA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-choosing-color_23-2148903521.jpg", imageAlt: "Olivia Wilson" },
|
|
||||||
{ id: "g-2", name: "Liam Brown", role: "Residential Client", company: "Roswell, GA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13338.jpg", imageAlt: "Liam Brown" },
|
|
||||||
{ id: "g-3", name: "Ava Garcia", role: "Custom Home Builder", company: "Atlanta, GA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-posing_23-2148563434.jpg", imageAlt: "Ava Garcia" },
|
|
||||||
{ id: "g-4", name: "Noah Miller", role: "Property Investor", company: "Sandy Springs, GA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68234.jpg", imageAlt: "Noah Miller" },
|
|
||||||
{ id: "g-5", name: "Sophia Davis", role: "Homeowner", company: "Johns Creek, GA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-smiling-camera_74855-10028.jpg", imageAlt: "Sophia Davis" }
|
|
||||||
]}
|
|
||||||
kpiItems={[
|
|
||||||
{ value: "Flawless", label: "Finishes" },
|
|
||||||
{ value: "Artistry", label: "in Every Plank" },
|
|
||||||
{ value: "Happy", label: "Homes" }
|
|
||||||
]}
|
|
||||||
title="Hear From Homeowners We've Transformed"
|
|
||||||
description="See why families trust FloorCraft for their most cherished spaces. Our gallery showcases not just floors, but homes brought to life."
|
|
||||||
animationType="depth-3d"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
|
|||||||
Reference in New Issue
Block a user