Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-18 05:59:23 +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: "Schedule Your Free Inspection", 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"
mediaAnimation="slide-up"
/>
</div>