8 Commits

Author SHA1 Message Date
86f3d657b6 Update src/app/page.tsx 2026-03-04 12:17:25 +00:00
78603b7210 Update src/app/layout.tsx 2026-03-04 12:17:24 +00:00
19ec15f1ed Merge version_2 into main
Merge version_2 into main
2026-03-04 12:14:11 +00:00
a983f2e29f Update src/app/page.tsx 2026-03-04 12:14:05 +00:00
76f72862b9 Update src/app/layout.tsx 2026-03-04 12:14:04 +00:00
1fe67b5a72 Merge version_1 into main
Merge version_1 into main
2026-03-04 12:07:26 +00:00
2a44d5072a Merge version_1 into main
Merge version_1 into main
2026-03-04 12:05:23 +00:00
65f1b2d1b1 Merge version_1 into main
Merge version_1 into main
2026-03-04 12:03:50 +00:00
2 changed files with 39 additions and 58 deletions

View File

@@ -1,54 +1,20 @@
import type { Metadata } from "next";
import { Raleway } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const raleway = Raleway({
variable: "--font-raleway", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Luxury Renovation & Construction | TBL Contractors LLC", description: "High-end home renovations, deck construction, and repairs with precision execution and clear communication. Trusted by Arlington homeowners.", keywords: "luxury renovation, home remodeling, deck construction, Arlington contractor, precision construction, luxury contractor", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Luxury Renovation & Construction Done Right | TBL Contractors", description: "High-end home renovations with unmatched precision, clean execution, and constant communication.", type: "website", siteName: "TBL Contractors LLC", images: [
{
url: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg", alt: "Luxury home renovation project"},
],
},
twitter: {
card: "summary_large_image", title: "Luxury Renovation & Construction | TBL Contractors", description: "Precision construction and luxury renovations for Arlington homeowners.", images: ["http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg"],
},
};
title: "TBL Contractors LLC | Luxury Renovation & Construction", description: "High-end home renovations, decks, and repairs with precision and professionalism in Arlington, TX."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${raleway.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -36,7 +36,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Get a Free Estimate", href: "#contact"}}
text: "Get a Free Estimate", href: "#contact"
}}
/>
</div>
@@ -48,16 +49,18 @@ export default function LandingPage() {
tagIcon={Hammer}
tagAnimation="slide-up"
buttons={[
{ text: "Get a Free Project Estimate", href: "#contact" },
{ text: "Schedule Your Free Estimate", href: "#contact" },
{ text: "View Our Work", href: "#testimonials" },
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg", imageAlt: "Luxury home renovation project"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg", imageAlt: "Luxury home renovation project"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-talking-cellphone-construction-site_23-2148204026.jpg", imageAlt: "Professional construction site"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-talking-cellphone-construction-site_23-2148204026.jpg", imageAlt: "Professional construction site"
},
]}
mediaAnimation="slide-up"
rating={5}
@@ -107,16 +110,20 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Renovation", title: "Home Remodeling", subtitle: "Full room transformations", description: "Full room renovations, layout improvements, finishes, and upgrades. From kitchens and bathrooms to entire home remodels, we deliver exceptional results with meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2", imageAlt: "Modern kitchen renovation"},
tag: "Renovation", title: "Home Remodeling", subtitle: "Full room transformations", description: "Full room renovations, layout improvements, finishes, and upgrades. From kitchens and bathrooms to entire home remodels, we deliver exceptional results with meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2", imageAlt: "Modern kitchen renovation"
},
{
id: 2,
tag: "Outdoor", title: "Deck Construction", subtitle: "Precision framing and premium materials", description: "Precision framing, solid foundations, premium lumber, and long-lasting builds. We construct decks that withstand the test of time while providing stunning outdoor living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-dreamy-barefooted-lady-with-long-curly-hair-sitting-wooden-bench-park-looking-away-romantic-girl-straw-hat-white-dress-posing-front-flowerbed_197531-3979.jpg", imageAlt: "Professional deck construction"},
tag: "Outdoor", title: "Deck Construction", subtitle: "Precision framing and premium materials", description: "Precision framing, solid foundations, premium lumber, and long-lasting builds. We construct decks that withstand the test of time while providing stunning outdoor living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-dreamy-barefooted-lady-with-long-curly-hair-sitting-wooden-bench-park-looking-away-romantic-girl-straw-hat-white-dress-posing-front-flowerbed_197531-3979.jpg", imageAlt: "Professional deck construction"
},
{
id: 3,
tag: "Repairs", title: "Home Repairs & Upgrades", subtitle: "Fast, professional solutions", description: "Fast, professional fixes and improvements without disrupting your home. From minor repairs to strategic upgrades, we handle every detail with precision.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg", imageAlt: "Professional home repairs"},
tag: "Repairs", title: "Home Repairs & Upgrades", subtitle: "Fast, professional solutions", description: "Fast, professional fixes and improvements without disrupting your home. From minor repairs to strategic upgrades, we handle every detail with precision.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg", imageAlt: "Professional home repairs"
},
{
id: 4,
tag: "Construction", title: "Demolition & Rebuild", subtitle: "Clean, controlled transformation", description: "Clean, controlled demolition and high-quality reconstruction. We manage complex projects from start to finish with zero surprises and complete transparency.", imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194803.jpg", imageAlt: "Professional demolition project"},
tag: "Construction", title: "Demolition & Rebuild", subtitle: "Clean, controlled transformation", description: "Clean, controlled demolition and high-quality reconstruction. We manage complex projects from start to finish with zero surprises and complete transparency.", imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194803.jpg", imageAlt: "Professional demolition project"
},
]}
/>
</div>
@@ -133,16 +140,20 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Phase 1", title: "Consultation & Walkthrough", subtitle: "Understanding your vision", description: "We inspect the space, understand your goals, and advise on the smartest build approach. This is where we ask questions, listen carefully, and establish clear expectations.", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-collaborates-with-real-estate-team-experts_482257-95542.jpg", imageAlt: "Project consultation with homeowner"},
tag: "Phase 1", title: "Consultation & Walkthrough", subtitle: "Understanding your vision", description: "We inspect the space, understand your goals, and advise on the smartest build approach. This is where we ask questions, listen carefully, and establish clear expectations.", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-collaborates-with-real-estate-team-experts_482257-95542.jpg", imageAlt: "Project consultation with homeowner"
},
{
id: 2,
tag: "Phase 2", title: "Detailed Planning & Scheduling", subtitle: "Clear timeline and expectations", description: "You receive a clear timeline, scope, and expectations. No surprises, no vague estimates — just professional planning that respects your time and investment.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-meeting-architectural-project_1421-29.jpg", imageAlt: "Construction project planning"},
tag: "Phase 2", title: "Detailed Planning & Scheduling", subtitle: "Clear timeline and expectations", description: "You receive a clear timeline, scope, and expectations. No surprises, no vague estimates — just professional planning that respects your time and investment.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-meeting-architectural-project_1421-29.jpg", imageAlt: "Construction project planning"
},
{
id: 3,
tag: "Phase 3", title: "Precision Construction", subtitle: "Excellence in execution", description: "Clean work, premium materials, zero corner-cutting. Our crews execute every detail with the same precision we use for the foundation. Quality matters at every stage.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-108529.jpg", imageAlt: "Professional construction work"},
tag: "Phase 3", title: "Precision Construction", subtitle: "Excellence in execution", description: "Clean work, premium materials, zero corner-cutting. Our crews execute every detail with the same precision we use for the foundation. Quality matters at every stage.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-108529.jpg", imageAlt: "Professional construction work"
},
{
id: 4,
tag: "Phase 4", title: "Final Walkthrough & Handover", subtitle: "Your project, perfected", description: "We only finish when every detail meets our standard. You'll do a complete walkthrough with us, and we don't hand over keys until you're completely satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg", imageAlt: "Final project inspection"},
tag: "Phase 4", title: "Final Walkthrough & Handover", subtitle: "Your project, perfected", description: "We only finish when every detail meets our standard. You'll do a complete walkthrough with us, and we don't hand over keys until you're completely satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg", imageAlt: "Final project inspection"
},
]}
/>
</div>
@@ -158,15 +169,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "James Mitchell, Arlington Homeowner", date: "Date: 15 November 2024", title: "The execution is top-tier.", quote: "The entire demo and rebuild process was seamless. The site stayed clean, the quality was exceptional, and the final result completely transformed the space. They finished two days early without cutting a single corner.", tag: "Home Remodeling", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1"},
id: "1", name: "James Mitchell, Arlington Homeowner", date: "Date: 15 November 2024", title: "The execution is top-tier.", quote: "The entire demo and rebuild process was seamless. The site stayed clean, the quality was exceptional, and the final result completely transformed the space. They finished two days early without cutting a single corner.", tag: "Home Remodeling", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1"
},
{
id: "2", name: "Sarah Chen, Perfectionist Homeowner", date: "Date: 22 October 2024", title: "They didn't cut corners — even on the foundation.", quote: "As a perfectionist, I followed the framing closely. TBL delivered precision work and finished two days early. Their attention to detail is remarkable, and the craftsmanship is evident in every aspect of the project.", tag: "Deck Construction", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2"},
id: "2", name: "Sarah Chen, Perfectionist Homeowner", date: "Date: 22 October 2024", title: "They didn't cut corners — even on the foundation.", quote: "As a perfectionist, I followed the framing closely. TBL delivered precision work and finished two days early. Their attention to detail is remarkable, and the craftsmanship is evident in every aspect of the project.", tag: "Deck Construction", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2"
},
{
id: "3", name: "Michael Rodriguez, Arlington Resident", date: "Date: 8 October 2024", title: "Best contractor experience in Arlington.", quote: "Communication was clear the entire time. I never had to guess what was happening, when work would start, or when it would be finished. The professionalism and respect for my home was outstanding from day one.", tag: "Home Repairs", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3"},
id: "3", name: "Michael Rodriguez, Arlington Resident", date: "Date: 8 October 2024", title: "Best contractor experience in Arlington.", quote: "Communication was clear the entire time. I never had to guess what was happening, when work would start, or when it would be finished. The professionalism and respect for my home was outstanding from day one.", tag: "Home Repairs", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3"
},
{
id: "4", name: "Patricia Williams, Home Investor", date: "Date: 25 September 2024", title: "Professional, reliable, and fast.", quote: "Our repairs and upgrades were completed in five days without any disruption to our daily life. The crew was respectful, clean, and professional. Highly recommended for anyone seeking quality work.", tag: "Upgrades", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4"},
id: "4", name: "Patricia Williams, Home Investor", date: "Date: 25 September 2024", title: "Professional, reliable, and fast.", quote: "Our repairs and upgrades were completed in five days without any disruption to our daily life. The crew was respectful, clean, and professional. Highly recommended for anyone seeking quality work.", tag: "Upgrades", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4"
},
{
id: "5", name: "David Thompson, Arlington Executive", date: "Date: 12 September 2024", title: "Exactly what luxury construction should be.", quote: "No salesmanship, no pressure, just excellent work. TBL understood my vision, delivered on their promises, and exceeded expectations on quality. Worth every penny.", tag: "Full Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=5"},
id: "5", name: "David Thompson, Arlington Executive", date: "Date: 12 September 2024", title: "Exactly what luxury construction should be.", quote: "No salesmanship, no pressure, just excellent work. TBL understood my vision, delivered on their promises, and exceeded expectations on quality. Worth every penny.", tag: "Full Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=5"
},
]}
/>
</div>