diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4289e41..99a64ca 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -58,37 +48,26 @@ export default function LandingPage() {
@@ -100,39 +79,26 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- name: "Closet Reset",
- price: "Most popular",
- imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885670.jpg",
- },
+ id: "1", name: "Full Home Reset", price: "Customized", imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885670.jpg"},
{
- id: "2",
- name: "Garage Transformation",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-empty-warehouse_181624-42274.jpg",
- },
+ id: "2", name: "Custom Storage Solutions", price: "Tailored", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-empty-warehouse_181624-42274.jpg"},
{
- id: "3",
- name: "Move-In Reset",
- price: "Tailored",
- imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230587.jpg",
- },
+ id: "3", name: "Move-In Concierge", price: "Comprehensive", imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230587.jpg"},
]}
- title="What we offer"
- description="Thoughtful resets designed around real life. Each service is shaped around functionality, flow, and a calm visual finish."
+ title="Curated Organization"
+ description="We offer a bespoke approach to home organization. From high-end closet re-designs and garage transformations to full-home move-in concierge services, every detail is considered for lasting flow."
/>
@@ -144,27 +110,19 @@ export default function LandingPage() {
features={[
{
icon: Search,
- title: "Inquire",
- description: "Share your space, goals, and what currently feels overwhelming.",
- },
+ title: "Initial Assessment", description: "We begin by auditing your current space and understanding your daily workflow challenges."},
{
icon: Sparkles,
- title: "Recommend",
- description: "Receive a service recommendation tailored to your needs.",
- },
+ title: "Custom Strategy", description: "Our team develops a personalized visual plan ensuring every item has a beautiful, intentional home."},
{
icon: LayoutDashboard,
- title: "Reset",
- description: "Your space is transformed with elegant, intuitive systems.",
- },
+ title: "Professional Installation", description: "We execute the transformation, implementing intuitive systems and elegant organizational hardware."},
{
icon: CheckCircle2,
- title: "Maintain",
- description: "Walk away with a home that stays clear and functional.",
- },
+ title: "Maintenance Guide", description: "We provide you with a bespoke maintenance ritual so your sanctuary stays pristine and functional."},
]}
- title="How it works"
- description="Simple, guided, and beautifully intentional."
+ title="A Seamless Process"
+ description="Four simple steps to reclaim your time, energy, and peace of mind. We handle the heavy lifting while you enjoy the transformation."
/>
@@ -173,29 +131,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-her-fist-looking-front_114579-58458.jpg?_wi=1",
- },
+ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-her-fist-looking-front_114579-58458.jpg?_wi=1"},
{
- id: "2",
- name: "Michael C.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg",
- },
+ id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg"},
{
- id: "3",
- name: "Emily R.",
- imageSrc: "http://img.b2bpic.net/free-photo/hey-my-name-is-friendlylooking-selfassured-carefree-cute-s-woman-with-curly-hair-waving-with-raised_1258-133721.jpg",
- },
+ id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/hey-my-name-is-friendlylooking-selfassured-carefree-cute-s-woman-with-curly-hair-waving-with-raised_1258-133721.jpg"},
{
- id: "4",
- name: "David K.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-her-fist-looking-front_114579-58458.jpg?_wi=2",
- },
+ id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-her-fist-looking-front_114579-58458.jpg?_wi=2"},
]}
- cardTitle="Client love"
+ cardTitle="Join Our Community of Happy Spaces"
cardAnimation="slide-up"
- cardTag="Testimonials"
+ cardTag="Client Reviews"
/>
@@ -203,14 +149,11 @@ export default function LandingPage() {
@@ -219,33 +162,31 @@ export default function LandingPage() {