Update src/app/page.tsx
This commit is contained in:
194
src/app/page.tsx
194
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Gold Contractor"
|
||||
/>
|
||||
@@ -62,37 +52,23 @@ export default function LandingPage() {
|
||||
description="Serving Connecticut with top-quality craftsmanship, honest pricing, and 5-star service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
text: "Call Now", href: "tel:5550123456"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-prague_1398-2722.jpg",
|
||||
alt: "Top view of Prague",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-prague_1398-2722.jpg", alt: "Top view of Prague"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg",
|
||||
alt: "Long shot man with helmet sitting on roof",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", alt: "Long shot man with helmet sitting on roof"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg",
|
||||
alt: "Long shot roofer working with helmet",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg", alt: "Long shot roofer working with helmet"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg",
|
||||
alt: "Full shot man with helmet sitting on roof",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg", alt: "Full shot man with helmet sitting on roof"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg",
|
||||
alt: "Exterior of home",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg", alt: "Exterior of home"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Connecticut Homeowners"
|
||||
/>
|
||||
@@ -106,20 +82,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5.0",
|
||||
description: "Google Rating",
|
||||
},
|
||||
id: "1", value: "5.0", description: "Google Rating"},
|
||||
{
|
||||
id: "2",
|
||||
value: "100%",
|
||||
description: "Licensed & Insured",
|
||||
},
|
||||
id: "2", value: "100%", description: "Licensed & Insured"},
|
||||
{
|
||||
id: "3",
|
||||
value: "Local",
|
||||
description: "Connecticut Business",
|
||||
},
|
||||
id: "3", value: "Local", description: "Connecticut Business"},
|
||||
]}
|
||||
title="Trusted by Connecticut"
|
||||
description="Professional standards, local expertise, and proven results."
|
||||
@@ -134,24 +101,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Home,
|
||||
title: "Roof Repair",
|
||||
description: "Reliable leak detection and structural repairs.",
|
||||
},
|
||||
title: "Roof Repair", description: "Reliable leak detection and structural repairs."},
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Roof Replacement",
|
||||
description: "Full-scale replacement with premium materials.",
|
||||
},
|
||||
title: "Roof Replacement", description: "Full-scale replacement with premium materials."},
|
||||
{
|
||||
icon: Building2,
|
||||
title: "Interior Remodeling",
|
||||
description: "Professional kitchens, baths, and interior work.",
|
||||
},
|
||||
title: "Interior Remodeling", description: "Professional kitchens, baths, and interior work."},
|
||||
{
|
||||
icon: Layout,
|
||||
title: "Exterior Repairs",
|
||||
description: "General exterior work, gutters, and siding.",
|
||||
},
|
||||
title: "Exterior Repairs", description: "General exterior work, gutters, and siding."},
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="Comprehensive roofing and remodeling solutions."
|
||||
@@ -160,28 +119,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Exterior",
|
||||
name: "Roof Installation",
|
||||
price: "Before",
|
||||
rating: 5,
|
||||
reviewCount: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-rooftops-city-buildings-with-red-shingles_181624-12846.jpg",
|
||||
},
|
||||
id: "p1", brand: "Exterior", name: "Roof Installation", price: "Before", rating: 5,
|
||||
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-rooftops-city-buildings-with-red-shingles_181624-12846.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Exterior",
|
||||
name: "Completed Project",
|
||||
price: "After",
|
||||
rating: 5,
|
||||
reviewCount: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-handyman-with-construction-tools-house-house-renovation-concept_169016-5873.jpg",
|
||||
},
|
||||
id: "p2", brand: "Exterior", name: "Completed Project", price: "After", rating: 5,
|
||||
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/builder-handyman-with-construction-tools-house-house-renovation-concept_169016-5873.jpg"},
|
||||
{
|
||||
id: "p3", brand: "Exterior", name: "Roofing", price: "Done", rating: 5,
|
||||
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg"}
|
||||
]}
|
||||
title="See the Difference Quality Makes"
|
||||
description="Transforming homes with precision and care."
|
||||
@@ -194,45 +145,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Highly Recommend",
|
||||
quote: "Jose was perfect… very polite and completed everything on time.",
|
||||
name: "Diane Tobin",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg",
|
||||
},
|
||||
id: "t1", title: "Highly Recommend", quote: "Jose was perfect… very polite and completed everything on time.", name: "Diane Tobin", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Professional",
|
||||
quote: "On time, reasonably priced, and showed before/after photos.",
|
||||
name: "Adrienne X",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg",
|
||||
},
|
||||
id: "t2", title: "Professional", quote: "On time, reasonably priced, and showed before/after photos.", name: "Adrienne X", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Great Results",
|
||||
quote: "Professional, on time, and fantastic results.",
|
||||
name: "Blue Rhino",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg",
|
||||
},
|
||||
id: "t3", title: "Great Results", quote: "Professional, on time, and fantastic results.", name: "Blue Rhino", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Excellent Work",
|
||||
quote: "Always on time, excellent work, competitive price.",
|
||||
name: "Alexandros Pettas",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-holding-book-hand-walking-front-university-building_23-2148093393.jpg",
|
||||
},
|
||||
id: "t4", title: "Excellent Work", quote: "Always on time, excellent work, competitive price.", name: "Alexandros Pettas", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-holding-book-hand-walking-front-university-building_23-2148093393.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Clean Work",
|
||||
quote: "Excellent contractor, clean work. Highly recommend.",
|
||||
name: "Zobeida Sanchez",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg",
|
||||
},
|
||||
id: "t5", title: "Clean Work", quote: "Excellent contractor, clean work. Highly recommend.", name: "Zobeida Sanchez", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg"},
|
||||
]}
|
||||
title="Client Reviews"
|
||||
description="Hear what our Connecticut neighbors have to say."
|
||||
@@ -244,9 +165,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Built on Trust. Driven by Quality."
|
||||
description={[
|
||||
"Gold Contractor LLC is a Connecticut-based company known for reliable service, clean work, and honest pricing.",
|
||||
"Every project is handled with attention to detail and professionalism.",
|
||||
]}
|
||||
"Gold Contractor LLC is a Connecticut-based company known for reliable service, clean work, and honest pricing.", "Every project is handled with attention to detail and professionalism."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -257,22 +176,14 @@ export default function LandingPage() {
|
||||
description="Call today for a free estimate — no pressure, no hidden fees."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "service",
|
||||
placeholder: "Project details or service needed",
|
||||
rows: 4,
|
||||
name: "service", placeholder: "Project details or service needed", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-male-contractor-working-with-wood-sanding-wooden-panel-carpenter-using-electrical-sander_662251-454.jpg"
|
||||
/>
|
||||
@@ -282,42 +193,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Gold Contractor LLC",
|
||||
items: [
|
||||
title: "Gold Contractor LLC", items: [
|
||||
{
|
||||
label: "Connecticut Service Area",
|
||||
href: "#",
|
||||
},
|
||||
label: "Connecticut Service Area", href: "#"},
|
||||
{
|
||||
label: "Licensed & Insured",
|
||||
href: "#",
|
||||
},
|
||||
label: "Licensed & Insured", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Get Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Get Estimate", href: "#contact"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(555) 012-3456",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
label: "(555) 012-3456", href: "tel:5550123456"},
|
||||
{
|
||||
label: "Rate us on Google",
|
||||
href: "#",
|
||||
},
|
||||
label: "Rate us on Google", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user