Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a9dd6c7c3 | |||
| f023d6aab8 | |||
| 0c89530942 | |||
| 60a9140aed | |||
| 5fd2ec59ac | |||
| 271544caab |
@@ -7,52 +7,37 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-roboto", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
});
|
||||
|
||||
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"),
|
||||
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,
|
||||
},
|
||||
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: [
|
||||
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: {
|
||||
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"],
|
||||
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"],
|
||||
},
|
||||
};
|
||||
|
||||
@@ -1440,4 +1425,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
180
src/app/page.tsx
180
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,8 +37,7 @@ 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}
|
||||
/>
|
||||
@@ -50,12 +49,10 @@ 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"
|
||||
@@ -65,7 +62,7 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
className="hero-section-primary"
|
||||
/>
|
||||
@@ -77,25 +74,21 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
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+",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Google Rating",
|
||||
value: "5.0",
|
||||
label: "Projects Completed", value: "500+"
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Satisfied Clients",
|
||||
value: "99%",
|
||||
label: "Satisfied Clients", value: "99%"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -107,20 +100,12 @@ 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"
|
||||
@@ -137,36 +122,16 @@ 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"
|
||||
@@ -183,54 +148,31 @@ export default function HomePage() {
|
||||
description="Real testimonials from homeowners who trust us with their most important projects"
|
||||
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",
|
||||
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"
|
||||
},
|
||||
{
|
||||
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",
|
||||
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"
|
||||
},
|
||||
{
|
||||
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",
|
||||
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"
|
||||
},
|
||||
{
|
||||
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",
|
||||
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"
|
||||
},
|
||||
]}
|
||||
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"
|
||||
@@ -245,14 +187,7 @@ 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}
|
||||
@@ -262,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"
|
||||
@@ -269,60 +221,48 @@ 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: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -331,4 +271,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user