|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
|
|
|
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
|
|
|
import MediaAbout from "@/components/sections/about/MediaAbout";
|
|
|
|
import MediaAbout from "@/components/sections/about/MediaAbout";
|
|
|
|
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
|
|
|
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
|
|
|
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
|
|
|
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
|
|
|
@@ -44,10 +44,9 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroBillboardScroll
|
|
|
|
<HeroOverlay
|
|
|
|
title="Handcrafted Excellence Meets Your Vision"
|
|
|
|
title="Handcrafted Excellence Meets Your Vision"
|
|
|
|
description="At High Vibe Wood, we transform your space with bespoke, custom-built furniture and built-ins designed to last a lifetime. From stunning dining tables to seamless built-in shelving, every piece reflects meticulous craftsmanship and your unique style."
|
|
|
|
description="At High Vibe Wood, we transform your space with bespoke, custom-built furniture and built-ins designed to last a lifetime. From stunning dining tables to seamless built-in shelving, every piece reflects meticulous craftsmanship and your unique style."
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
|
|
|
tag="Premium Custom Woodworking"
|
|
|
|
tag="Premium Custom Woodworking"
|
|
|
|
tagIcon={Hammer}
|
|
|
|
tagIcon={Hammer}
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
@@ -58,6 +57,8 @@ export default function LandingPage() {
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/restorer-antique-furniture-works-new-project_1163-3140.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/restorer-antique-furniture-works-new-project_1163-3140.jpg"
|
|
|
|
imageAlt="Master craftsman carefully finishing custom wooden furniture in a bright workshop"
|
|
|
|
imageAlt="Master craftsman carefully finishing custom wooden furniture in a bright workshop"
|
|
|
|
|
|
|
|
showDimOverlay={true}
|
|
|
|
|
|
|
|
showBlur={true}
|
|
|
|
ariaLabel="Hero section showcasing premium custom woodworking"
|
|
|
|
ariaLabel="Hero section showcasing premium custom woodworking"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|