Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 60a9140aed | |||
| 5fd2ec59ac | |||
| 271544caab |
@@ -7,52 +7,35 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const halant = Halant({
|
const halant = Halant({
|
||||||
variable: "--font-halant",
|
variable: "--font-halant", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const roboto = Roboto({
|
const roboto = Roboto({
|
||||||
variable: "--font-roboto",
|
variable: "--font-roboto", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["100", "300", "400", "500", "700", "900"],
|
weight: ["100", "300", "400", "500", "700", "900"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Contracting USA | General Contractor in South Windsor, CT",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://www.contractingusa.com",
|
canonical: "https://www.contractingusa.com"},
|
||||||
},
|
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Contracting USA | General Contractor in South Windsor, CT",
|
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: [
|
||||||
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",
|
url: "http://img.b2bpic.net/free-photo/professional-carpenter-using-power-hand-saw-workshop-side-view_1163-3124.jpg", alt: "Professional contracting team"},
|
||||||
alt: "Professional contracting team",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Contracting USA | General Contractor in South Windsor, CT", description: "Licensed general contractor serving Connecticut with expert home renovations, remodeling, and repairs.", images: ["http://img.b2bpic.net/free-photo/professional-carpenter-using-power-hand-saw-workshop-side-view_1163-3124.jpg"],
|
||||||
title: "Contracting USA | General Contractor in South Windsor, CT",
|
|
||||||
description: "Licensed general contractor serving Connecticut with expert home renovations, remodeling, and repairs.",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/professional-carpenter-using-power-hand-saw-workshop-side-view_1163-3124.jpg"],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
191
src/app/page.tsx
191
src/app/page.tsx
@@ -37,9 +37,7 @@ export default function HomePage() {
|
|||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:+1-860-474-5144"}}
|
||||||
href: "tel:+1-860-474-5144",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -50,13 +48,9 @@ export default function HomePage() {
|
|||||||
description="Licensed general contractor serving homeowners across Connecticut with quality home renovations, remodeling, and repairs. Local expertise you can trust."
|
description="Licensed general contractor serving homeowners across Connecticut with quality home renovations, remodeling, and repairs. Local expertise you can trust."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now: (860) 474-5144",
|
text: "Call Now: (860) 474-5144", href: "tel:+1-860-474-5144"},
|
||||||
href: "tel:+1-860-474-5144",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Request Free Estimate",
|
text: "Request Free Estimate", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/professional-carpenter-using-power-hand-saw-workshop-side-view_1163-3124.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/professional-carpenter-using-power-hand-saw-workshop-side-view_1163-3124.jpg"
|
||||||
@@ -65,8 +59,7 @@ export default function HomePage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
className="hero-section-primary"
|
className="hero-section-primary"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -77,26 +70,18 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
|
{
|
||||||
|
icon: Star,
|
||||||
|
label: "Google Rating", value: "5.0"},
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
label: "Years Experience",
|
label: "Years Experience", value: "15+"},
|
||||||
value: "15+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: CheckCircle,
|
icon: CheckCircle,
|
||||||
label: "Projects Completed",
|
label: "Projects Completed", value: "500+"},
|
||||||
value: "500+",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Star,
|
|
||||||
label: "Google Rating",
|
|
||||||
value: "5.0",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Satisfied Clients",
|
label: "Satisfied Clients", value: "99%"},
|
||||||
value: "99%",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -107,21 +92,11 @@ export default function HomePage() {
|
|||||||
description="From full home renovations to targeted repairs, we deliver professional contracting services tailored to your needs."
|
description="From full home renovations to targeted repairs, we deliver professional contracting services tailored to your needs."
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Inexperienced contractors",
|
"Inexperienced contractors", "Delayed timelines", "Hidden costs and surprises", "Poor communication", "Mediocre workmanship"],
|
||||||
"Delayed timelines",
|
|
||||||
"Hidden costs and surprises",
|
|
||||||
"Poor communication",
|
|
||||||
"Mediocre workmanship",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Licensed, insured professionals",
|
"Licensed, insured professionals", "Reliable, on-time completion", "Transparent, upfront pricing", "Direct communication with owner", "Quality craftsmanship guaranteed"],
|
||||||
"Reliable, on-time completion",
|
|
||||||
"Transparent, upfront pricing",
|
|
||||||
"Direct communication with owner",
|
|
||||||
"Quality craftsmanship guaranteed",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -137,37 +112,13 @@ export default function HomePage() {
|
|||||||
description="Before and after transformations showcasing our quality workmanship across Connecticut"
|
description="Before and after transformations showcasing our quality workmanship across Connecticut"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "kitchen-remodel-1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
@@ -183,55 +134,25 @@ export default function HomePage() {
|
|||||||
description="Real testimonials from homeowners who trust us with their most important projects"
|
description="Real testimonials from homeowners who trust us with their most important projects"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "South Windsor", rating: 5,
|
||||||
name: "Sarah Johnson",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg?_wi=1", imageAlt: "happy homeowner portrait professional photo"},
|
||||||
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",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", role: "Property Owner", company: "East Hartford", rating: 5,
|
||||||
name: "Michael Chen",
|
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"},
|
||||||
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",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "South Windsor", rating: 5,
|
||||||
name: "Emily Rodriguez",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-taking-selfie-city_23-2148767021.jpg?_wi=1", imageAlt: "professional woman portrait happy customer"},
|
||||||
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",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Kim", role: "Homeowner", company: "East Hartford", rating: 5,
|
||||||
name: "David Kim",
|
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg?_wi=1", imageAlt: "professional male portrait customer happy"},
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "500+",
|
value: "500+", label: "Projects Completed"},
|
||||||
label: "Projects Completed",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "99%",
|
value: "99%", label: "Client Satisfaction"},
|
||||||
label: "Client Satisfaction",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "15+",
|
value: "15+", label: "Years Experience"},
|
||||||
label: "Years Experience",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -245,15 +166,7 @@ export default function HomePage() {
|
|||||||
title="Serving Connecticut Communities"
|
title="Serving Connecticut Communities"
|
||||||
description="We proudly serve homeowners throughout Connecticut, with a focus on South Windsor and East Hartford areas"
|
description="We proudly serve homeowners throughout Connecticut, with a focus on South Windsor and East Hartford areas"
|
||||||
names={[
|
names={[
|
||||||
"South Windsor, CT",
|
"South Windsor, CT", "East Hartford, CT", "Manchester, CT", "Glastonbury, CT", "Wethersfield, CT", "Windsor, CT", "Rocky Hill, CT", "Newington, CT"]}
|
||||||
"East Hartford, CT",
|
|
||||||
"Manchester, CT",
|
|
||||||
"Glastonbury, CT",
|
|
||||||
"Wethersfield, CT",
|
|
||||||
"Windsor, CT",
|
|
||||||
"Rocky Hill, CT",
|
|
||||||
"Newington, CT",
|
|
||||||
]}
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
speed={50}
|
speed={50}
|
||||||
@@ -269,61 +182,37 @@ export default function HomePage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "/services"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Gallery",
|
label: "Gallery", href: "/gallery"},
|
||||||
href: "/gallery",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Service Areas",
|
label: "Service Areas", href: "/service-areas"},
|
||||||
href: "/service-areas",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Call: (860) 474-5144",
|
label: "Call: (860) 474-5144", href: "tel:+1-860-474-5144"},
|
||||||
href: "tel:+1-860-474-5144",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Email: info@contractingusa.local",
|
label: "Email: info@contractingusa.local", href: "mailto:info@contractingusa.local"},
|
||||||
href: "mailto:info@contractingusa.local",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Address: 85 Andreis Trail",
|
label: "Address: 85 Andreis Trail", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "South Windsor, CT 06074",
|
label: "South Windsor, CT 06074", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user