Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d66a4e42af | |||
| 70cf88e706 | |||
| a7f69faa60 |
@@ -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({
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user