This commit is contained in:
Rami Bitar
2026-06-06 13:58:43 -04:00
parent 8db5baf673
commit a813d3705e

View File

@@ -7,7 +7,7 @@ export const initialData: Record<string, UserData> = {
"/": { "/": {
root: { root: {
props: { props: {
title: "Maison — Considered essentials", title: "PULSE — Considered essentials",
headerFont: "Inter", headerFont: "Inter",
bodyFont: "Inter", bodyFont: "Inter",
}, },
@@ -17,7 +17,7 @@ export const initialData: Record<string, UserData> = {
type: "navigation", type: "navigation",
props: { props: {
id: "nav-home", id: "nav-home",
brand: "Maison", brand: "PULSE",
links: [ links: [
{ label: "Shop", href: "/collections" }, { label: "Shop", href: "/collections" },
{ label: "Lookbook", href: "/lookbook" }, { label: "Lookbook", href: "/lookbook" },
@@ -154,7 +154,7 @@ export const initialData: Record<string, UserData> = {
type: "footer", type: "footer",
props: { props: {
id: "footer-home", id: "footer-home",
brand: "Maison", brand: "PULSE",
tagline: tagline:
"Considered essentials, made in small batches and built to last beyond the season.", "Considered essentials, made in small batches and built to last beyond the season.",
columns: [ columns: [
@@ -198,7 +198,7 @@ export const initialData: Record<string, UserData> = {
showNewsletter: "no", showNewsletter: "no",
newsletterHeading: "Stay in touch", newsletterHeading: "Stay in touch",
newsletterEndpoint: "", newsletterEndpoint: "",
copyright: "© 2026 Maison. All rights reserved.", copyright: "© 2026 PULSE. All rights reserved.",
}, },
}, },
], ],