5 Commits

Author SHA1 Message Date
aeff2f534f Update theme colors 2026-05-09 00:23:32 +00:00
2939922ecc Update theme colors 2026-05-09 00:22:35 +00:00
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 6 additions and 6 deletions

View File

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

View File

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