From a813d3705e3f311f8ddf0e70bb79dfbba13c644c Mon Sep 17 00:00:00 2001 From: Rami Bitar Date: Sat, 6 Jun 2026 13:58:43 -0400 Subject: [PATCH] update --- config/initial-data.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/initial-data.ts b/config/initial-data.ts index d4ba0fd..9c5d867 100644 --- a/config/initial-data.ts +++ b/config/initial-data.ts @@ -7,7 +7,7 @@ export const initialData: Record = { "/": { root: { props: { - title: "Maison — Considered essentials", + title: "PULSE — Considered essentials", headerFont: "Inter", bodyFont: "Inter", }, @@ -17,7 +17,7 @@ export const initialData: Record = { type: "navigation", props: { id: "nav-home", - brand: "Maison", + brand: "PULSE", links: [ { label: "Shop", href: "/collections" }, { label: "Lookbook", href: "/lookbook" }, @@ -154,7 +154,7 @@ export const initialData: Record = { type: "footer", props: { id: "footer-home", - brand: "Maison", + brand: "PULSE", tagline: "Considered essentials, made in small batches and built to last beyond the season.", columns: [ @@ -198,7 +198,7 @@ export const initialData: Record = { showNewsletter: "no", newsletterHeading: "Stay in touch", newsletterEndpoint: "", - copyright: "© 2026 Maison. All rights reserved.", + copyright: "© 2026 PULSE. All rights reserved.", }, }, ],