diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index acce52f..dd36c72 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,7 +7,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Lightbulb, Sparkles } from "lucide-react";
+import { Lightbulb, Sparkles, Flower } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,30 +28,16 @@ export default function LandingPage() {
@@ -64,19 +50,13 @@ export default function LandingPage() {
description="Born from a passion for bringing peace and efficiency to homes, Orderly Concepts Co. was founded to help families in Waxhaw, NC, reclaim their spaces and time. We believe a well-organized home fosters a calm mind and a joyful life."
bulletPoints={[
{
- title: "Personalized Solutions",
- description: "Tailored organizing plans designed to fit your unique lifestyle and needs.",
- icon: Lightbulb,
+ title: "Personalized Solutions", description: "Tailored organizing plans designed to fit your unique lifestyle and needs.", icon: Lightbulb,
},
{
- title: "Eco-Friendly Approach",
- description: "Committed to sustainable practices, we use green products and encourage responsible decluttering.",
- icon: Leaf,
+ title: "Eco-Friendly Approach", description: "Committed to sustainable practices, we use green products and encourage responsible decluttering.", icon: Flower,
},
{
- title: "Lasting Transformations",
- description: "Beyond tidying, we empower you with systems to maintain a stress-free home long-term.",
- icon: Sparkles,
+ title: "Lasting Transformations", description: "Beyond tidying, we empower you with systems to maintain a stress-free home long-term.", icon: Sparkles,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-looking-plans_23-2148819849.jpg?_wi=2"
@@ -92,17 +72,11 @@ export default function LandingPage() {
description="Our dedication shines through the impact we've made in the Waxhaw community, helping clients achieve clarity and calm in their living spaces."
metrics={[
{
- value: "500+",
- title: "Homes Organized",
- },
+ value: "500+", title: "Homes Organized"},
{
- value: "98%",
- title: "Client Satisfaction",
- },
+ value: "98%", title: "Client Satisfaction"},
{
- value: "50%",
- title: "Time Saved Annually",
- },
+ value: "50%", title: "Time Saved Annually"},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-holding-suitcases_23-2149729277.jpg?_wi=2"
imageAlt="professional organizer sorting items living room"
@@ -118,41 +92,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah M.",
- handle: "@Sarah_Waxhaw",
- testimonial: "Orderly Concepts Co. transformed my chaotic pantry into a dream! It's now so easy to find everything, and meal prep is a breeze.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-studio_1157-17141.jpg?_wi=2",
- imageAlt: "portrait smiling woman professional headshot",
- },
+ id: "1", name: "Sarah M.", handle: "@Sarah_Waxhaw", testimonial: "Orderly Concepts Co. transformed my chaotic pantry into a dream! It's now so easy to find everything, and meal prep is a breeze.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-studio_1157-17141.jpg?_wi=2", imageAlt: "portrait smiling woman professional headshot"},
{
- id: "2",
- name: "David L.",
- handle: "@DavidLynchNC",
- testimonial: "Their home management service has been a lifesaver. My house runs smoother, and I have more time for what truly matters.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-successful-businessman-smiling_176420-19024.jpg?_wi=2",
- imageAlt: "portrait smiling man casual shirt",
- },
+ id: "2", name: "David L.", handle: "@DavidLynchNC", testimonial: "Their home management service has been a lifesaver. My house runs smoother, and I have more time for what truly matters.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/handsome-successful-businessman-smiling_176420-19024.jpg?_wi=2", imageAlt: "portrait smiling man casual shirt"},
{
- id: "3",
- name: "Emily R.",
- handle: "@EmilyReads",
- testimonial: "The eco-friendly cleaning service is fantastic. My home is sparkling clean, and I feel good about the products used.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/lovely-tender-feminine-young-wife-tilting-head-cute-touching-cheek-with-fingers-smiling-romanticly-camera_176420-44622.jpg?_wi=2",
- imageAlt: "portrait smiling woman friendly face",
- },
+ id: "3", name: "Emily R.", handle: "@EmilyReads", testimonial: "The eco-friendly cleaning service is fantastic. My home is sparkling clean, and I feel good about the products used.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/lovely-tender-feminine-young-wife-tilting-head-cute-touching-cheek-with-fingers-smiling-romanticly-camera_176420-44622.jpg?_wi=2", imageAlt: "portrait smiling woman friendly face"},
{
- id: "4",
- name: "Mark T.",
- handle: "@MarkT_CLT",
- testimonial: "Highly recommend Orderly Concepts Co.! They provided practical solutions and a truly supportive experience during our decluttering project.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-is-thinking-by-putting-hand-chin-blue-background_176474-117772.jpg?_wi=2",
- imageAlt: "portrait smiling man in glasses",
- },
+ id: "4", name: "Mark T.", handle: "@MarkT_CLT", testimonial: "Highly recommend Orderly Concepts Co.! They provided practical solutions and a truly supportive experience during our decluttering project.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-man-is-thinking-by-putting-hand-chin-blue-background_176474-117772.jpg?_wi=2", imageAlt: "portrait smiling man in glasses"},
]}
showRating={true}
title="What Our Clients Say"
@@ -164,54 +114,33 @@ export default function LandingPage() {
@@ -63,27 +49,16 @@ export default function LandingPage() {
description="Ready to transform your space? Fill out the form below, and we'll get back to you to discuss your needs and schedule a consultation."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number (Optional)",
- },
+ name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your organizing needs...",
- rows: 4,
+ name: "message", placeholder: "Tell us about your organizing needs...", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-looking-plans_23-2148819849.jpg?_wi=4"
@@ -100,37 +75,20 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "What areas do you serve?",
- content: "We primarily serve Waxhaw, NC, and surrounding areas. Please contact us to confirm service availability in your specific location.",
- },
+ id: "1", title: "What areas do you serve?", content: "We primarily serve Waxhaw, NC, and surrounding areas. Please contact us to confirm service availability in your specific location."},
{
- id: "2",
- title: "How long does a typical organizing project take?",
- content: "Project durations vary depending on the scope and client needs. After an initial consultation, we provide an estimated timeline.",
- },
+ id: "2", title: "How long does a typical organizing project take?", content: "Project durations vary depending on the scope and client needs. After an initial consultation, we provide an estimated timeline."},
{
- id: "3",
- title: "Do I need to be present during the organizing process?",
- content: "While your input is valuable, especially during decluttering, your presence is flexible. We can work independently or collaboratively.",
- },
+ id: "3", title: "Do I need to be present during the organizing process?", content: "While your input is valuable, especially during decluttering, your presence is flexible. We can work independently or collaboratively."},
{
- id: "4",
- title: "Are your cleaning products truly eco-friendly?",
- content: "Yes, we exclusively use biodegradable, non-toxic, and sustainable cleaning products that are safe for your family, pets, and the environment.",
- },
+ id: "4", title: "Are your cleaning products truly eco-friendly?", content: "Yes, we exclusively use biodegradable, non-toxic, and sustainable cleaning products that are safe for your family, pets, and the environment."},
{
- id: "5",
- title: "What is your cancellation policy?",
- content: "Please refer to our detailed Terms and Conditions for information on our cancellation and rescheduling policies.",
- },
+ id: "5", title: "What is your cancellation policy?", content: "Please refer to our detailed Terms and Conditions for information on our cancellation and rescheduling policies."},
]}
ctaTitle="Have More Questions?"
ctaDescription="We're here to help! Reach out directly if you can't find your answer below."
ctaButton={{
- text: "Call Us Now",
- href: "tel:+17045551234",
- }}
+ text: "Call Us Now", href: "tel:+17045551234"}}
ctaIcon={Phone}
/>
@@ -139,21 +97,16 @@ export default function LandingPage() {
@@ -162,54 +115,33 @@ export default function LandingPage() {
@@ -65,15 +51,11 @@ export default function LandingPage() {
description="We help busy homeowners declutter, organize, and maintain beautiful, functional spaces so you can focus on what matters most."
buttons={[
{
- text: "Book Your Free Consultation",
- href: "/contact",
- },
+ text: "Book Your Free Consultation", href: "/contact"},
]}
slides={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119035.jpg?_wi=1",
- imageAlt: "Clean, organized, modern living room",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119035.jpg?_wi=1", imageAlt: "Clean, organized, modern living room"},
]}
autoplayDelay={5000}
showDimOverlay={false}
@@ -88,24 +70,16 @@ export default function LandingPage() {
features={[
{
icon: Box,
- title: "Home Organization",
- description: "Declutter and transform any space into a clean, functional environment. We tackle overwhelming messes and create lasting systems.",
- },
+ title: "Home Organization", description: "Declutter and transform any space into a clean, functional environment. We tackle overwhelming messes and create lasting systems."},
{
icon: LayoutDashboard,
- title: "Home Management Support",
- description: "Ongoing support to keep your home running smoothly. We help handle household tasks so you can reclaim your precious time.",
- },
+ title: "Home Management Support", description: "Ongoing support to keep your home running smoothly. We help handle household tasks so you can reclaim your precious time."},
{
icon: Feather,
- title: "Eco-Friendly Cleaning",
- description: "Safe, non-toxic cleaning solutions that are better for your home and family. Enjoy lasting results without harsh chemicals.",
- },
+ title: "Eco-Friendly Cleaning", description: "Safe, non-toxic cleaning solutions that are better for your home and family. Enjoy lasting results without harsh chemicals."},
{
icon: Heart,
- title: "Stress-Free Living",
- description: "Transform cluttered, overwhelming spaces into clean, organized, stress-free homes—so you can enjoy your space without the chaos.",
- },
+ title: "Stress-Free Living", description: "Transform cluttered, overwhelming spaces into clean, organized, stress-free homes—so you can enjoy your space without the chaos."},
]}
title="Simplify Your Life: From Overwhelmed to Orderly"
description="We address the chaos, implement lasting solutions, and provide essential services to give you back your time and peace of mind."
@@ -118,25 +92,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "step-1",
- title: "Book Your Free Consultation",
- content: "Start your journey to an organized home with a no-obligation chat. We'll discuss your needs and vision.",
- },
+ id: "step-1", title: "Book Your Free Consultation", content: "Start your journey to an organized home with a no-obligation chat. We'll discuss your needs and vision."},
{
- id: "step-2",
- title: "We Assess Your Space and Needs",
- content: "Our experts will visit your home to understand your challenges and tailor a personalized plan just for you.",
- },
+ id: "step-2", title: "We Assess Your Space and Needs", content: "Our experts will visit your home to understand your challenges and tailor a personalized plan just for you."},
{
- id: "step-3",
- title: "We Declutter, Organize, and Optimize",
- content: "Our team meticulously transforms your spaces, implementing smart, sustainable systems for lasting order.",
- },
+ id: "step-3", title: "We Declutter, Organize, and Optimize", content: "Our team meticulously transforms your spaces, implementing smart, sustainable systems for lasting order."},
{
- id: "step-4",
- title: "You Enjoy a Calm, Functional Home",
- content: "Experience the peace of mind that comes with a beautifully organized and easy-to-maintain living environment.",
- },
+ id: "step-4", title: "You Enjoy a Calm, Functional Home", content: "Experience the peace of mind that comes with a beautifully organized and easy-to-maintain living environment."},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-holding-suitcases_23-2149729277.jpg?_wi=1"
imageAlt="Professional organizer sorting items in a tidy living room"
@@ -154,57 +116,25 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Jane Doe",
- role: "Busy Professional",
- company: "Waxhaw Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-studio_1157-17141.jpg?_wi=1",
- },
+ id: "1", name: "Jane Doe", role: "Busy Professional", company: "Waxhaw Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-studio_1157-17141.jpg?_wi=1"},
{
- id: "2",
- name: "John Smith",
- role: "Family Parent",
- company: "Waxhaw Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-successful-businessman-smiling_176420-19024.jpg?_wi=1",
- },
+ id: "2", name: "John Smith", role: "Family Parent", company: "Waxhaw Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/handsome-successful-businessman-smiling_176420-19024.jpg?_wi=1"},
{
- id: "3",
- name: "Sarah Johnson",
- role: "Homeowner",
- company: "Waxhaw Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/lovely-tender-feminine-young-wife-tilting-head-cute-touching-cheek-with-fingers-smiling-romanticly-camera_176420-44622.jpg?_wi=1",
- },
+ id: "3", name: "Sarah Johnson", role: "Homeowner", company: "Waxhaw Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/lovely-tender-feminine-young-wife-tilting-head-cute-touching-cheek-with-fingers-smiling-romanticly-camera_176420-44622.jpg?_wi=1"},
{
- id: "4",
- name: "Michael Brown",
- role: "Local Business Owner",
- company: "Waxhaw Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-is-thinking-by-putting-hand-chin-blue-background_176474-117772.jpg?_wi=1",
- },
+ id: "4", name: "Michael Brown", role: "Local Business Owner", company: "Waxhaw Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-man-is-thinking-by-putting-hand-chin-blue-background_176474-117772.jpg?_wi=1"},
]}
kpiItems={[
{
- id: "kpi-1",
- value: "5.0",
- title: "Google Rating",
- description: "Highly rated by local clients.",
- },
+ value: "5.0", title: "Google Rating", description: "Highly rated by local clients."},
{
- id: "kpi-2",
- value: "Local",
- title: "Trusted Service",
- description: "Proudly serving Waxhaw, NC.",
- },
+ value: "Local", title: "Trusted Service", description: "Proudly serving Waxhaw, NC."},
{
- id: "kpi-3",
- value: "Personalized",
- title: "Hands-on Support",
- description: "Tailored solutions for every home.",
- },
+ value: "Personalized", title: "Hands-on Support", description: "Tailored solutions for every home."},
]}
title="Trusted by Homeowners Who Want Peace of Mind"
description="Hear from our happy clients about how we've transformed their homes and lives."
@@ -215,8 +145,7 @@ export default function LandingPage() {
@@ -286,8 +203,7 @@ export default function LandingPage() {
@@ -63,29 +49,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- tag: "Organizing",
- title: "Professional Organizing",
- description: "Transform cluttered spaces into functional, beautiful areas. We help you declutter, sort, and establish sustainable systems.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-suitcases_23-2149729277.jpg?_wi=3",
- imageAlt: "neatly organized pantry with labeled containers",
- },
+ id: "1", tag: "Organizing", title: "Professional Organizing", description: "Transform cluttered spaces into functional, beautiful areas. We help you declutter, sort, and establish sustainable systems.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-suitcases_23-2149729277.jpg?_wi=3", imageAlt: "neatly organized pantry with labeled containers"},
{
- id: "2",
- tag: "Management",
- title: "Home Management",
- description: "Streamline household routines, manage schedules, and optimize efficiency for a smoothly running home.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-plans_23-2148819849.jpg?_wi=3",
- imageAlt: "person organizing files in a clean home office",
- },
+ id: "2", tag: "Management", title: "Home Management", description: "Streamline household routines, manage schedules, and optimize efficiency for a smoothly running home.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-plans_23-2148819849.jpg?_wi=3", imageAlt: "person organizing files in a clean home office"},
{
- id: "3",
- tag: "Cleaning",
- title: "Eco-Friendly Cleaning",
- description: "Sparkling clean results using sustainable, non-toxic products that are safe for your family and the planet.",
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119035.jpg?_wi=2",
- imageAlt: "sparkling clean kitchen with natural light",
- },
+ id: "3", tag: "Cleaning", title: "Eco-Friendly Cleaning", description: "Sparkling clean results using sustainable, non-toxic products that are safe for your family and the planet.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119035.jpg?_wi=2", imageAlt: "sparkling clean kitchen with natural light"},
]}
title="Comprehensive Solutions for a Harmonious Home"
description="From decluttering to detailed cleaning, our services are designed to create a peaceful and functional living environment tailored to your needs."
@@ -100,29 +68,19 @@ export default function LandingPage() {
features={[
{
icon: Lightbulb,
- title: "Personalized Assessment",
- description: "We start with a detailed consultation to understand your unique challenges and goals.",
- },
+ title: "Personalized Assessment", description: "We start with a detailed consultation to understand your unique challenges and goals."},
{
icon: ClipboardCheck,
- title: "Customized Plan",
- description: "A tailored strategy is developed to address your specific organizing, management, or cleaning needs.",
- },
+ title: "Customized Plan", description: "A tailored strategy is developed to address your specific organizing, management, or cleaning needs."},
{
icon: Sparkles,
- title: "Efficient Execution",
- description: "Our team implements the plan with care, precision, and respect for your home.",
- },
+ title: "Efficient Execution", description: "Our team implements the plan with care, precision, and respect for your home."},
{
icon: Repeat,
- title: "Sustainable Systems",
- description: "We equip you with tools and habits to maintain the order and peace long-term.",
- },
+ title: "Sustainable Systems", description: "We equip you with tools and habits to maintain the order and peace long-term."},
{
icon: HeartHandshake,
- title: "Ongoing Support",
- description: "Optional follow-up sessions ensure your systems remain effective and you feel supported.",
- },
+ title: "Ongoing Support", description: "Optional follow-up sessions ensure your systems remain effective and you feel supported."},
]}
title="Our Proven Approach to Lasting Order"
description="We combine expert knowledge with a personalized touch to ensure every solution is practical, sustainable, and truly enhances your daily life."
@@ -136,57 +94,28 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "1",
- badge: "Essentials",
- price: "$99/session",
- subtitle: "Perfect for quick tune-ups",
- features: [
- "1 Hour Session",
- "Basic Decluttering",
- "Light Organizing Advice",
- ],
+ id: "1", badge: "Essentials", price: "$99/session", subtitle: "Perfect for quick tune-ups", features: [
+ "1 Hour Session", "Basic Decluttering", "Light Organizing Advice"],
buttons: [
{
- text: "Book Now",
- href: "/contact",
- },
+ text: "Book Now", href: "/contact"},
],
},
{
- id: "2",
- badge: "Premium",
- badgeIcon: Star,
- price: "$249/session",
- subtitle: "Our most popular choice",
- features: [
- "3 Hour Session",
- "Detailed Organizing & Decluttering",
- "Custom System Creation",
- "Follow-up Check-in",
- ],
+ id: "2", badge: "Premium", badgeIcon: Star,
+ price: "$249/session", subtitle: "Our most popular choice", features: [
+ "3 Hour Session", "Detailed Organizing & Decluttering", "Custom System Creation", "Follow-up Check-in"],
buttons: [
{
- text: "Choose Plan",
- href: "/contact",
- },
+ text: "Choose Plan", href: "/contact"},
],
},
{
- id: "3",
- badge: "Elite",
- price: "$499/project",
- subtitle: "Complete home transformation",
- features: [
- "Custom Project Scope",
- "Full Home Organization",
- "Ongoing Management Support",
- "Eco-Cleaning Included",
- ],
+ id: "3", badge: "Elite", price: "$499/project", subtitle: "Complete home transformation", features: [
+ "Custom Project Scope", "Full Home Organization", "Ongoing Management Support", "Eco-Cleaning Included"],
buttons: [
{
- text: "Contact for Quote",
- href: "/contact",
- },
+ text: "Contact for Quote", href: "/contact"},
],
},
]}
@@ -199,54 +128,33 @@ export default function LandingPage() {