diff --git a/src/config/settings.js b/src/config/settings.js index 63eab1429..71382aa22 100644 --- a/src/config/settings.js +++ b/src/config/settings.js @@ -1,8 +1,8 @@ export default { - title: `Odyssey Astro Theme | A Marketing Website Theme for Startups and Businesses`, - description: `A simple, clean, and modern theme for a startup or businesses' marketing website.`, - url: `https://odyssey-theme.sapling.supply`, // No trailing slash! - name: `Odyssey`, // The short name of the business or brand name. Used for things like the copyright in the footer. - enableThemeSwitcher: true, + title: `Design Heaven Interiors`, + description: `Elevate Your Space, Elevate Your Life - Premium Interior Design Services`, + url: `https://www.designheaveninteriors.in`, // No trailing slash! + name: `Design Heaven Interiors`, // The short name of the business or brand name. Used for things like the copyright in the footer. + enableThemeSwitcher: false, showPlug: true, // Disable this if you want to remove the plug from the footer. (╯°□°)╯︵ ┻━┻ };