Merge version_1 into main #2
180
src/app/page.tsx
180
src/app/page.tsx
@@ -28,28 +28,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Elite Movers"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
button={{ text: "Get a Quote", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,38 +42,14 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Premium Service. Elite Results."
|
||||
description="We deliver high-end solutions designed for people who expect more."
|
||||
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"
|
||||
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/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/bottom-view-smiley-woman-looking-box_23-2148764538.jpg",
|
||||
alt: "Happy Homeowner",
|
||||
},
|
||||
{
|
||||
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/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/bottom-view-smiley-woman-looking-box_23-2148764538.jpg", alt: "Happy Homeowner" },
|
||||
{ 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" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ Luxury Clients"
|
||||
/>
|
||||
@@ -99,21 +60,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
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: "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: "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: "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" },
|
||||
{ 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" },
|
||||
{ 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" },
|
||||
]}
|
||||
title="What We Specialize In"
|
||||
description="Excellence in every detail, from white glove handling to precision logistics."
|
||||
@@ -126,33 +75,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "No Lazy Workers",
|
||||
items: [
|
||||
"Vetted professionals",
|
||||
"Highly trained team",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "0",
|
||||
title: "Damaged Items",
|
||||
items: [
|
||||
"Careful handling",
|
||||
"Insurance backed",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Results Guaranteed",
|
||||
items: [
|
||||
"No excuses",
|
||||
"Elite delivery",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "100%", title: "No Lazy Workers", items: ["Vetted professionals", "Highly trained team"] },
|
||||
{ id: "m2", value: "0", title: "Damaged Items", items: ["Careful handling", "Insurance backed"] },
|
||||
{ id: "m3", value: "100%", title: "Results Guaranteed", items: ["No excuses", "Elite delivery"] },
|
||||
]}
|
||||
title="Not Your Average Company"
|
||||
description="When you choose us, you are choosing unmatched professional integrity."
|
||||
@@ -163,48 +88,14 @@ export default function LandingPage() {
|
||||
<TestimonialCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
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: "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: "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",
|
||||
},
|
||||
{ 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: "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: "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"
|
||||
description="Don't just take our word for it—hear from clients who expect elite service."
|
||||
@@ -220,18 +111,9 @@ export default function LandingPage() {
|
||||
title="Featured Service Packages"
|
||||
description="Choose the level of service that matches your requirements."
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Concierge Move",
|
||||
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", name: "Concierge Move", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-delivery-man-holding-boxes_23-2148455135.jpg" },
|
||||
{ id: "p2", name: "Storage & Logistics", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-delivery-men-concept_23-2148684718.jpg" },
|
||||
{ id: "p3", name: "Premium Packing", price: "From $300", imageSrc: "http://img.b2bpic.net/free-photo/screen-that-come-life_52683-107523.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -239,14 +121,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Elite Movers"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user