Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Excavation Services", description: "Professional excavation for foundations, trenching, and site preparation using precision equipment and experienced operators", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-backhoe-working-construction-site_640221-302.jpg?_wi=1", imageAlt: "Excavation equipment at work"
|
||||
id: "1", title: "Excavation Services", description: "Professional excavation for foundations, trenching, and site preparation using precision equipment and experienced operators", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-backhoe-working-construction-site_640221-302.jpg", imageAlt: "Excavation equipment at work"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Foundation Work", description: "Complete foundation preparation and site grading ensuring proper drainage and structural integrity for new construction", imageSrc: "http://img.b2bpic.net/free-photo/round-saw-hands-builder-work-laying-paving-slabs_1150-10081.jpg", imageAlt: "Foundation preparation site"
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
id: "3", title: "Land Development", description: "Full-service land clearing, grading, and development for residential and commercial properties in Preston", imageSrc: "http://img.b2bpic.net/free-photo/farmer-doing-his-job-close-up_23-2148579992.jpg", imageAlt: "Land development and grading"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Equipment Rental", description: "Rent heavy equipment including excavators, loaders, and compactors for your own construction projects", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-backhoe-working-construction-site_640221-302.jpg?_wi=2", imageAlt: "Heavy equipment available for rental"
|
||||
id: "4", title: "Equipment Rental", description: "Rent heavy equipment including excavators, loaders, and compactors for your own construction projects", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-backhoe-working-construction-site_640221-302.jpg", imageAlt: "Heavy equipment available for rental"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
||||
"Preston City", "Franklin County", "Regional Builders", "Development Companies", "Contractors Network", "Municipal Services", "Commercial Clients", "Residential Projects"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
showCard={false}
|
||||
buttons={[
|
||||
{ text: "Partner With Us", href: "contact" }
|
||||
]}
|
||||
@@ -154,20 +154,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Mitchell", role: "General Contractor", company: "Mitchell Homes", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell"
|
||||
id: "1", name: "James Mitchell", role: "General Contractor", company: "Mitchell Homes", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Johnson", role: "Project Manager", company: "Preston Development", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
id: "2", name: "Sarah Johnson", role: "Project Manager", company: "Preston Development", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Robert Davis", role: "Municipal Director", company: "Preston City Engineering", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Davis"
|
||||
id: "3", name: "Robert Davis", role: "Municipal Director", company: "Preston City Engineering", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Davis"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Lisa Anderson", role: "Property Owner", company: "Local Business", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Lisa Anderson"
|
||||
id: "4", name: "Lisa Anderson", role: "Property Owner", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa Anderson"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user