Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -24,17 +24,17 @@ export default function LandingPage() {
|
||||
|
||||
const heroMediaItems = [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-bulldozer-sand-quarry_1303-28098.jpg", imageAlt: "dump truck heavy equipment hauling"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-bulldozer-sand-quarry_1303-28098.jpg?_wi=1", imageAlt: "dump truck heavy equipment hauling"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-reflective-vest-beside-brokendown-car-roadside_123827-37003.jpg", imageAlt: "dump truck material hauling job site"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-reflective-vest-beside-brokendown-car-roadside_123827-37003.jpg?_wi=1", imageAlt: "dump truck material hauling job site"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-reflective-vest-beside-brokendown-car-roadside_123827-37003.jpg", imageAlt: "demolition debris removal truck"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-reflective-vest-beside-brokendown-car-roadside_123827-37003.jpg?_wi=2", imageAlt: "demolition debris removal truck"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excavator-construction-machine_342744-969.jpg", imageAlt: "dump truck excavation site work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truck-with-crane-road-sunset_23-2151989543.jpg", imageAlt: "commercial dump truck yellow modern"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truck-with-crane-road-sunset_23-2151989543.jpg?_wi=1", imageAlt: "commercial dump truck yellow modern"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crawler-bulldozer_1388-578.jpg", imageAlt: "dump truck tipper vehicle close-up"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crawler-bulldozer_1388-578.jpg?_wi=1", imageAlt: "dump truck tipper vehicle close-up"},
|
||||
];
|
||||
|
||||
const heroButtons = [
|
||||
@@ -62,9 +62,9 @@ export default function LandingPage() {
|
||||
|
||||
const fleetProducts = [
|
||||
{
|
||||
id: "truck-1", name: "Heavy-Duty Dump Truck #1", price: "45 Ton Capacity", imageSrc: "http://img.b2bpic.net/free-photo/truck-with-crane-road-sunset_23-2151989543.jpg", imageAlt: "Heavy-duty dump truck 45 ton capacity"},
|
||||
id: "truck-1", name: "Heavy-Duty Dump Truck #1", price: "45 Ton Capacity", imageSrc: "http://img.b2bpic.net/free-photo/truck-with-crane-road-sunset_23-2151989543.jpg?_wi=2", imageAlt: "Heavy-duty dump truck 45 ton capacity"},
|
||||
{
|
||||
id: "truck-2", name: "Commercial Hauler #2", price: "40 Ton Capacity", imageSrc: "http://img.b2bpic.net/free-photo/crawler-bulldozer_1388-578.jpg", imageAlt: "Commercial hauler truck 40 ton capacity"},
|
||||
id: "truck-2", name: "Commercial Hauler #2", price: "40 Ton Capacity", imageSrc: "http://img.b2bpic.net/free-photo/crawler-bulldozer_1388-578.jpg?_wi=2", imageAlt: "Commercial hauler truck 40 ton capacity"},
|
||||
{
|
||||
id: "truck-3", name: "Professional Tipper #3", price: "35 Ton Capacity", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19092.jpg", imageAlt: "Professional tipper truck 35 ton capacity"},
|
||||
];
|
||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
||||
description="Contact Campa Trucking Inc today for competitive quotes and professional dump truck services. Our team responds quickly to serve your construction and hauling needs."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-with-bulldozer-sand-quarry_1303-28098.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-with-bulldozer-sand-quarry_1303-28098.jpg?_wi=2"
|
||||
imageAlt="Campa Trucking dump truck fleet"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user