Update src/app/page.tsx
This commit is contained in:
256
src/app/page.tsx
256
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Free Quote",
|
||||
id: "/quote",
|
||||
},
|
||||
name: "Free Quote", id: "/quote"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="PinkHouse"
|
||||
/>
|
||||
@@ -57,109 +47,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Stress-Free Moves, Tailored for London Living"
|
||||
description="Experience a premium, human-centric relocation journey. We handle the heavy lifting while you focus on the excitement of your new beginning."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-moving-new-house_259150-57041.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-dog-moving-new-home_23-2149749165.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/playful-mood-happy-couple-together-their-new-house-conception-moving_146671-16281.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-together-african-american-couple-with-cardboard-boxes_1157-40331.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-buying-new-house-asian-woman-african-man-signing-documents-new-home_1157-47970.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-parents-two-girls-holding-carton-boxes-standing-empty-living-room_74855-8840.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/family-moving-new-house_259150-57041.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-dog-moving-new-home_23-2149749165.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/playful-mood-happy-couple-together-their-new-house-conception-moving_146671-16281.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-together-african-american-couple-with-cardboard-boxes_1157-40331.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-couple-buying-new-house-asian-woman-african-man-signing-documents-new-home_1157-47970.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/caucasian-parents-two-girls-holding-carton-boxes-standing-empty-living-room_74855-8840.jpg" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749151.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749150.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-parents-with-daughter-unpacking-furniture-while-moving-into-new-home_637285-12400.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parents-playing-together-with-their-sons-home_23-2148467014.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662448.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2148569376.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749151.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749150.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-parents-with-daughter-unpacking-furniture-while-moving-into-new-home_637285-12400.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/parents-playing-together-with-their-sons-home_23-2148467014.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662448.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2148569376.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "/quote",
|
||||
},
|
||||
{
|
||||
text: "Call 02083 060493",
|
||||
href: "tel:02083060493",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-kids-trick-treating-halloween_53876-49106.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-family-with-kid-unpacking-boxes-together-sitting-sofa_1153-3853.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-american-young-family-bought-new-house_7861-3096.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-women-walking-together_23-2149142293.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-handling-belongings-cardboard-boxes-moving-new-house_23-2149086808.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ Londoners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/couple-handling-cardboard-boxes-with-belongings-after-moving-together-new-home_23-2149086810.jpg",
|
||||
alt: "Quality",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-medical-mask-picking-up-her-groceries-quarantine_23-2148734852.jpg",
|
||||
alt: "Professional",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-moving-new-home_23-2149242158.jpg",
|
||||
alt: "Safe",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149196348.jpg",
|
||||
alt: "Reliable",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/couple-with-boxes-couch-preparing-move-out_23-2148647457.jpg",
|
||||
alt: "Efficient",
|
||||
},
|
||||
{ text: "Get Free Quote", href: "/quote" },
|
||||
{ text: "Call 02083 060493", href: "tel:02083060493" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,21 +80,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Excellence",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
description: "Families Relocated",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Fully Insured",
|
||||
},
|
||||
{ id: "m1", value: "15+", description: "Years of Excellence" },
|
||||
{ id: "m2", value: "5k+", description: "Families Relocated" },
|
||||
{ id: "m3", value: "100%", description: "Fully Insured" },
|
||||
]}
|
||||
title="Relocation Experts"
|
||||
description="London's most trusted moving partner"
|
||||
@@ -200,20 +97,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Home Removals",
|
||||
description: "Safe, careful handling of your furniture and valuables.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-moving-new-home_23-2149162264.jpg",
|
||||
},
|
||||
title: "Home Removals", description: "Safe, careful handling of your furniture and valuables.", imageSrc: "http://img.b2bpic.net/free-photo/family-moving-new-home_23-2149162264.jpg"},
|
||||
{
|
||||
title: "Office Relocation",
|
||||
description: "Minimized downtime for your business move.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-unpacking-their-belongings_23-2149312725.jpg",
|
||||
},
|
||||
title: "Office Relocation", description: "Minimized downtime for your business move.", imageSrc: "http://img.b2bpic.net/free-photo/couple-unpacking-their-belongings_23-2149312725.jpg"},
|
||||
{
|
||||
title: "Packing & Unpacking",
|
||||
description: "Full end-to-end management of your belongings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30105.jpg",
|
||||
},
|
||||
title: "Packing & Unpacking", description: "Full end-to-end management of your belongings.", imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30105.jpg"},
|
||||
]}
|
||||
title="Our Premium Moving Services"
|
||||
description="We offer full-service relocation solutions designed to exceed expectations."
|
||||
@@ -222,44 +110,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_moving",
|
||||
testimonial: "The best move I ever had. So calm and professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092121.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarah_moving", testimonial: "The best move I ever had. So calm and professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092121.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@mark_biz",
|
||||
testimonial: "Excellent service, zero damage. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-presenting-their-job-resignation_23-2149445185.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", handle: "@mark_biz", testimonial: "Excellent service, zero damage. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/person-presenting-their-job-resignation_23-2149445185.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena W.",
|
||||
handle: "@elena_london",
|
||||
testimonial: "Stress-free from start to finish. Truly premium.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-moving-new-home_23-2149242155.jpg",
|
||||
},
|
||||
id: "3", name: "Elena W.", handle: "@elena_london", testimonial: "Stress-free from start to finish. Truly premium.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-moving-new-home_23-2149242155.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tom B.",
|
||||
handle: "@tom_br",
|
||||
testimonial: "Friendly team, efficient execution. Amazing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-floor_23-2148252091.jpg",
|
||||
},
|
||||
id: "4", name: "Tom B.", handle: "@tom_br", testimonial: "Friendly team, efficient execution. Amazing.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-floor_23-2148252091.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Clara S.",
|
||||
handle: "@clara_s",
|
||||
testimonial: "They treated my furniture like their own. Thank you!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-couple-decorating-new-apartment-move-unpacking-plant-furniture-living-room-relocating-household-property-after-buying-first-house-together-life-event_482257-49825.jpg",
|
||||
},
|
||||
id: "5", name: "Clara S.", handle: "@clara_s", testimonial: "They treated my furniture like their own. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/african-american-couple-decorating-new-apartment-move-unpacking-plant-furniture-living-room-relocating-household-property-after-buying-first-house-together-life-event_482257-49825.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="London moves that make a difference."
|
||||
@@ -271,20 +135,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are you fully insured?",
|
||||
content: "Yes, we are fully licensed and insured for your peace of mind.",
|
||||
},
|
||||
id: "f1", title: "Are you fully insured?", content: "Yes, we are fully licensed and insured for your peace of mind."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you move internationally?",
|
||||
content: "Yes, we specialize in both local and international relocations.",
|
||||
},
|
||||
id: "f2", title: "Do you move internationally?", content: "Yes, we specialize in both local and international relocations."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I get a quote?",
|
||||
content: "Simply visit our quote page or call us today.",
|
||||
},
|
||||
id: "f3", title: "How do I get a quote?", content: "Simply visit our quote page or call us today."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about our moving services in London."
|
||||
@@ -296,54 +151,33 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Ready to move?"
|
||||
title="Start Your Premium Relocation Today"
|
||||
description="Book a free estimate and get moving."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "/quote",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{ text: "Get Quote", href: "/quote" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-handling-belongings-cardboard-boxes-moving-new-house_23-2149086777.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-handling-belongings-cardboard-boxes-moving-new-house_23-2149086777.jpg"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CdM3nDA2O4lzxYmX9jqrnveFc1/uploaded-1778250484609-8ovl6ncx.jpg"
|
||||
logoText="Pink House Removals"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
title: "Help", items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user