Merge version_2 into main #2
131
src/app/page.tsx
131
src/app/page.tsx
@@ -21,6 +21,7 @@ import {
|
||||
TrendingUp,
|
||||
MessageSquare,
|
||||
HelpCircle,
|
||||
Calendar,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -46,37 +47,39 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Get Free Quote", href: "#contact" }}
|
||||
button={{ text: "Book Free Estimate", href: "#contact" }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
title="Professional Roofing & Remodeling Services"
|
||||
description="Expert roofing solutions and remodeling services for residential and commercial properties. We deliver quality craftsmanship you can trust."
|
||||
tag="Trusted Local Contractor"
|
||||
tagIcon={Award}
|
||||
title="Get Your Free Construction Estimate Today"
|
||||
description="Professional roofing and remodeling services for residential and commercial properties. Get a free estimate and discover how Loja Construction can transform your property."
|
||||
tag="Schedule Your Free Estimate"
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg"
|
||||
imageAlt="Professional roofing installation"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Michael Rodriguez", handle: "Homeowner, San Antonio", testimonial: "Loja Construction did an excellent job on our roof replacement. Professional, on-time, and the quality is outstanding!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-bearded-man-smiling-standing-against-white-background_1258-112102.jpg"},
|
||||
name: "Michael Rodriguez", handle: "Homeowner, San Antonio", testimonial: "Loja Construction gave us an excellent free estimate and the quality of work exceeded our expectations. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-bearded-man-smiling-standing-against-white-background_1258-112102.jpg"
|
||||
},
|
||||
{
|
||||
name: "Jennifer Davis", handle: "Property Manager", testimonial: "We've worked with them on multiple commercial properties. Consistently reliable and professional throughout the entire process.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6773.jpg"},
|
||||
name: "Jennifer Davis", handle: "Property Manager", testimonial: "Their estimates are thorough and transparent. We've used them for multiple properties and they're consistently reliable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6773.jpg"
|
||||
},
|
||||
{
|
||||
name: "Robert Martinez", handle: "Business Owner", testimonial: "From initial consultation to final inspection, their attention to detail and customer service was exceptional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg"},
|
||||
name: "Robert Martinez", handle: "Business Owner", testimonial: "The free consultation was incredibly helpful. They explained everything clearly and the final work matched their estimate perfectly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{ text: "Schedule Inspection", href: "#contact" },
|
||||
{ text: "View Our Work", href: "#services" },
|
||||
{ text: "Book Free Estimate", href: "#contact" },
|
||||
{ text: "Learn More", href: "#services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -85,23 +88,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="Why Choose Loja Construction"
|
||||
description="With over 20 years of experience in roofing and remodeling, we've built our reputation on quality workmanship, transparent communication, and customer satisfaction."
|
||||
tag="Our Expertise"
|
||||
title="Why Get an Estimate from Loja Construction"
|
||||
description="Our free estimates are detailed, transparent, and obligation-free. With over 20 years of experience, we provide honest assessments and competitive pricing for all your roofing and remodeling needs."
|
||||
tag="Our Commitment"
|
||||
tagIcon={Hammer}
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Craftsmanship", description: "Licensed and insured professionals with extensive training in all roofing systems and remodeling techniques.", icon: Wrench,
|
||||
title: "Free Professional Estimates", description: "Comprehensive assessments with no hidden costs. Our experts examine every detail to provide accurate quotes.", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Quality Materials", description: "We source only the highest quality materials from trusted suppliers to ensure lasting durability.", icon: Shield,
|
||||
title: "Expert Assessment", description: "Licensed professionals with 20+ years of experience provide thorough evaluations of your project needs.", icon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Transparent Pricing", description: "Detailed estimates with no hidden costs. You'll know exactly what to expect before we begin.", icon: DollarSign,
|
||||
title: "Transparent Pricing", description: "Know exactly what you're paying for. Our estimates clearly break down all costs and materials.", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
title: "Customer Satisfaction", description: "Your satisfaction is our priority. We stand behind every project with comprehensive warranties.", icon: ThumbsUp,
|
||||
title: "No Obligation", description: "Receive your free estimate without any pressure or commitment. We want you to make the best decision.", icon: ThumbsUp,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-manager-talking-group-manual-workers-while-having-staff-meeting-factory_637285-4131.jpg"
|
||||
@@ -115,9 +118,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSeven
|
||||
title="Our Services"
|
||||
description="Comprehensive roofing and remodeling solutions tailored to your needs"
|
||||
tag="What We Offer"
|
||||
title="Services We Offer Free Estimates For"
|
||||
description="From roofing to full home remodels, we provide free professional estimates for all these services"
|
||||
tag="Our Services"
|
||||
tagIcon={Briefcase}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -125,16 +128,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Roof Installation", description: "Professional installation of new roofing systems including shingles, metal, tile, and flat roofs with superior craftsmanship and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Roof installation in progress"},
|
||||
title: "Roof Installation", description: "Get a free estimate for professional roof installation. We assess your needs and provide transparent pricing for all roofing materials and labor.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Roof installation in progress"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Roof Repair & Maintenance", description: "Prompt and effective repairs for damaged roofs, regular maintenance services, and inspections to extend roof lifespan.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg", imageAlt: "Roof repair service"},
|
||||
title: "Roof Repair & Maintenance", description: "Free inspection and detailed estimate for roof repairs. We'll assess damage and provide options for repairs and preventative maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg", imageAlt: "Roof repair service"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Home Remodeling", description: "Transform your home with kitchen remodels, bathroom upgrades, room additions, and complete home renovations.", imageSrc: "http://img.b2bpic.net/free-photo/builder-work-worker-makes-repairs_169016-63262.jpg", imageAlt: "Home remodeling project"},
|
||||
title: "Home Remodeling", description: "Transform your home with our remodeling services. Request a free estimate for kitchens, bathrooms, room additions, and complete renovations.", imageSrc: "http://img.b2bpic.net/free-photo/builder-work-worker-makes-repairs_169016-63262.jpg", imageAlt: "Home remodeling project"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Commercial Services", description: "Large-scale roofing and remodeling solutions for commercial buildings, offices, and industrial facilities with minimal disruption.", imageSrc: "http://img.b2bpic.net/free-photo/factory_23-2148098585.jpg", imageAlt: "Commercial roofing services"},
|
||||
title: "Commercial Services", description: "Large-scale commercial projects deserve expert estimates. Get a free assessment for commercial roofing and remodeling with minimal disruption.", imageSrc: "http://img.b2bpic.net/free-photo/factory_23-2148098585.jpg", imageAlt: "Commercial roofing services"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
@@ -142,9 +149,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
title="By The Numbers"
|
||||
description="Our track record speaks for itself"
|
||||
tag="Our Achievements"
|
||||
title="Why Choose Us for Your Free Estimate"
|
||||
description="Our track record shows our commitment to quality and customer satisfaction"
|
||||
tag="Our Results"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -152,45 +159,51 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{ id: "1", value: "500+", description: "Projects Completed" },
|
||||
{ id: "2", value: "20+", description: "Years Experience" },
|
||||
{ id: "1", value: "500+", description: "Projects Estimated & Completed" },
|
||||
{ id: "2", value: "20+", description: "Years Expertise" },
|
||||
{ id: "3", value: "4.9/5", description: "Customer Rating" },
|
||||
{ id: "4", value: "2,000+", description: "Satisfied Customers" },
|
||||
{ id: "4", value: "2,000+", description: "Happy Customers" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="What Our Clients Say"
|
||||
description="Real feedback from homeowners and businesses we've worked with"
|
||||
tag="Testimonials"
|
||||
title="What Customers Say About Our Estimates"
|
||||
description="Real feedback from homeowners and businesses who received estimates from Loja Construction"
|
||||
tag="Client Testimonials"
|
||||
tagIcon={MessageSquare}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Michael Rodriguez, Homeowner", date: "Date: 15 March 2024", title: "Outstanding Roof Replacement", quote: "From the initial inspection to the final walkthrough, Loja Construction demonstrated exceptional professionalism. The team was courteous, efficient, and the quality of work exceeded our expectations. Highly recommended!", tag: "Roof Replacement", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", avatarAlt: "Michael Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg"},
|
||||
id: "1", name: "Michael Rodriguez, Homeowner", date: "Date: 15 March 2024", title: "Excellent Estimate Process", quote: "The free estimate was thorough and professional. They explained everything clearly, and the final bill matched the estimate perfectly. Highly recommended!", tag: "Roof Replacement", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", avatarAlt: "Michael Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jennifer Davis, Property Manager", date: "Date: 22 February 2024", title: "Reliable Commercial Partner", quote: "We've managed multiple properties in the area, and Loja Construction is our go-to contractor for any roofing issues. They handle large-scale projects with precision and complete them on schedule.", tag: "Commercial Service", avatarSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", avatarAlt: "Jennifer Davis", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-construction-site-with-scaffolding-clear-blue-sky_181624-27944.jpg"},
|
||||
id: "2", name: "Jennifer Davis, Property Manager", date: "Date: 22 February 2024", title: "Reliable Estimates & Service", quote: "Their free estimates are comprehensive and accurate. They handle large-scale projects with precision and always deliver on what they promise.", tag: "Commercial Service", avatarSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", avatarAlt: "Jennifer Davis", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-construction-site-with-scaffolding-clear-blue-sky_181624-27944.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Robert Martinez, Business Owner", date: "Date: 10 January 2024", title: "Complete Remodeling Success", quote: "We hired them for a kitchen and bathroom remodel. Their attention to detail, clear communication throughout the project, and final results were fantastic. They respected our timeline and budget.", tag: "Home Remodeling", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-man_176474-85919.jpg", avatarAlt: "Robert Martinez", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-desk_23-2147668751.jpg"},
|
||||
id: "3", name: "Robert Martinez, Business Owner", date: "Date: 10 January 2024", title: "Transparent & Professional", quote: "The free estimate included all details. Their team was transparent about costs, respected our timeline and budget, and delivered excellent results.", tag: "Home Remodeling", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-man_176474-85919.jpg", avatarAlt: "Robert Martinez", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-desk_23-2147668751.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sarah Thompson, Homeowner", date: "Date: 05 December 2023", title: "Professional and Honest", quote: "They provided a thorough roof inspection and explained exactly what needed to be done. No pressure, no upselling. Just honest, reliable service at a fair price. That's hard to find these days!", tag: "Roof Inspection", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman_23-2147626494.jpg", avatarAlt: "Sarah Thompson", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-construction-worker-roof_23-2149343669.jpg"},
|
||||
id: "4", name: "Sarah Thompson, Homeowner", date: "Date: 05 December 2023", title: "Honest & Fair Estimates", quote: "Their free estimate was thorough and honest. No pressure, no upselling. Just fair pricing and reliable service. That's rare these days!", tag: "Roof Inspection", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman_23-2147626494.jpg", avatarAlt: "Sarah Thompson", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-construction-worker-roof_23-2149343669.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "David Chen, Commercial Client", date: "Date: 18 November 2023", title: "Efficient Emergency Repairs", quote: "When our office building had storm damage, Loja Construction responded immediately. Their crew worked efficiently to minimize business interruption and the repairs were completed to the highest standard.", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-glasses_23-2148514897.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/rainy-day-hiking-adventure_23-2152024894.jpg"},
|
||||
id: "5", name: "David Chen, Commercial Client", date: "Date: 18 November 2023", title: "Quick & Professional", quote: "Their team responded quickly with a comprehensive free estimate. The assessment was detailed and helped us make an informed decision quickly.", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-glasses_23-2148514897.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/rainy-day-hiking-adventure_23-2152024894.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Maria Santos, Homeowner", date: "Date: 02 October 2023", title: "Best Investment for Our Home", quote: "Our new roof looks amazing, and we have peace of mind knowing it was installed by true professionals. The warranty and follow-up service show they stand behind their work. Very satisfied!", tag: "New Installation", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23108.jpg", avatarAlt: "Maria Santos", imageSrc: "http://img.b2bpic.net/free-photo/houses-river-dikes-near-sleeuwijk_181624-8207.jpg"},
|
||||
id: "6", name: "Maria Santos, Homeowner", date: "Date: 02 October 2023", title: "Best Decision We Made", quote: "Their free estimate was spot-on. The final cost matched exactly. Getting a professional estimate before making such a big investment was priceless.", tag: "New Installation", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23108.jpg", avatarAlt: "Maria Santos", imageSrc: "http://img.b2bpic.net/free-photo/houses-river-dikes-near-sleeuwijk_181624-8207.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our roofing and remodeling services"
|
||||
tag="Help & Support"
|
||||
title="Appointment & Estimate FAQs"
|
||||
description="Common questions about booking appointments and receiving your free estimate"
|
||||
tag="Questions?"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -198,30 +211,36 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does a typical roof replacement take?", content: "Most residential roof replacements take 1-3 days depending on the roof size and complexity. We'll provide a specific timeline during the consultation. We always work efficiently while maintaining quality standards."},
|
||||
id: "1", title: "How do I schedule a free estimate appointment?", content: "You can schedule an appointment by clicking the 'Book Free Estimate' button on this page, calling us at (210) 555-1234, or emailing info@lojaconstruction.com. We offer flexible scheduling to fit your needs."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer warranties on your work?", content: "Yes, we offer comprehensive warranties on all our work. Labor is typically warranted for 5-10 years, and material warranties vary by product. We'll discuss all warranty options during your consultation."},
|
||||
id: "2", title: "Is the estimate really free?", content: "Yes, absolutely! Our initial consultation and estimate are completely free with no obligation. We charge for the work only after you decide to move forward."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What roofing materials do you work with?", content: "We work with all major roofing materials including asphalt shingles, metal roofing, tile, flat roof systems, and more. Our team can recommend the best option for your climate and budget."},
|
||||
id: "3", title: "How long does an estimate appointment take?", content: "Most appointments take 30-60 minutes depending on the scope of your project. Our team will thoroughly assess your needs and answer all your questions."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you handle insurance claims?", content: "Yes, we're experienced with insurance claims and can work directly with your insurance company. We'll document all damage and coordinate with your adjuster to ensure smooth processing."},
|
||||
id: "4", title: "When will I receive my written estimate?", content: "We typically provide written estimates within 24-48 hours of your appointment. You'll receive a detailed breakdown of all costs and materials."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can you do emergency roof repairs?", content: "Absolutely. We offer emergency repair services for storm damage, leaks, and other urgent issues. Call us anytime and we'll respond quickly to prevent further damage to your property."},
|
||||
id: "5", title: "Can you provide emergency estimates?", content: "Yes, we offer emergency appointments for urgent issues like storm damage or leaks. Call us immediately and we'll schedule an assessment as soon as possible."
|
||||
},
|
||||
{
|
||||
id: "6", title: "How much does a roof inspection cost?", content: "We offer free initial inspections for homeowners to assess roof condition and provide recommendations. For detailed inspections with drone imaging, a small fee applies, which is credited toward any work performed."},
|
||||
id: "6", title: "Do you need access to my entire property for the estimate?", content: "We'll need to assess the area where work is needed. For roof estimates, we'll inspect from ground level and use drone imaging if needed for a complete assessment."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to protect your investment? Contact Loja Construction today for a free quote and professional assessment of your roofing or remodeling needs."
|
||||
text="Ready to get started? Schedule your free estimate appointment with Loja Construction today. Our team will assess your project and provide a detailed, transparent quote with no obligation."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "aurora" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call Us Now", href: "tel:+12105551234" },
|
||||
{ text: "Request Quote", href: "#" },
|
||||
{ text: "Book Your Free Estimate", href: "tel:+12105551234" },
|
||||
{ text: "Contact Us", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user