16 Commits

Author SHA1 Message Date
879dfd1f78 Merge version_7 into main
Merge version_7 into main
2026-04-22 19:06:03 +00:00
5e1b462b86 Update src/app/page.tsx 2026-04-22 19:06:00 +00:00
6dbbaaabbf Merge version_6 into main
Merge version_6 into main
2026-04-22 19:04:18 +00:00
a1cf41c438 Update src/app/page.tsx 2026-04-22 19:04:12 +00:00
869f794cd8 Merge version_6 into main
Merge version_6 into main
2026-04-22 19:03:41 +00:00
e60b2141cb Update src/app/page.tsx 2026-04-22 19:03:37 +00:00
3978f43fe3 Merge version_5 into main
Merge version_5 into main
2026-04-22 19:01:28 +00:00
ed49137b5b Update src/app/page.tsx 2026-04-22 19:01:25 +00:00
288a7403f1 Switch to version 2: modified src/app/page.tsx 2026-04-22 18:59:29 +00:00
56bf66a7d2 Switch to version 3: modified src/app/page.tsx 2026-04-22 17:32:51 +00:00
57b675bc68 Merge version_4 into main
Merge version_4 into main
2026-04-22 17:16:23 +00:00
27673c6d32 Update src/app/page.tsx 2026-04-22 17:16:17 +00:00
859a69c47a Switch to version 2: modified src/app/page.tsx 2026-04-22 17:13:48 +00:00
f662f14cbd Merge version_3 into main
Merge version_3 into main
2026-04-22 17:12:17 +00:00
715adbad38 Update src/app/page.tsx 2026-04-22 17:12:13 +00:00
dc690f050c Merge version_2 into main
Merge version_2 into main
2026-04-22 17:07:08 +00:00

View File

@@ -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() {
@@ -117,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}