Update src/app/page.tsx
This commit is contained in:
@@ -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