3 Commits

Author SHA1 Message Date
1e5126f14e Update src/app/page.tsx 2026-03-03 05:29:40 +00:00
61de6d4d7a Update src/app/layout.tsx 2026-03-03 05:29:39 +00:00
5780e100bf Merge version_1 into main
Merge version_1 into main
2026-03-03 05:27:23 +00:00
2 changed files with 54 additions and 27 deletions

View File

@@ -30,9 +30,11 @@ export const metadata: Metadata = {
follow: true, follow: true,
}, },
openGraph: { openGraph: {
title: "The Experts | Professional Home Renovation Services", description: "Transform your home with expert renovation services. Kitchens, bathrooms, and full remodels.", type: "website", siteName: "The Experts"}, title: "The Experts | Professional Home Renovation Services", description: "Transform your home with expert renovation services. Kitchens, bathrooms, and full remodels.", type: "website", siteName: "The Experts"
},
twitter: { twitter: {
card: "summary_large_image", title: "The Experts | Professional Home Renovation Services", description: "Professional home renovation services including kitchens, bathrooms, and full home remodeling."}, card: "summary_large_image", title: "The Experts | Professional Home Renovation Services", description: "Professional home renovation services including kitchens, bathrooms, and full home remodeling."
},
}; };
export default function RootLayout({ export default function RootLayout({

View File

@@ -35,7 +35,8 @@ export default function LandingPage() {
{ name: "About", id: "about" }, { name: "About", id: "about" },
]} ]}
button={{ button={{
text: "Get a Quote", href: "#contact"}} text: "Get a Quote", href: "#contact"
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -50,11 +51,14 @@ export default function LandingPage() {
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=1", imageAlt: "Modern home renovation project"}, imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=1", imageAlt: "Modern home renovation project"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2", imageAlt: "Beautiful kitchen renovation"}, imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2", imageAlt: "Beautiful kitchen renovation"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=1", imageAlt: "Luxury bathroom renovation"}, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=1", imageAlt: "Luxury bathroom renovation"
},
]} ]}
autoplayDelay={4000} autoplayDelay={4000}
showDimOverlay={true} showDimOverlay={true}
@@ -69,13 +73,16 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Design & Planning", description: "Comprehensive consultation and custom design planning tailored to your vision, budget, and lifestyle needs.", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-collaborates-with-real-estate-team-experts_482257-95542.jpg", imageAlt: "Design consultation"}, title: "Design & Planning", description: "Save 20% on material costs through optimized layouts and expert vendor relationships. Custom design planning tailored to your vision, budget, and lifestyle needs.", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-collaborates-with-real-estate-team-experts_482257-95542.jpg", imageAlt: "Design consultation"
},
{ {
id: 2, id: 2,
title: "Expert Installation", description: "Professional installation services using high-quality materials and certified craftsmen with years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-with-ladder_23-2149366658.jpg", imageAlt: "Professional installation"}, title: "Expert Installation", description: "Reduce project delays by 30% with our certified craftsmen and streamlined coordination. Professional installation services using high-quality materials and years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-with-ladder_23-2149366658.jpg", imageAlt: "Professional installation"
},
{ {
id: 3, id: 3,
title: "Finishing Touches", description: "Meticulous attention to detail ensuring every element is perfect, from paint to fixtures to final inspections.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-new-normal-with-safety-measures_23-2148656706.jpg", imageAlt: "Finishing and quality control"}, title: "Finishing Touches", description: "Achieve 99% defect-free results with meticulous quality control and inspection protocols. Every element is perfect, from paint to fixtures to final inspections.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-new-normal-with-safety-measures_23-2148656706.jpg", imageAlt: "Finishing and quality control"
},
]} ]}
animationType="blur-reveal" animationType="blur-reveal"
textboxLayout="default" textboxLayout="default"
@@ -91,13 +98,16 @@ export default function LandingPage() {
products={[ products={[
{ {
id: "1", brand: "The Experts", name: "Modern Kitchen Transformation", price: "Complete", rating: 5, id: "1", brand: "The Experts", name: "Modern Kitchen Transformation", price: "Complete", rating: 5,
reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=3", imageAlt: "Modern kitchen renovation"}, reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=3", imageAlt: "Modern kitchen renovation"
},
{ {
id: "2", brand: "The Experts", name: "Luxury Bathroom Suite", price: "Complete", rating: 5, id: "2", brand: "The Experts", name: "Luxury Bathroom Suite", price: "Complete", rating: 5,
reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2", imageAlt: "Luxury bathroom renovation"}, reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2", imageAlt: "Luxury bathroom renovation"
},
{ {
id: "3", brand: "The Experts", name: "Living Room Renovation", price: "Complete", rating: 5, id: "3", brand: "The Experts", name: "Living Room Renovation", price: "Complete", rating: 5,
reviewCount: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/blonde-charming-woman-silk-black-jumpsuit-stylish-eyeglasses-sits-brown-big-soft-sofa-ho_197531-33650.jpg", imageAlt: "Modern living room renovation"}, reviewCount: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/blonde-charming-woman-silk-black-jumpsuit-stylish-eyeglasses-sits-brown-big-soft-sofa-ho_197531-33650.jpg", imageAlt: "Modern living room renovation"
},
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -112,9 +122,11 @@ export default function LandingPage() {
tag="Our Impact" tag="Our Impact"
metrics={[ metrics={[
{ {
id: "1", value: "500+", description: "Successful renovation projects completed across the region with exceptional results."}, id: "1", value: "500+", description: "Successful renovation projects completed across the region with exceptional results."
},
{ {
id: "2", value: "98%", description: "Customer satisfaction rate with repeat business and referrals from trusted clients."}, id: "2", value: "98%", description: "Customer satisfaction rate with repeat business and referrals from trusted clients."
},
]} ]}
metricsAnimation="blur-reveal" metricsAnimation="blur-reveal"
useInvertedBackground={false} useInvertedBackground={false}
@@ -130,11 +142,14 @@ export default function LandingPage() {
{ {
id: "leadership", groupTitle: "Leadership", members: [ id: "leadership", groupTitle: "Leadership", members: [
{ {
id: "1", title: "Michael Johnson", subtitle: "Project Director", detail: "michael@theexperts.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-factory_107420-96555.jpg", imageAlt: "Michael Johnson"}, id: "1", title: "Michael Johnson", subtitle: "Project Director", detail: "michael@theexperts.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-factory_107420-96555.jpg", imageAlt: "Michael Johnson"
},
{ {
id: "2", title: "Sarah Chen", subtitle: "Design Lead", detail: "sarah@theexperts.com", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg", imageAlt: "Sarah Chen"}, id: "2", title: "Sarah Chen", subtitle: "Design Lead", detail: "sarah@theexperts.com", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg", imageAlt: "Sarah Chen"
},
{ {
id: "3", title: "James Rodriguez", subtitle: "Operations Manager", detail: "james@theexperts.com", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "James Rodriguez"}, id: "3", title: "James Rodriguez", subtitle: "Operations Manager", detail: "james@theexperts.com", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "James Rodriguez"
},
], ],
}, },
]} ]}
@@ -151,13 +166,17 @@ export default function LandingPage() {
author="Margaret Wilson, Homeowner" author="Margaret Wilson, Homeowner"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Customer avatar 1"}, src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Customer avatar 1"
},
{ {
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Customer avatar 2"}, src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Customer avatar 2"
},
{ {
src: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg", alt: "Customer avatar 3"}, src: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg", alt: "Customer avatar 3"
},
{ {
src: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg", alt: "Customer avatar 4"}, src: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg", alt: "Customer avatar 4"
},
]} ]}
ratingAnimation="blur-reveal" ratingAnimation="blur-reveal"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -172,17 +191,23 @@ export default function LandingPage() {
tag="FAQ" tag="FAQ"
faqs={[ faqs={[
{ {
id: "1", title: "How long does a typical renovation project take?", content: "Project timelines vary depending on scope and complexity. A kitchen renovation typically takes 4-8 weeks, while bathroom renovations usually take 2-4 weeks. We provide detailed timelines during the planning phase."}, id: "1", title: "How long does a typical renovation project take?", content: "Project timelines vary depending on scope and complexity. A kitchen renovation typically takes 4-8 weeks, while bathroom renovations usually take 2-4 weeks. We provide detailed timelines during the planning phase."
},
{ {
id: "2", title: "What is your warranty on completed work?", content: "We offer a comprehensive 2-year warranty on all labor and materials. This covers any defects or issues that may arise from our workmanship, giving you complete peace of mind."}, id: "2", title: "What is your warranty on completed work?", content: "We offer a comprehensive 2-year warranty on all labor and materials. This covers any defects or issues that may arise from our workmanship, giving you complete peace of mind."
},
{ {
id: "3", title: "Do you provide financing options?", content: "Yes, we work with several financing partners to offer flexible payment plans. We can discuss options that fit your budget during your consultation."}, id: "3", title: "Do you provide financing options?", content: "Yes, we work with several financing partners to offer flexible payment plans. We can discuss options that fit your budget during your consultation."
},
{ {
id: "4", title: "How do I get started with a renovation project?", content: "Simply contact us for a free consultation. We'll discuss your vision, assess your space, provide recommendations, and create a detailed estimate with timeline."}, id: "4", title: "How do I get started with a renovation project?", content: "Simply contact us for a free consultation. We'll discuss your vision, assess your space, provide recommendations, and create a detailed estimate with timeline."
},
{ {
id: "5", title: "Can you work within a specific budget?", content: "Absolutely. We specialize in creating renovation plans that align with various budgets. We'll help prioritize improvements to maximize value within your budget constraints."}, id: "5", title: "Can you work within a specific budget?", content: "Absolutely. We specialize in creating renovation plans that align with various budgets. We'll help prioritize improvements to maximize value within your budget constraints."
},
{ {
id: "6", title: "Are you licensed and insured?", content: "Yes, we are fully licensed, bonded, and insured. All our team members carry proper credentials and certifications in their respective trades."}, id: "6", title: "Are you licensed and insured?", content: "Yes, we are fully licensed, bonded, and insured. All our team members carry proper credentials and certifications in their respective trades."
},
]} ]}
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
textboxLayout="default" textboxLayout="default"