Merge version_2 into main #1
278
src/app/page.tsx
278
src/app/page.tsx
@@ -31,122 +31,38 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Allt i Ett Express"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Request Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
title="Professional Cleaning & Moving Services in Stockholm"
|
||||
description="Experience premium, reliable, and thorough services tailored for your home and office. We operate across the Stockholm region."
|
||||
variant: "canvas-reveal"}}
|
||||
title="Elevate Your Space with Stockholm's Finest Cleaning & Relocation Experts"
|
||||
description="Tailored, professional services for discerning homeowners and busy businesses. From meticulous deep cleans to seamless, stress-free relocations, we redefine your standards of care."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anna S.",
|
||||
handle: "@stockholm-home",
|
||||
testimonial: "Excellent home cleaning. Truly Allt i Ett!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg",
|
||||
},
|
||||
name: "Anna S.", handle: "@HomeOwner", testimonial: "Beyond standard cleaning. Truly premium attention to detail.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg"},
|
||||
{
|
||||
name: "Erik L.",
|
||||
handle: "@kista-office",
|
||||
testimonial: "Very professional and fast office cleaning service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-indian-hippie-girl-with-long-blond-hair-roof-drinking-mate-tea_1321-1619.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sara M.",
|
||||
handle: "@moving-client",
|
||||
testimonial: "Moving day was stress-free. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
},
|
||||
{
|
||||
name: "Johan P.",
|
||||
handle: "@construction-clean",
|
||||
testimonial: "Perfect results after my renovation project.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
},
|
||||
{
|
||||
name: "Linnea K.",
|
||||
handle: "@window-fan",
|
||||
testimonial: "Crystal clear windows! Thank you so much.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-elder-woman-kitchen-holding-tablet_23-2148419314.jpg",
|
||||
},
|
||||
name: "Erik L.", handle: "@OfficeLead", testimonial: "Absolute reliability and perfection for our workspace environment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-indian-hippie-girl-with-long-blond-hair-roof-drinking-mate-tea_1321-1619.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Service", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/canary-wharf-business-district-london-night-thames-river_649448-34.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/canary-wharf-business-district-london-night-thames-river_649448-34.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cleaning-crockery-woman-gloves-cleaning-orange-vase_259150-59502.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room-chairs_23-2148727504.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-putty-knife-gray-background-with-copy-space_141793-15205.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-is-working-with-mosquito-wire-screen-installation_1150-6205.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Stockholm-wide",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Equipment",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Transparent Pricing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Satisfaction",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,20 +71,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Allt i Ett Express AB",
|
||||
},
|
||||
type: "text", content: "Excellence Built on Trust"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daytime-shadows_23-2149080222.jpg",
|
||||
alt: "Premium Cleaning Team",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daytime-shadows_23-2149080222.jpg", alt: "Premium Quality Assurance"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn Our Process", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -179,50 +88,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Cleaning",
|
||||
title: "Home Cleaning",
|
||||
subtitle: "A fresh home",
|
||||
description: "Full cleaning of apartments and houses including kitchen, bathrooms, dusting, vacuuming, floors, and sanitation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-crockery-woman-gloves-cleaning-orange-vase_259150-59502.jpg",
|
||||
},
|
||||
tag: "Residential", title: "Premium Home Care", subtitle: "Flawless living", description: "Comprehensive, high-end cleaning services designed for your unique lifestyle needs.", imageSrc: "http://img.b2bpic.net/free-photo/cleaning-crockery-woman-gloves-cleaning-orange-vase_259150-59502.jpg"},
|
||||
{
|
||||
tag: "Business",
|
||||
title: "Office Cleaning",
|
||||
subtitle: "Professional environment",
|
||||
description: "Professional cleaning for offices and workplaces ensuring a clean and productive environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room-chairs_23-2148727504.jpg",
|
||||
},
|
||||
tag: "Corporate", title: "Workplace Solutions", subtitle: "Operational efficiency", description: "Ensuring a pristine, professional setting that fosters productivity and success.", imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room-chairs_23-2148727504.jpg"},
|
||||
{
|
||||
tag: "Windows",
|
||||
title: "Window Cleaning",
|
||||
subtitle: "Crystal clear view",
|
||||
description: "High-quality window cleaning with professional tools for spotless results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-putty-knife-gray-background-with-copy-space_141793-15205.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Construction",
|
||||
title: "Construction Cleaning",
|
||||
subtitle: "Post-renovation ready",
|
||||
description: "Cleaning after construction or renovation including dust removal and surface polishing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-is-working-with-mosquito-wire-screen-installation_1150-6205.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Intensive",
|
||||
title: "Deep Cleaning",
|
||||
subtitle: "Total hygiene",
|
||||
description: "Intensive deep cleaning for homes and offices, including hard-to-reach areas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-cleaning-equipments-green-background_23-2147860229.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Moving",
|
||||
title: "Moving Services",
|
||||
subtitle: "Stress-free move",
|
||||
description: "Professional moving of furniture, offices, and homes including safe packing, transport, and careful handling.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-latin-woman-reading-book-sitting-sofa-new-home_839833-16267.jpg",
|
||||
},
|
||||
tag: "Relocation", title: "Elite Moving", subtitle: "Safe, secure, seamless", description: "End-to-end relocation management from expert packing to final placement of your assets.", imageSrc: "http://img.b2bpic.net/free-photo/young-latin-woman-reading-book-sitting-sofa-new-home_839833-16267.jpg"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Premium services for home and business."
|
||||
title="Tailored Professional Excellence"
|
||||
description="Delivering consistent, high-standard services across the entire Stockholm metropolitan region."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -233,60 +106,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Professional Team",
|
||||
description: "Expert staff",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-silver-laptop-while-sitting-sofa_1153-4865.jpg",
|
||||
},
|
||||
id: "m1", value: "100%", title: "Quality Guarantee", description: "Unwavering precision on every detail.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-silver-laptop-while-sitting-sofa_1153-4865.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Completed Jobs",
|
||||
description: "Proven reliability",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454486.jpg",
|
||||
},
|
||||
id: "m2", value: "500+", title: "Success Stories", description: "Trusted by satisfied Stockholm clients.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454486.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
description: "Clear pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-doing-house-chores_53876-30545.jpg",
|
||||
},
|
||||
id: "m3", value: "10+ Years", title: "Industry Proven", description: "A decade of excellence in professional services.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-doing-house-chores_53876-30545.jpg"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Proven quality in Stockholm."
|
||||
title="The Standard of Premium Service"
|
||||
description="Why Stockholm businesses and residents choose our proven approach."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="The service was incredible, very professional and fast. My home has never looked better!"
|
||||
testimonial="Our operations have never been smoother. A truly premium partnership that understands the value of attention to detail."
|
||||
rating={5}
|
||||
author="Sarah Lindgren"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-indian-hippie-girl-with-long-blond-hair-roof-drinking-mate-tea_1321-1619.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-elder-woman-kitchen-holding-tablet_23-2148419314.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
author="Executive Team, Stockholm Office"
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
@@ -298,23 +134,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Where do you operate?",
|
||||
content: "We cover all of Stockholm, suburbs, and surrounding rural areas.",
|
||||
},
|
||||
id: "q1", title: "What is your coverage area?", content: "We specialize in premium service delivery throughout Stockholm and the surrounding municipalities."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is pricing clear?",
|
||||
content: "Yes, we provide transparent and clear pricing for all services.",
|
||||
},
|
||||
id: "q2", title: "How does your pricing work?", content: "We offer transparent, value-based pricing tailored to your specific requirements, ensuring no hidden costs."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you reliable?",
|
||||
content: "We take pride in being a trusted and reliable service provider in Stockholm.",
|
||||
},
|
||||
id: "q3", title: "Are your services insured?", content: "Absolutely. All our services are fully licensed and insured for your complete peace of mind."},
|
||||
]}
|
||||
title="Service Area"
|
||||
description="We operate exclusively in the Stockholm region."
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about partnering with us."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -323,12 +150,11 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Contact Info"
|
||||
title="Book Your Service Today"
|
||||
description="Need professional cleaning or moving? Reach out to us now."
|
||||
inputPlaceholder="Enter your email for a quote"
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Ready to start?"
|
||||
title="Secure Your Premium Service Today"
|
||||
description="Experience the difference of working with Stockholm’s leading specialists. Our team is standing by to assist with your request."
|
||||
buttonText="Submit Inquiry"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -336,33 +162,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Direct Contact", items: [
|
||||
{
|
||||
label: "08-646 64 10",
|
||||
href: "tel:086466410",
|
||||
},
|
||||
label: "08-646 64 10", href: "tel:086466410"},
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:alltiettexpressab@gmail.com",
|
||||
},
|
||||
{
|
||||
label: "Kista, Stockholm",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
label: "Professional Inquiry", href: "mailto:alltiettexpressab@gmail.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Explore Services", items: [
|
||||
{
|
||||
label: "Home Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Home Care", href: "#services"},
|
||||
{
|
||||
label: "Moving Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Corporate Solutions", href: "#services"},
|
||||
{
|
||||
label: "Elite Moving", href: "#services"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -372,4 +186,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user