Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f93256044 | |||
| d828870dbf | |||
| 6aeed535b8 | |||
| 2ed4ad1890 | |||
| ca1ed7f246 | |||
| 6a39605e28 | |||
| 8b976a90ee | |||
| e2219a4d84 | |||
| c07f2426f3 | |||
| b3f60d5600 | |||
| 55e8859307 | |||
| eeb909f422 | |||
| cc90819233 | |||
| 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={[
|
||||
{
|
||||
@@ -56,8 +55,9 @@ export default function LandingPage() {
|
||||
text: "Call Now", href: "tel:9542107481"},
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdloN10xAnyxqeJ5lJcm41QAkk/uploaded-1778620285570-i3hewc2v.jpg"
|
||||
imageAlt="US PAVE Logo"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdloN10xAnyxqeJ5lJcm41QAkk/uploaded-1778621041550-s57o0dja.jpg"
|
||||
imageAlt="Municipal park with paved pathways"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,9 +94,9 @@ export default function LandingPage() {
|
||||
title: "Google Rating", value: "4.6"},
|
||||
{
|
||||
id: "m3", icon: Users,
|
||||
title: "Happy Clients", value: "1,000+"},
|
||||
title: "Happy Clients", value: "10,000+ "},
|
||||
]}
|
||||
title="Why Choose US PAVE"
|
||||
title="Why Choose U.S. PAVE"
|
||||
description="Veteran-owned business serving South Florida with integrity and precision."
|
||||
/>
|
||||
</div>
|
||||
@@ -109,48 +109,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Shopping Center Lot", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432952.jpg"},
|
||||
id: "p1", name: "Shopping Center Lot", price: "", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432952.jpg"},
|
||||
{
|
||||
id: "p2", name: "Warehouse Driveway", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-happy-male-electrician-showing-thumb-up-workplace_23-2148087637.jpg"},
|
||||
id: "p2", name: "Warehouse Driveway", price: "", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-happy-male-electrician-showing-thumb-up-workplace_23-2148087637.jpg"},
|
||||
{
|
||||
id: "p3", name: "Municipal Park", price: "Completed", imageSrc: "http://img.b2bpic.net/free-vector/steamroller-with-smoke-wheels-white-background_1284-38794.jpg"},
|
||||
id: "p3", name: "Municipal Park", price: "", imageSrc: "http://img.b2bpic.net/free-vector/steamroller-with-smoke-wheels-white-background_1284-38794.jpg"},
|
||||
{
|
||||
id: "p4", name: "HOA Streets", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/social-distance-concept-outdoor_23-2148768466.jpg"},
|
||||
id: "p4", name: "HOA Streets", price: "", imageSrc: "http://img.b2bpic.net/free-photo/social-distance-concept-outdoor_23-2148768466.jpg"},
|
||||
{
|
||||
id: "p5", name: "Retail Park", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-protective-equipment-high-angle_23-2149714275.jpg"},
|
||||
id: "p5", name: "Retail Park", price: "", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-protective-equipment-high-angle_23-2149714275.jpg"},
|
||||
{
|
||||
id: "p6", name: "Office Complex", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-with-pallet-truck_627829-11411.jpg"},
|
||||
id: "p6", name: "Office Complex", price: "", imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-with-pallet-truck_627829-11411.jpg"},
|
||||
]}
|
||||
title="Featured Projects"
|
||||
description="Real examples of our commercial paving work across Fort Lauderdale."
|
||||
/>
|
||||
</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