5 Commits

Author SHA1 Message Date
e73ccba3f4 Merge version_2 into main
Merge version_2 into main
2026-05-30 19:11:52 +00:00
5f342a16c4 Update src/app/styles/variables.css 2026-05-30 19:11:49 +00:00
b99022ce71 Update src/app/styles/base.css 2026-05-30 19:11:49 +00:00
34de1f3acc Update src/app/page.tsx 2026-05-30 19:11:48 +00:00
a48af399a1 Merge version_1 into main
Merge version_1 into main
2026-05-28 19:13:11 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{
name: "About Us", id: "#about"},
{
name: "Menu", id: "#menu"},
name: "Menu", id: "#product"},
{
name: "Reviews", id: "#testimonials"},
{

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
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;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-font-family: var(--font-manrope), sans-serif;), sans-serif;
font-family: var(--font-libre-baskerville), serif;), sans-serif;
}

View File

@@ -10,8 +10,8 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #1a1a1a;
--card: #2c2c2c;
--background: #1A1A1A;
--card: #2C2C2C;
--foreground: #FFD700;
--primary-cta: #DC2626;
--primary-cta-text: #FFFFFF;