Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e73ccba3f4 | |||
| 5f342a16c4 | |||
| b99022ce71 | |||
| 34de1f3acc | |||
| a48af399a1 |
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "About Us", id: "#about"},
|
name: "About Us", id: "#about"},
|
||||||
{
|
{
|
||||||
name: "Menu", id: "#menu"},
|
name: "Menu", id: "#product"},
|
||||||
{
|
{
|
||||||
name: "Reviews", id: "#testimonials"},
|
name: "Reviews", id: "#testimonials"},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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-font-family: var(--font-manrope), sans-serif;), sans-serif;
|
font-family: var(--font-inter), sans-serif;), 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-font-family: var(--font-manrope), sans-serif;), sans-serif;
|
font-family: var(--font-libre-baskerville), serif;), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #1a1a1a;
|
--background: #1A1A1A;
|
||||||
--card: #2c2c2c;
|
--card: #2C2C2C;
|
||||||
--foreground: #FFD700;
|
--foreground: #FFD700;
|
||||||
--primary-cta: #DC2626;
|
--primary-cta: #DC2626;
|
||||||
--primary-cta-text: #FFFFFF;
|
--primary-cta-text: #FFFFFF;
|
||||||
|
|||||||
Reference in New Issue
Block a user