Merge version_2 into main #2
@@ -1,58 +1,32 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Lato } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const lato = Lato({
|
||||
variable: "--font-lato", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Luxury Home Renovations | Bathroom & Kitchen Remodeling", description: "Transform your home with expert luxury bathroom and kitchen renovations. 500+ completed projects, 98% satisfaction rate. Get your free quote today.", keywords: "bathroom remodeling, kitchen renovations, home improvement, luxury renovations, bathroom remodel, kitchen upgrade, home contractor", metadataBase: new URL("https://luxuryrenovations.com"),
|
||||
alternates: {
|
||||
canonical: "https://luxuryrenovations.com"},
|
||||
openGraph: {
|
||||
title: "Luxury Home Renovations Done Right", description: "Expert bathroom and kitchen renovation services. Reliable, efficient, high-quality craftsmanship.", url: "https://luxuryrenovations.com", type: "website", siteName: "Luxury Renovations", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2349.jpg", alt: "luxury bathroom design marble tiles"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Luxury Home Renovations Done Right", description: "Transform your home with expert renovation services.", images: ["http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2349.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "I.T. Home Improvement - Luxury Renovations", description: "Professional home renovation and improvement services"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<body className={inter.variable}>
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
document.documentElement.style.setProperty('--vw', (window.innerWidth * 0.01) + 'px');
|
||||
window.addEventListener('resize', () => {
|
||||
document.documentElement.style.setProperty('--vw', (window.innerWidth * 0.01) + 'px');
|
||||
});
|
||||
`,
|
||||
}}
|
||||
/>
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1420,7 +1394,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Luxury Renovations"
|
||||
brandName="I.T. Home Improvement"
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
title="Luxury Home Renovations Done Right"
|
||||
title="I.T. Home Improvement - Luxury Renovations Done Right"
|
||||
description="Reliable, efficient, and high-quality home improvement services. From bathroom remodels to full home upgrades, we help homeowners bring their vision to life."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2349.jpg"
|
||||
@@ -59,9 +59,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="trust-signals" data-section="trust-signals">
|
||||
<TextSplitAbout
|
||||
title="Why Choose Us"
|
||||
title="Why Choose I.T. Home Improvement"
|
||||
description={[
|
||||
"With over 15 years of experience in luxury home renovations, we combine craftsmanship with innovation to deliver exceptional results.", "Our team ensures reliability, efficiency, design guidance, and unmatched quality in every project, making your renovation journey stress-free and enjoyable."
|
||||
"With over 15 years of experience in luxury home renovations, I.T. Home Improvement combines craftsmanship with innovation to deliver exceptional results.", "Our team ensures reliability, efficiency, design guidance, and unmatched quality in every project, making your renovation journey stress-free and enjoyable."
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn Our Process", href: "#services" }]}
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyFive
|
||||
title="Our Premium Services"
|
||||
title="I.T. Home Improvement Premium Services"
|
||||
description="Comprehensive renovation solutions tailored to your home and lifestyle."
|
||||
tag="Services"
|
||||
tagIcon={Hammer}
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardFour
|
||||
title="Before & After Gallery"
|
||||
title="I.T. Home Improvement Before & After Gallery"
|
||||
description="Explore our recent transformations and see the quality of our work."
|
||||
tag="Projects"
|
||||
tagIcon={Images}
|
||||
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
title="Client Testimonials"
|
||||
title="I.T. Home Improvement Client Testimonials"
|
||||
description="Hear from homeowners who've transformed their spaces with us."
|
||||
testimonials={[
|
||||
{
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
title="Our Track Record"
|
||||
title="I.T. Home Improvement Track Record"
|
||||
description="Proven excellence in luxury home renovation services."
|
||||
tag="Results"
|
||||
tagIcon={TrendingUp}
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to transform your home? Get your free renovation quote today. Our team will assess your project and provide a detailed, no-obligation estimate."
|
||||
text="Ready to transform your home with I.T. Home Improvement? Get your free renovation quote today. Our team will assess your project and provide a detailed, no-obligation estimate."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Luxury Renovations"
|
||||
logoText="I.T. Home Improvement"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user