diff --git a/.deco/blocks/Header.json b/.deco/blocks/Header.json index ee2cec9..d8ddb55 100644 --- a/.deco/blocks/Header.json +++ b/.deco/blocks/Header.json @@ -21,6 +21,6 @@ "buttons": [] }, "logo": { - "src": "https://deco-sites-assets.s3.sa-east-1.amazonaws.com/quorum/01c27184-1e86-442f-b399-26127b0aa401/LOGOCOMPLETA-SEMFUNDO.png" + "src": "https://deco-sites-assets.s3.sa-east-1.amazonaws.com/quorum/46316b91-d569-404a-b52e-1babd555037e/LOGOCOMPLETA-SEMFUNDO.svg" } } \ No newline at end of file diff --git a/.deco/blocks/Neutral.json b/.deco/blocks/Neutral.json index 78b744f..54896ad 100644 --- a/.deco/blocks/Neutral.json +++ b/.deco/blocks/Neutral.json @@ -29,8 +29,36 @@ "__resolveType": "website/loaders/fonts/googleFonts.ts", "fonts": [ { - "variations": [], - "family": "Albert Sans" + "variations": [ + { + "weight": "100" + }, + { + "weight": "200" + }, + { + "weight": "300" + }, + { + "weight": "400" + }, + { + "weight": "500" + }, + { + "weight": "600" + }, + { + "weight": "700" + }, + { + "weight": "800" + }, + { + "weight": "900" + } + ], + "family": "Poppins" } ] }, diff --git a/sections/Header.tsx b/sections/Header.tsx index 3f92956..a9c6238 100644 --- a/sections/Header.tsx +++ b/sections/Header.tsx @@ -19,14 +19,12 @@ export interface Nav { label?: string; url?: string; }[]; - buttons: CTA[]; }; } export default function Header({ logo = { - src: - "https://ozksgdmyrqcxcwhnbepg.supabase.co/storage/v1/object/public/assets/1527/67120bcd-936a-4ea5-a760-02ed5c4a3d04", + src: "https://ozksgdmyrqcxcwhnbepg.supabase.co/storage/v1/object/public/assets/1527/67120bcd-936a-4ea5-a760-02ed5c4a3d04", alt: "Logo", }, navigation = { @@ -36,10 +34,6 @@ export default function Header({ { label: "Princing", url: "/" }, { label: "Contact", url: "/" }, ], - buttons: [ - { id: "change-me-1", href: "/", text: "Change me", outline: false }, - { id: "change-me-2", href: "/", text: "Change me", outline: true }, - ], }, }: Nav) { return ( @@ -47,47 +41,38 @@ export default function Header({ {/* main content */} -