Merge version_2 into main #2
@@ -2,28 +2,21 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
|
||||
export default function AboutUsPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="mediumSmall" sizing="large" background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" headingFontWeight="extrabold">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Team", id: "/team" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Hemlock Roofing"
|
||||
/>
|
||||
<MetricSplitMediaAbout
|
||||
title="Our Story"
|
||||
description="Founded in Worcester, Hemlock Roofing began with a commitment to integrity and exceptional quality. Over 15 years, we have built a reputation for trust, craftsmanship, and a deep dedication to protecting the homes of our local community."
|
||||
metrics={[{ value: "15+", title: "Years Experience" }, { value: "500+", title: "Projects Delivered" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterSimple
|
||||
columns={[{ title: "Company", items: [{ label: "Home", href: "/" }, { label: "Team", href: "/team" }] }]}
|
||||
bottomLeftText="© 2024 Hemlock Roofing"
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -8,7 +8,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
|
||||
export default function BookingPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="mediumSmall" sizing="large" background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" headingFontWeight="extrabold">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Services", id: "/services" }, { name: "Gallery", id: "/#gallery" }, { name: "Contact", id: "/#contact" }]}
|
||||
@@ -25,11 +25,13 @@ export default function BookingPage() {
|
||||
]}
|
||||
textarea={{ name: "details", placeholder: "Service requested / additional notes", rows: 5 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/construction-building-workers-working-site-cloudy-day_1268-16199.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<FooterSimple
|
||||
columns={[{ title: "Company", items: [{ label: "Back to Home", href: "/" }] }]}
|
||||
bottomLeftText="© 2024 Hemlock Roofing."
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -44,7 +44,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Worcester’s Trusted Roofing Experts"
|
||||
description="High-quality roofing, honest pricing, and unmatched craftsmanship."
|
||||
buttons={[{ text: "Get a Free Quote", href: "#contact" }, { text: "Call Now", href: "tel:+17744183724" }]}
|
||||
@@ -64,6 +63,7 @@ export default function LandingPage() {
|
||||
{ icon: CheckCircle, label: "Projects Completed", value: "500+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="mediumSmall" sizing="large" background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" headingFontWeight="extrabold">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Services", id: "/services" }, { name: "Gallery", id: "/#gallery" }, { name: "Contact", id: "/#contact" }]}
|
||||
@@ -31,6 +31,7 @@ export default function ServicesPage() {
|
||||
<FooterSimple
|
||||
columns={[{ title: "Company", items: [{ label: "Back to Home", href: "/" }] }]}
|
||||
bottomLeftText="© 2024 Hemlock Roofing."
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -8,7 +8,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
|
||||
export default function TeamPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="mediumSmall" sizing="large" background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" headingFontWeight="extrabold">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Team", id: "/team" }, { name: "Contact", id: "/contact" }]}
|
||||
@@ -19,6 +19,7 @@ export default function TeamPage() {
|
||||
description="Our dedicated team of professionals brings precision, care, and industry-leading expertise to every roofing project."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{ id: "1", name: "Alex Rivers", role: "Master Roofer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg" },
|
||||
{ id: "2", name: "Jordan Smith", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-showing-winner-gesture-shirt-vest-hat-looking-happy-front-view_176474-30662.jpg" }
|
||||
@@ -27,6 +28,7 @@ export default function TeamPage() {
|
||||
<FooterSimple
|
||||
columns={[{ title: "Company", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }] }]}
|
||||
bottomLeftText="© 2024 Hemlock Roofing"
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user