Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4f496bb50 | |||
| 7785c7ef6e | |||
| 8ae9bff5c9 | |||
| 7e56249872 | |||
| 0abdc121ff | |||
| f846ed460d | |||
| 88cbf8b231 | |||
| 9c9e54b408 | |||
| 18c83be4d5 | |||
| 59b85db53d | |||
| 478dc754ca | |||
| d24f33f974 | |||
| d7aa0c2595 | |||
| a4baa3b9f1 | |||
| a0e160002f |
@@ -33,17 +33,17 @@ export default function LandingPage() {
|
|||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Elite Movers"
|
brandName="Elite Roofing"
|
||||||
button={{ text: "Get a Quote", href: "/contact" }}
|
button={{ text: "Get a Quote", href: "/contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Premium Service. Elite Results."
|
title="Premium Roofing. Elite Craftsmanship."
|
||||||
description="We deliver high-end solutions designed for people who expect more."
|
description="We deliver high-end roofing solutions designed for clients who expect uncompromising quality and longevity."
|
||||||
buttons={[{ text: "Get a Quote", href: "/contact" }, { text: "View Services", href: "/services" }]}
|
buttons={[{ text: "Get a Quote", href: "/contact" }, { text: "View Services", href: "/services" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-moving-sofa-new-home_53876-125355.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/exterior-modern-luxury-house_23-2148766127.jpg"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/family-moving-new-home_23-2149162264.jpg", alt: "Happy Client" },
|
{ src: "http://img.b2bpic.net/free-photo/family-moving-new-home_23-2149162264.jpg", alt: "Happy Client" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/joyful-young-latin-woman-moving-into-new-apartment-holding-carrying-carton-box_74855-10239.jpg", alt: "Satisfied Executive" },
|
{ src: "http://img.b2bpic.net/free-photo/joyful-young-latin-woman-moving-into-new-apartment-holding-carrying-carton-box_74855-10239.jpg", alt: "Satisfied Executive" },
|
||||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|||||||
{ src: "http://img.b2bpic.net/free-photo/couple-having-wine-together-kitchen-their-new-home_23-2149086816.jpg", alt: "Satisfied Designer" },
|
{ src: "http://img.b2bpic.net/free-photo/couple-having-wine-together-kitchen-their-new-home_23-2149086816.jpg", alt: "Satisfied Designer" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749206.jpg", alt: "Investor Client" },
|
{ src: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749206.jpg", alt: "Investor Client" },
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ Luxury Clients"
|
avatarText="Trusted by 500+ Luxury Homeowners"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -60,12 +60,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{ title: "White Glove Service", description: "Personalized care for your most valued belongings.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-delivery-man-holding-boxes_23-2148455135.jpg?_wi=1" },
|
{ title: "Superior Materials", description: "Only the highest grade roofing systems for maximum durability.", imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-new-modern-house_23-2148644558.jpg?_wi=1" },
|
||||||
{ title: "Heavy & Specialty Items", description: "Expert handling for TVs, fragile items, and oversized pieces.", imageSrc: "http://img.b2bpic.net/free-photo/screen-that-come-life_52683-107523.jpg?_wi=1" },
|
{ title: "Expert Craftsmanship", description: "Precision installation by certified master roofers.", imageSrc: "http://img.b2bpic.net/free-photo/worker-roof-installing-tiles_23-2148644555.jpg?_wi=1" },
|
||||||
{ title: "Fast Turnaround", description: "Reliable same-day and scheduled services to match your pace.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-delivery-men-concept_23-2148684718.jpg?_wi=1" },
|
{ title: "Elite Reliability", description: "Scheduled timelines and transparent project communication.", imageSrc: "http://img.b2bpic.net/free-photo/builder-checking-roof-details_23-2148644560.jpg?_wi=1" },
|
||||||
]}
|
]}
|
||||||
title="What We Specialize In"
|
title="What We Specialize In"
|
||||||
description="Excellence in every detail, from white glove handling to precision logistics."
|
description="Excellence in every shingle, from initial consultation to final inspection."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -75,12 +75,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "m1", value: "100%", title: "No Lazy Workers", items: ["Vetted professionals", "Highly trained team"] },
|
{ id: "m1", value: "100%", title: "Zero Corners Cut", items: ["Verified Premium Materials", "Licensed Installation Protocols"] },
|
||||||
{ id: "m2", value: "0", title: "Damaged Items", items: ["Careful handling", "Insurance backed"] },
|
{ id: "m2", value: "25+", title: "Years Experience", items: ["Fully Licensed & Bonded", "Proven Industry Track Record"] },
|
||||||
{ id: "m3", value: "100%", title: "Results Guaranteed", items: ["No excuses", "Elite delivery"] },
|
{ id: "m3", value: "100%", title: "Verified Satisfaction", items: ["Licensed Detailed Inspections", "Certified Quality Documentation"] },
|
||||||
]}
|
]}
|
||||||
title="Not Your Average Company"
|
title="Not Your Average Roofer"
|
||||||
description="When you choose us, you are choosing unmatched professional integrity."
|
description="When you choose us, you are choosing unmatched professional integrity and craftsmanship."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -91,14 +91,12 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Alex R.", role: "Resident", company: "Las Vegas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-moving-new-home_23-2149162264.jpg" },
|
{ id: "1", name: "Alex R.", role: "Homeowner", company: "Luxury Estates", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-moving-new-home_23-2149162264.jpg" },
|
||||||
{ id: "2", name: "Sarah J.", role: "Executive", company: "Vegas VIP", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-latin-woman-moving-into-new-apartment-holding-carrying-carton-box_74855-10239.jpg" },
|
{ id: "2", name: "Sarah J.", role: "Executive", company: "Vegas VIP", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-latin-woman-moving-into-new-apartment-holding-carrying-carton-box_74855-10239.jpg" },
|
||||||
{ id: "3", name: "Marcus D.", role: "Owner", company: "Vegas Realty", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-smiley-woman-looking-box_23-2148764538.jpg" },
|
{ id: "3", name: "Marcus D.", role: "Owner", company: "Vegas Realty", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-smiley-woman-looking-box_23-2148764538.jpg" },
|
||||||
{ id: "4", name: "Elena W.", role: "Designer", company: "Interior LV", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-wine-together-kitchen-their-new-home_23-2149086816.jpg" },
|
|
||||||
{ id: "5", name: "James K.", role: "Investor", company: "Vegas Prime", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749206.jpg" },
|
|
||||||
]}
|
]}
|
||||||
title="Client Experiences"
|
title="Client Experiences"
|
||||||
description="Don't just take our word for it—hear from clients who expect elite service."
|
description="Don't just take our word for it—hear from clients who demand the best for their home."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -108,19 +106,34 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Featured Service Packages"
|
title="Roofing Packages"
|
||||||
description="Choose the level of service that matches your requirements."
|
description="Choose the level of service that perfectly matches your home's needs."
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Concierge Move (Includes white-glove packing & unpacking)", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-delivery-man-holding-boxes_23-2148455135.jpg?_wi=2" },
|
{
|
||||||
{ id: "p2", name: "Storage & Logistics", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-delivery-men-concept_23-2148684718.jpg?_wi=2" },
|
id: "p1",
|
||||||
{ id: "p3", name: "Premium Packing", price: "From $300", imageSrc: "http://img.b2bpic.net/free-photo/screen-that-come-life_52683-107523.jpg?_wi=2" }
|
name: "Concierge Roof Package",
|
||||||
|
price: "Custom",
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-new-modern-house_23-2148644558.jpg?_wi=2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "p2",
|
||||||
|
name: "Roof Inspection & Maintenance",
|
||||||
|
price: "From $299",
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/worker-roof-installing-tiles_23-2148644555.jpg?_wi=2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "p3",
|
||||||
|
name: "Emergency Leak Repair",
|
||||||
|
price: "From $450",
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/builder-checking-roof-details_23-2148644560.jpg?_wi=2"
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Elite Movers"
|
logoText="Elite Roofing"
|
||||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user