Merge version_1 into main #5
@@ -45,17 +45,17 @@ export default function LandingPage() {
|
||||
title="South Florida's Most Trusted Land Surveyors"
|
||||
description="Accurate. Fast. Professional. From boundary surveys to construction staking, Gibbs Land Surveyors delivers precision results that protect your property and power your projects."
|
||||
testimonials={[
|
||||
{ name: "Drew Del", handle: "@client", testimonial: "Steve, the owner, is a very helpful and knowledgeable guy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/construction-plans-with-helmet-drawing-tools-blueprints_1232-4300.jpg" },
|
||||
{ name: "Scott Korte", handle: "@client", testimonial: "Experienced, professional and friendly. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/concept-communication-with-pins-map_23-2148510528.jpg" },
|
||||
{ name: "Bradley Echevarria", handle: "@client", testimonial: "Prompt and accurate with all our surveying needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/eagle-eye-vertical-caption-narrow-road-top-hill_181624-17948.jpg" },
|
||||
{ name: "Satisfied Client", handle: "@client", testimonial: "Detailed reporting and quick delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-builder-man-sitting-stairs_23-2148751957.jpg" },
|
||||
{ name: "Home Owner", handle: "@client", testimonial: "Steve made the boundary process so easy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572842.jpg" },
|
||||
{ name: "Drew Del", handle: "@client", testimonial: "Steve, the owner, is a very helpful and knowledgeable guy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/construction-plans-with-helmet-drawing-tools-blueprints_1232-4300.jpg?_wi=1" },
|
||||
{ name: "Scott Korte", handle: "@client", testimonial: "Experienced, professional and friendly. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/concept-communication-with-pins-map_23-2148510528.jpg?_wi=1" },
|
||||
{ name: "Bradley Echevarria", handle: "@client", testimonial: "Prompt and accurate with all our surveying needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/eagle-eye-vertical-caption-narrow-road-top-hill_181624-17948.jpg?_wi=1" },
|
||||
{ name: "Satisfied Client", handle: "@client", testimonial: "Detailed reporting and quick delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-builder-man-sitting-stairs_23-2148751957.jpg?_wi=1" },
|
||||
{ name: "Home Owner", handle: "@client", testimonial: "Steve made the boundary process so easy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572842.jpg?_wi=1" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Request a Free Quote", href: "/contact" },
|
||||
{ text: "Call (954) 923-7666", href: "tel:+19549237666" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/construction-plans-with-helmet-drawing-tools-blueprints_1232-4300.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/construction-plans-with-helmet-drawing-tools-blueprints_1232-4300.jpg?_wi=2"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/assortment-different-architectural-elements_23-2148540095.jpg", alt: "surveyor field sunset" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-tape-measure-level-near-helmet_23-2147785590.jpg", alt: "Close-up tape measure and level near helmet" },
|
||||
@@ -98,10 +98,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "s1", brand: "Gibbs", name: "Boundary Survey", price: "Get Quote", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/concept-communication-with-pins-map_23-2148510528.jpg" },
|
||||
{ id: "s2", brand: "Gibbs", name: "Topographic Survey", price: "Get Quote", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/eagle-eye-vertical-caption-narrow-road-top-hill_181624-17948.jpg" },
|
||||
{ id: "s3", brand: "Gibbs", name: "Construction Staking", price: "Get Quote", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-builder-man-sitting-stairs_23-2148751957.jpg" },
|
||||
{ id: "s4", brand: "Gibbs", name: "Elevation Certificate", price: "Get Quote", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572842.jpg" },
|
||||
{ id: "s1", brand: "Gibbs", name: "Boundary Survey", price: "Get Quote", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/concept-communication-with-pins-map_23-2148510528.jpg?_wi=2" },
|
||||
{ id: "s2", brand: "Gibbs", name: "Topographic Survey", price: "Get Quote", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/eagle-eye-vertical-caption-narrow-road-top-hill_181624-17948.jpg?_wi=2" },
|
||||
{ id: "s3", brand: "Gibbs", name: "Construction Staking", price: "Get Quote", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-builder-man-sitting-stairs_23-2148751957.jpg?_wi=2" },
|
||||
{ id: "s4", brand: "Gibbs", name: "Elevation Certificate", price: "Get Quote", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572842.jpg?_wi=2" },
|
||||
{ id: "s5", brand: "Gibbs", name: "ALTA/NSPS Survey", price: "Get Quote", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/blue-texture_1160-639.jpg" },
|
||||
{ id: "s6", brand: "Gibbs", name: "As-Built Survey", price: "Get Quote", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-drafting-architectural-blueprints-office-space-hunt_482257-91104.jpg" },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user