Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b43372449 | |||
| 51ce77055d | |||
| 6658160429 | |||
| ad65fd86db | |||
| e5897f237f | |||
| 81fc07ad74 | |||
| 8d775e47cc | |||
| f33581b2f1 | |||
| 03bdb4cfcf | |||
| 810a6e37a8 | |||
| b4b640f710 | |||
| c23f48c229 | |||
| 3917501500 | |||
| 99e764fca2 |
@@ -7,6 +7,9 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Mulish } from "next/font/google";
|
import { Mulish } from "next/font/google";
|
||||||
|
import { Public_Sans } from "next/font/google";
|
||||||
|
import { Manrope } from "next/font/google";
|
||||||
|
import { DM_Sans } from "next/font/google";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -21,7 +24,16 @@ export const metadata: Metadata = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const mulish = Mulish({ variable: "--font-mulish", subsets: ["latin"] });
|
|
||||||
|
|
||||||
|
const manrope = Manrope({
|
||||||
|
variable: "--font-manrope",
|
||||||
|
subsets: ["latin"],
|
||||||
|
});
|
||||||
|
const dmSans = DM_Sans({
|
||||||
|
variable: "--font-dm-sans",
|
||||||
|
subsets: ["latin"],
|
||||||
|
});
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -31,7 +43,7 @@ export default function RootLayout({
|
|||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${mulish.variable} antialiased`}>
|
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
tag="Contacto"
|
tag="Contacto"
|
||||||
title="Marque o seu atendimento hoje mesmo"
|
title="Marque o seu atendimento hoje mesmo"
|
||||||
description="Deixe o seu contacto e entraremos em contacto consigo rapidamente para agendar o seu momento de beleza."
|
description="Reserve o seu horário de beleza em poucos segundos."
|
||||||
buttonText="Agendar Agora"
|
buttonText="Agendar Agora"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -170,6 +170,7 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Bety Cabeleireiros"
|
logoText="Bety Cabeleireiros"
|
||||||
|
logoSrc="https://maps.googleapis.com/maps/api/place/photo?maxwidth=400&photo_reference=CmRaAAAAkG3L1oO3P-5jQy4J0G9J0gQ5-G7P8Q6oD0o6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6Q6&key=YOUR_API_KEY"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Contactos", items: [
|
title: "Contactos", items: [
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-mulish), sans-serif;
|
font-family: var(--font-dm-sans), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-mulish), sans-serif;
|
font-family: var(--font-manrope), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #fffafa;
|
||||||
--card: #fdfaf8;
|
--card: #fff7f7;
|
||||||
--foreground: #2b180a;
|
--foreground: #1a0000;
|
||||||
--primary-cta: #c6a664;
|
--primary-cta: #e63946;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #fffafa;
|
||||||
--secondary-cta: #fdfaf8;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #2b180a;
|
--secondary-cta-text: #1a0000;
|
||||||
--accent: #d4af37;
|
--accent: #f5c4c7;
|
||||||
--background-accent: #fdf5e6;
|
--background-accent: #f09199;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user