Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eeb909f422 | |||
| b3214fe451 | |||
| 076c654f51 |
@@ -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() {
|
||||
@@ -41,13 +40,13 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="US PAVE"
|
||||
brandName="U.S. PAVE"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="US PAVE"
|
||||
logoText="U.S.PAVE"
|
||||
description="Commercial & Residential Paving Built to Last. Veteran-owned business dedicated to professional quality and durability."
|
||||
buttons={[
|
||||
{
|
||||
@@ -96,7 +95,7 @@ export default function LandingPage() {
|
||||
id: "m3", icon: Users,
|
||||
title: "Happy Clients", value: "1,000+"},
|
||||
]}
|
||||
title="Why Choose US PAVE"
|
||||
title="Why Choose U.S. PAVE"
|
||||
description="Veteran-owned business serving South Florida with integrity and precision."
|
||||
/>
|
||||
</div>
|
||||
@@ -126,31 +125,10 @@ 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}
|
||||
title="About US PAVE"
|
||||
title="About U.S.PAVE"
|
||||
description="Founded on veteran values, US PAVE serves Fort Lauderdale with a commitment to quality workmanship, reliability, and long-lasting results. We handle every commercial and residential project with the care and professionalism it deserves."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-architects-with-plans_23-2147702498.jpg"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user