5 Commits

Author SHA1 Message Date
038a1ccab0 Update src/app/layout.tsx 2026-03-03 19:06:38 +00:00
ff74c19562 Update src/app/styles/variables.css 2026-03-03 19:05:03 +00:00
9bf152892f Update src/app/page.tsx 2026-03-03 19:05:03 +00:00
5c6ec5a481 Update src/app/layout.tsx 2026-03-03 19:05:02 +00:00
8c214ac431 Merge version_2 into main
Merge version_2 into main
2026-03-03 18:44:39 +00:00
3 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,8 @@ import "@/styles/globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Hair Brisson - Transformações Capilares Personalizadas", description: "Especialista em mechas loiras, morena iluminada, ruivas e tratamento de cabelos cacheados. 6 anos de expertise."};
title: "Hair Brisson - Transformações Capilares Personalizadas", description: "Especialista em mechas loiras, morena iluminada, ruivas e tratamento de cabelos cacheados. 6 anos de expertise."
};
export default function RootLayout({
children,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -219,4 +219,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -214,4 +214,4 @@
--height-140: 126vw;
--height-150: 135vw;
}
}
}