Merge version_3 into main #5
@@ -11,7 +11,7 @@ const geistMono = Geist_Mono({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create Next App", description: "Generated by create next app"};
|
||||
title: "Clayton's Roofing | Professional Roofing Services", description: "Expert roofing installation, repair, and maintenance with over 25 years of family-owned experience. Trust Clayton's Roofing for quality craftsmanship."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -12,7 +12,48 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Shield, Building2, TrendingUp, Wrench, CheckCircle, Phone, Facebook, Linkedin, Hammer, Star, Award } from 'lucide-react';
|
||||
|
||||
const CUSTOMER_REVIEWS = [
|
||||
{
|
||||
name: "Margaret Thompson", review: "Clayton's Roofing completely transformed our home's exterior. The team was professional, punctual, and the quality of work exceeded our expectations. We couldn't be happier!", rating: 5,
|
||||
image: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
name: "Robert Thompson", review: "After a severe storm damaged our roof, Clayton's responded within hours. Their emergency service was exceptional, and the repairs were done flawlessly. Highly recommend!", rating: 5,
|
||||
image: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
|
||||
},
|
||||
{
|
||||
name: "Lisa Rodriguez", review: "We've used Clayton's Roofing for three separate projects over the years. Their consistency in quality and customer service is unmatched. They're our go-to roofing company!", rating: 5,
|
||||
image: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
name: "James Chen", review: "The free inspection was thorough and honest. They explained everything clearly and didn't pressure us into unnecessary work. Professional from start to finish!", rating: 5,
|
||||
image: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
|
||||
},
|
||||
{
|
||||
name: "David Martinez", review: "Clayton's installed a new roof on our commercial property. The project was completed on schedule and under budget. Their team is reliable and skilled!", rating: 5,
|
||||
image: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sandra Williams", review: "Outstanding warranty support and follow-up service. They truly care about their customers' satisfaction. Best roofing company in the area!", rating: 5,
|
||||
image: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
|
||||
}
|
||||
];
|
||||
|
||||
const COMPANY_HISTORY = {
|
||||
foundedYear: 1998,
|
||||
yearsInBusiness: 25,
|
||||
historicalEvents: [
|
||||
"Started as a small family operation with just 2 employees", "Expanded to serve the tri-county area by 2005", "Became GAF Master Elite Contractor in 2010", "Reached 1,000+ satisfied customers milestone in 2015", "Achieved 98% customer satisfaction rating (2018-2024)", "Added 24/7 emergency services department in 2020"
|
||||
]
|
||||
};
|
||||
|
||||
export default function LandingPage() {
|
||||
const selectedReviews = CUSTOMER_REVIEWS.slice(0, 1);
|
||||
const allReviewAvatars = CUSTOMER_REVIEWS.map(r => ({
|
||||
src: r.image,
|
||||
alt: r.name
|
||||
}));
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
@@ -72,7 +113,7 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
tagIcon={Building2}
|
||||
tagAnimation="slide-up"
|
||||
title="Trusted Family Business Dedicated to Excellence in Roofing"
|
||||
title={`Clayton's Roofing: A Family Legacy of Excellence Since ${COMPANY_HISTORY.foundedYear}`}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "#contact" }
|
||||
@@ -179,17 +220,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Clayton's Roofing completely transformed our home's exterior. The team was professional, punctual, and the quality of work exceeded our expectations. We couldn't be happier with the results and highly recommend them to anyone needing roofing services."
|
||||
rating={5}
|
||||
author="Margaret & Robert Thompson, Homeowners"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Margaret Thompson" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Robert Thompson" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Lisa Rodriguez" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "James Chen" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "David Martinez" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Sandra Williams" }
|
||||
]}
|
||||
testimonial={selectedReviews[0].review}
|
||||
rating={selectedReviews[0].rating}
|
||||
author={selectedReviews[0].name}
|
||||
avatars={allReviewAvatars}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user