Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e1b462b86 | |||
| 6dbbaaabbf | |||
| a1cf41c438 | |||
| 869f794cd8 | |||
| e60b2141cb | |||
| 3978f43fe3 | |||
| ed49137b5b | |||
| 288a7403f1 | |||
| 56bf66a7d2 | |||
| 57b675bc68 |
@@ -10,7 +10,6 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -37,7 +36,6 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="B&L Industries"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776878162370-9eipvapt.png"
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -51,8 +49,8 @@ export default function LandingPage() {
|
||||
{ text: "Get a Free Estimate", href: "#contact" },
|
||||
{ text: "Explore Services", href: "#services" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776878162370-9eipvapt.png"
|
||||
imageAlt="B&L Industries Logo"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469812.jpg"
|
||||
imageAlt="fencing installation landscape texas"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -118,28 +116,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "John D.", role: "Ranch Owner", company: "Liberty County", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-guy-talking-phone-waving-waitress-outdoor-cafe-asking-bill_176420-25736.jpg" },
|
||||
{ id: "2", name: "Sarah M.", role: "Homeowner", company: "Cleveland", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-bearded-redhead-male-pink-shirt-blue-jacket-sits-table-cafe-using-tablet-pc_613910-2046.jpg" },
|
||||
{ id: "3", name: "Mike R.", role: "Land Investor", company: "Montgomery", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-buying-fresh-vegetables-store_482257-91123.jpg" },
|
||||
{ id: "4", name: "Linda P.", role: "Homeowner", company: "Cleveland", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-cheerful-woman-coat-with-coffee-go-laptop-joyfully-walking-autumn-park_574295-1464.jpg" },
|
||||
{ id: "5", name: "Tom B.", role: "Ranch Owner", company: "Splendora", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "100+", label: "Projects Completed" },
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
{ value: "5/5", label: "Avg Rating" },
|
||||
]}
|
||||
title="Client Feedback"
|
||||
description="See why our neighbors trust B&L Industries."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
@@ -187,4 +163,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user