Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 022a95707c | |||
| 21ae3a0058 | |||
| c855bb21a5 | |||
| c94dfdb7e2 | |||
| d045c67206 | |||
| 8880a581cf | |||
| b201cb3587 | |||
| 75ea2215c8 | |||
| 9e9383c9e5 | |||
| 81374a3e16 | |||
| f3c572acc8 | |||
| 37b3a97ca9 |
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user