Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-12 21:13:22 +00:00

View File

@@ -11,7 +11,6 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Award, Star, Users } from "lucide-react";
export default function LandingPage() {
@@ -126,27 +125,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1", title: "Great Experience", quote: "Professional, fast, and high quality.", name: "Sarah J.", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg?_wi=2"},
{
id: "2", title: "Top Notch", quote: "The team at US PAVE exceeded our expectations.", name: "Kevin L.", role: "HOA Board", imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-male-office-workers-working-with-laptop_171337-5836.jpg?_wi=2"},
{
id: "3", title: "Highly Recommend", quote: "Veteran-owned business that does it right.", name: "Robert B.", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"},
{
id: "4", title: "Very Happy", quote: "Great communication from start to finish.", name: "Lisa M.", role: "Commercial Manager", imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg?_wi=2"},
{
id: "5", title: "Efficient", quote: "They kept the project moving efficiently.", name: "Mike S.", role: "Site Manager", imageSrc: "http://img.b2bpic.net/free-photo/man-riding-scooter-outside_23-2149019505.jpg?_wi=2"},
]}
title="Client Success Stories"
description="See what our commercial partners have to say about our work."
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}