3 Commits

Author SHA1 Message Date
d66a4e42af Update theme colors 2026-05-09 00:22:24 +00:00
70cf88e706 Update src/app/layout.tsx 2026-05-08 23:19:01 +00:00
a7f69faa60 Update theme colors 2026-05-08 23:16:50 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ import { Montserrat } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'TacosVictorMTL | Authentic Tacos in Montreal', title: "TacosVictorMTL ",
description: 'Experience authentic Mexican tacos in the heart of MTL. Fresh ingredients, handmade tortillas, and pure satisfaction.', description: "Experience authentic Mexican tacos in the heart of MTL. Fresh ingredients, handmade tortillas, and pure satisfaction.",
}; };
const montserrat = Montserrat({ const montserrat = Montserrat({

View File

@@ -12,11 +12,11 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #000612e6; --foreground: #000f06e6;
--primary-cta: #15479c; --primary-cta: #ffffff;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6; --secondary-cta-text: #000f06e6;
--accent: #e2e2e2; --accent: #e2e2e2;
--background-accent: #c4c4c4; --background-accent: #c4c4c4;