7 Commits

Author SHA1 Message Date
e466859b0b Merge version_4 into main
Merge version_4 into main
2026-04-18 05:59:49 +00:00
c7d1a8218b Update src/app/page.tsx 2026-04-18 05:59:43 +00:00
81c1767400 Merge version_4 into main
Merge version_4 into main
2026-04-18 05:59:23 +00:00
8ec8be8c73 Update src/app/page.tsx 2026-04-18 05:59:20 +00:00
f3708c74e5 Merge version_3 into main
Merge version_3 into main
2026-04-18 05:56:46 +00:00
c25c67616c Update src/app/page.tsx 2026-04-18 05:56:43 +00:00
a84f6ba9af Merge version_2 into main
Merge version_2 into main
2026-04-18 05:55:26 +00:00

View File

@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
@@ -47,39 +47,16 @@ export default function LandingPage() {
</div>
<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={{
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={[
{
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"},
{ text: "Schedule Your Free Inspection", href: "#contact" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CWBqKtXUpvNuhoxThE8qN1vhrD/uploaded-1776491657036-gxrjr7w3.png?_wi=1"
mediaAnimation="slide-up"
/>
</div>
@@ -142,7 +119,7 @@ export default function LandingPage() {
useInvertedBackground={true}
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"},
{
@@ -246,4 +223,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}