Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7d1a8218b | |||
| 8ec8be8c73 | |||
| f3708c74e5 | |||
| c25c67616c | |||
| a84f6ba9af |
@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||||
@@ -47,39 +47,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroLogoBillboard
|
||||||
|
logoText="Level Up Roofing"
|
||||||
|
description="Elevating homes one roof at a time with top quality materials and results. Family owned and operated, with bilingual service to support our Houston community."
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Roofing Experts in Houston"
|
|
||||||
description="Elevating homes one roof at a time with top quality materials and results. Family owned and operated, with bilingual service to support our Houston community."
|
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg", alt: "Roofing Expert"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg", alt: "Medium shot people wearing helmets"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg", alt: "Long shot roofer working with helmet"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-working-roof_23-2149343672.jpg", alt: "Full shot smiley man working on roof"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343701.jpg", alt: "Medium shot man working on roof"},
|
|
||||||
]}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Schedule Your Free Inspection", href: "#contact" },
|
||||||
text: "Get a Free Quote", href: "#contact"},
|
|
||||||
]}
|
|
||||||
marqueeItems={[
|
|
||||||
{
|
|
||||||
type: "text", text: "Family Owned"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Licensed & Insured"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Bilingual Service"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Houston Based"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Top Rated"},
|
|
||||||
]}
|
]}
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CWBqKtXUpvNuhoxThE8qN1vhrD/uploaded-1776491657036-gxrjr7w3.png?_wi=1"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -142,7 +119,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
team={[
|
team={[
|
||||||
{
|
{
|
||||||
id: "t1", name: "Management Team", role: "Owners", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CWBqKtXUpvNuhoxThE8qN1vhrD/uploaded-1776491657036-gxrjr7w3.png"},
|
id: "t1", name: "Management Team", role: "Owners", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CWBqKtXUpvNuhoxThE8qN1vhrD/uploaded-1776491657036-gxrjr7w3.png?_wi=2"},
|
||||||
{
|
{
|
||||||
id: "t2", name: "Field Specialists", role: "Roofing Experts", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg"},
|
id: "t2", name: "Field Specialists", role: "Roofing Experts", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg"},
|
||||||
{
|
{
|
||||||
@@ -246,4 +223,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user