Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-07 15:05:25 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -71,15 +71,10 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero">
<HeroCentered
<HeroBillboard
title="High-Quality Metal Buildings Built to Last"
description="Custom Shops, Barns, and Steel Buildings Built Across West Texas"
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/view-stone-building-with-coarse-plaster-surface_23-2148252829.jpg", alt: "Metal building construction"},
]}
avatarText="Trusted by ranchers, farmers, and businesses across Texas"
buttons={[
{ text: "Get a Quote", href: "contact" },
{ text: "Call Now", href: "tel:+14322662580" },