Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-02 22:33:25 +00:00

View File

@@ -5,7 +5,6 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
import AboutMetric from "@/components/sections/about/AboutMetric";
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Award, Box, CheckCircle, Clock, DollarSign, FileText, Hammer, Home, ListChecks, Phone, Route, Shield, Sparkles, Truck, Users, Wrench, Zap } from "lucide-react";
@@ -30,7 +29,6 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Why Choose Us", id: "why-choose" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Process", id: "process" }
]}
button={{
@@ -175,35 +173,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="What Our Customers Say"
description="Real feedback from homeowners who trusted Hess Concrete LLC with their projects."
testimonials={[
{
id: "1", name: "John Martinez, Homeowner", date: "Date: 15 December 2024", title: "Professional and Hardworking Team", quote: "Jared and his team completely transformed our driveway. They were honest, hardworking, and delivered exceptional quality. Fair pricing and excellent communication throughout. Highly recommend!", tag: "Driveway Installation", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=2"
},
{
id: "2", name: "Sarah Thompson, Property Owner", date: "Date: 08 December 2024", title: "Exceeded Our Expectations", quote: "We had a complex RV pad project with sewer integration. Hess Concrete LLC handled it perfectly. Their attention to detail was outstanding and they finished on schedule.", tag: "RV Pad with Sewer", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg"
},
{
id: "3", name: "Michael Chen, Contractor", date: "Date: 01 December 2024", title: "Reliable and Trustworthy", quote: "We regularly partner with Hess Concrete for our projects. Their craftsmanship is consistently excellent and they're easy to work with. Fair pricing and great communication.", tag: "Commercial Partnership", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg"
},
{
id: "4", name: "Emily Rodriguez, Homeowner", date: "Date: 22 November 2024", title: "Outstanding Patio Work", quote: "Our new patio is absolutely beautiful! Hess Concrete delivered exactly what we wanted. Professional crew, clean job sites, and fantastic communication. Best investment we made for our home.", tag: "Patio Installation", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=2"
},
{
id: "5", name: "David Williams, Business Owner", date: "Date: 15 November 2024", title: "Honest and Fair Pricing", quote: "Got three estimates and Hess Concrete was the most honest about pricing and scope. Their estimate was competitive and they didn't try to upsell unnecessary work. Quality result!", tag: "Commercial Driveway", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-walking-outdoors_1262-7313.jpg"
},
{
id: "6", name: "Jessica Brown, Homeowner", date: "Date: 08 November 2024", title: "Flexible Scheduling and Clean Work", quote: "Jared was flexible with our schedule and his crew kept the job site incredibly clean. They respected our property and delivered high-quality work. Would definitely hire again!", tag: "Driveway Replacement", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-his-skateboarding-skate-park_23-2148197376.jpg?_wi=2"
}
]}
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
<div id="process" data-section="process">
<FeatureCardTwentyFive
title="Our Process"
@@ -273,7 +242,6 @@ export default function LandingPage() {
{
items: [
{ label: "Why Choose Us", href: "#why-choose" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Process", href: "#process" }
]
},