Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a9dd6c7c3 | |||
| f023d6aab8 | |||
| 0c89530942 |
@@ -23,7 +23,8 @@ const roboto = Roboto({
|
||||
export const metadata: Metadata = {
|
||||
title: "Contracting USA | General Contractor in South Windsor, CT", description: "Licensed general contractor serving South Windsor & East Hartford, CT. Expert home renovations, kitchen remodeling, roofing & more. Free estimates. Call (860) 474-5144", keywords: "general contractor South Windsor CT, home renovation East Hartford, kitchen remodeling Connecticut, roofing contractor, local contractor near me", metadataBase: new URL("https://www.contractingusa.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.contractingusa.com"},
|
||||
canonical: "https://www.contractingusa.com"
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
@@ -31,7 +32,8 @@ export const metadata: Metadata = {
|
||||
openGraph: {
|
||||
title: "Contracting USA | General Contractor in South Windsor, CT", description: "Licensed general contractor serving Connecticut with expert home renovations, remodeling, and repairs. Free estimates available.", url: "https://www.contractingusa.com", siteName: "Contracting USA", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/professional-carpenter-using-power-hand-saw-workshop-side-view_1163-3124.jpg", alt: "Professional contracting team"},
|
||||
url: "http://img.b2bpic.net/free-photo/professional-carpenter-using-power-hand-saw-workshop-side-view_1163-3124.jpg", alt: "Professional contracting team"
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
|
||||
121
src/app/page.tsx
121
src/app/page.tsx
@@ -11,7 +11,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Award, CheckCircle, Star, Users, Shield } from "lucide-react";
|
||||
import { Award, CheckCircle, Star, Users, Shield, ArrowRight } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -37,7 +37,8 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+1-860-474-5144"}}
|
||||
text: "Call Now", href: "tel:+1-860-474-5144"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -48,9 +49,11 @@ export default function HomePage() {
|
||||
description="Licensed general contractor serving homeowners across Connecticut with quality home renovations, remodeling, and repairs. Local expertise you can trust."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (860) 474-5144", href: "tel:+1-860-474-5144"},
|
||||
text: "Call Now: (860) 474-5144", href: "tel:+1-860-474-5144"
|
||||
},
|
||||
{
|
||||
text: "Request Free Estimate", href: "/contact"},
|
||||
text: "Request Free Estimate", href: "/contact"
|
||||
},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-carpenter-using-power-hand-saw-workshop-side-view_1163-3124.jpg"
|
||||
@@ -59,7 +62,8 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
className="hero-section-primary"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,16 +76,20 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Google Rating", value: "5.0"},
|
||||
label: "Google Rating", value: "5.0"
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience", value: "15+"},
|
||||
label: "Years Experience", value: "15+"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Projects Completed", value: "500+"},
|
||||
label: "Projects Completed", value: "500+"
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Satisfied Clients", value: "99%"},
|
||||
label: "Satisfied Clients", value: "99%"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,11 +100,13 @@ export default function HomePage() {
|
||||
description="From full home renovations to targeted repairs, we deliver professional contracting services tailored to your needs."
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Inexperienced contractors", "Delayed timelines", "Hidden costs and surprises", "Poor communication", "Mediocre workmanship"],
|
||||
"Inexperienced contractors", "Delayed timelines", "Hidden costs and surprises", "Poor communication", "Mediocre workmanship"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Licensed, insured professionals", "Reliable, on-time completion", "Transparent, upfront pricing", "Direct communication with owner", "Quality craftsmanship guaranteed"],
|
||||
"Licensed, insured professionals", "Reliable, on-time completion", "Transparent, upfront pricing", "Direct communication with owner", "Quality craftsmanship guaranteed"
|
||||
],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -112,13 +122,17 @@ export default function HomePage() {
|
||||
description="Before and after transformations showcasing our quality workmanship across Connecticut"
|
||||
products={[
|
||||
{
|
||||
id: "kitchen-remodel-1", name: "Modern Kitchen Renovation", price: "South Windsor", variant: "Kitchen Remodeling", imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg?_wi=1", imageAlt: "Modern kitchen renovation before and after"},
|
||||
id: "kitchen-remodel-1", name: "Modern Kitchen Renovation", price: "South Windsor", variant: "Kitchen Remodeling", imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg?_wi=1", imageAlt: "Modern kitchen renovation before and after"
|
||||
},
|
||||
{
|
||||
id: "bathroom-remodel-1", name: "Luxury Bathroom Remodel", price: "East Hartford", variant: "Bathroom Remodeling", imageSrc: "http://img.b2bpic.net/free-photo/man-is-sitting-toilet_1204-357.jpg?_wi=1", imageAlt: "Luxury bathroom renovation completed"},
|
||||
id: "bathroom-remodel-1", name: "Luxury Bathroom Remodel", price: "East Hartford", variant: "Bathroom Remodeling", imageSrc: "http://img.b2bpic.net/free-photo/man-is-sitting-toilet_1204-357.jpg?_wi=1", imageAlt: "Luxury bathroom renovation completed"
|
||||
},
|
||||
{
|
||||
id: "deck-construction-1", name: "Cedar Deck Construction", price: "South Windsor", variant: "Deck Construction", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302607.jpg?_wi=1", imageAlt: "New cedar deck construction"},
|
||||
id: "deck-construction-1", name: "Cedar Deck Construction", price: "South Windsor", variant: "Deck Construction", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302607.jpg?_wi=1", imageAlt: "New cedar deck construction"
|
||||
},
|
||||
{
|
||||
id: "roof-replacement-1", name: "Roof Replacement", price: "Nearby CT", variant: "Roofing", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-with-hammer-building-roof-house_23-2148748848.jpg?_wi=1", imageAlt: "Professional roof replacement"},
|
||||
id: "roof-replacement-1", name: "Roof Replacement", price: "Nearby CT", variant: "Roofing", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-with-hammer-building-roof-house_23-2148748848.jpg?_wi=1", imageAlt: "Professional roof replacement"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -135,24 +149,31 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "South Windsor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg?_wi=1", imageAlt: "happy homeowner portrait professional photo"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg?_wi=1", imageAlt: "happy homeowner portrait professional photo"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Property Owner", company: "East Hartford", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg?_wi=1", imageAlt: "professional male portrait homeowner"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg?_wi=1", imageAlt: "professional male portrait homeowner"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "South Windsor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-taking-selfie-city_23-2148767021.jpg?_wi=1", imageAlt: "professional woman portrait happy customer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-taking-selfie-city_23-2148767021.jpg?_wi=1", imageAlt: "professional woman portrait happy customer"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Homeowner", company: "East Hartford", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg?_wi=1", imageAlt: "professional male portrait customer happy"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg?_wi=1", imageAlt: "professional male portrait customer happy"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "500+", label: "Projects Completed"},
|
||||
value: "500+", label: "Projects Completed"
|
||||
},
|
||||
{
|
||||
value: "99%", label: "Client Satisfaction"},
|
||||
value: "99%", label: "Client Satisfaction"
|
||||
},
|
||||
{
|
||||
value: "15+", label: "Years Experience"},
|
||||
value: "15+", label: "Years Experience"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -166,7 +187,8 @@ export default function HomePage() {
|
||||
title="Serving Connecticut Communities"
|
||||
description="We proudly serve homeowners throughout Connecticut, with a focus on South Windsor and East Hartford areas"
|
||||
names={[
|
||||
"South Windsor, CT", "East Hartford, CT", "Manchester, CT", "Glastonbury, CT", "Wethersfield, CT", "Windsor, CT", "Rocky Hill, CT", "Newington, CT"]}
|
||||
"South Windsor, CT", "East Hartford, CT", "Manchester, CT", "Glastonbury, CT", "Wethersfield, CT", "Windsor, CT", "Rocky Hill, CT", "Newington, CT"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={50}
|
||||
@@ -175,6 +197,23 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get Started"
|
||||
title="Ready for Your Home Transformation?"
|
||||
description="Let's bring your vision to life. Contact us today for a free consultation and detailed estimate on your next project."
|
||||
tagIcon={ArrowRight}
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Free Estimate"
|
||||
termsText="We respect your privacy and will only use your information to contact you about your project."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Contracting USA"
|
||||
@@ -182,37 +221,49 @@ export default function HomePage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home", href: "/"},
|
||||
label: "Home", href: "/"
|
||||
},
|
||||
{
|
||||
label: "Services", href: "/services"},
|
||||
label: "Services", href: "/services"
|
||||
},
|
||||
{
|
||||
label: "About", href: "/about"},
|
||||
label: "About", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Gallery", href: "/gallery"},
|
||||
label: "Gallery", href: "/gallery"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Service Areas", href: "/service-areas"},
|
||||
label: "Service Areas", href: "/service-areas"
|
||||
},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
label: "Contact", href: "/contact"
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
label: "Privacy Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
label: "Terms of Service", href: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Call: (860) 474-5144", href: "tel:+1-860-474-5144"},
|
||||
label: "Call: (860) 474-5144", href: "tel:+1-860-474-5144"
|
||||
},
|
||||
{
|
||||
label: "Email: info@contractingusa.local", href: "mailto:info@contractingusa.local"},
|
||||
label: "Email: info@contractingusa.local", href: "mailto:info@contractingusa.local"
|
||||
},
|
||||
{
|
||||
label: "Address: 85 Andreis Trail", href: "#"},
|
||||
label: "Address: 85 Andreis Trail", href: "#"
|
||||
},
|
||||
{
|
||||
label: "South Windsor, CT 06074", href: "#"},
|
||||
label: "South Windsor, CT 06074", href: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user