Merge version_1 into main #2
382
src/app/page.tsx
382
src/app/page.tsx
@@ -25,289 +25,115 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Gibbs Land Surveyors"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Gibbs Land Surveyors"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
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?_wi=1",
|
||||
imageAlt: "surveyor field sunset",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageAlt: "surveyor field sunset",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageAlt: "surveyor field sunset",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageAlt: "surveyor field sunset",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageAlt: "surveyor field sunset",
|
||||
},
|
||||
]}
|
||||
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?_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",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/office-stationery-wooden-background_23-2148319719.jpg",
|
||||
alt: "Office stationery on wooden background",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/construction-plans-with-helmet-drawing-tools-blueprints_1232-4297.jpg",
|
||||
alt: "Construction plans with helmet and drawing tools on blueprints .",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
alt: "Close-up of competitive employee",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Boundary Surveys",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Construction Staking",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Topographic",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Elevation Certificates",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "ALTA/NSPS",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
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" },
|
||||
]}
|
||||
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"
|
||||
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" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/office-stationery-wooden-background_23-2148319719.jpg", alt: "Office stationery on wooden background" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/construction-plans-with-helmet-drawing-tools-blueprints_1232-4297.jpg", alt: "Construction plans with helmet and drawing tools on blueprints ." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "Close-up of competitive employee" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Boundary Surveys" },
|
||||
{ type: "text", text: "Construction Staking" },
|
||||
{ type: "text", text: "Topographic" },
|
||||
{ type: "text", text: "Elevation Certificates" },
|
||||
{ type: "text", text: "ALTA/NSPS" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Target,
|
||||
title: "Pin-Point Accuracy",
|
||||
description: "Verified data with high-precision instruments.",
|
||||
},
|
||||
{
|
||||
icon: User,
|
||||
title: "Owner-Operated",
|
||||
description: "Work directly with Steve Gibbs for personalized care.",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Turnaround",
|
||||
description: "Efficient processes to keep you on schedule.",
|
||||
},
|
||||
{
|
||||
icon: FileText,
|
||||
title: "Full Documentation",
|
||||
description: "Compliant, bank-ready survey documents.",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Local Experts",
|
||||
description: "Deep knowledge of Broward County jurisdictions.",
|
||||
},
|
||||
{
|
||||
icon: Phone,
|
||||
title: "Direct Communication",
|
||||
description: "No call centers, just expert answers.",
|
||||
},
|
||||
]}
|
||||
title="Why Property Owners Rely on Gibbs"
|
||||
description="Precision, reliability, and local expertise for all your land surveying needs in Hollywood, FL."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ icon: Target, title: "Pin-Point Accuracy", description: "Verified data with high-precision instruments." },
|
||||
{ icon: User, title: "Owner-Operated", description: "Work directly with Steve Gibbs for personalized care." },
|
||||
{ icon: Zap, title: "Fast Turnaround", description: "Efficient processes to keep you on schedule." },
|
||||
{ icon: FileText, title: "Full Documentation", description: "Compliant, bank-ready survey documents." },
|
||||
{ icon: MapPin, title: "Local Experts", description: "Deep knowledge of Broward County jurisdictions." },
|
||||
{ icon: Phone, title: "Direct Communication", description: "No call centers, just expert answers." },
|
||||
]}
|
||||
title="Why Property Owners Rely on Gibbs"
|
||||
description="Precision, reliability, and local expertise for all your land surveying needs in Hollywood, FL."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
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?_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",
|
||||
},
|
||||
]}
|
||||
title="Surveying Solutions"
|
||||
description="Professional services for every land project stage."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
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: "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" },
|
||||
]}
|
||||
title="Surveying Solutions"
|
||||
description="Professional services for every land project stage."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection />
|
||||
</div>
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection layout="standard" title="Legal Information" sections={[]} />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Gibbs Land Surveyors"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Boundary Surveys",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Topographic",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Gibbs Land Surveyors"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Boundary Surveys", href: "/services" },
|
||||
{ label: "Topographic", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user