3 Commits

Author SHA1 Message Date
4e170fd0e8 Update src/app/page.tsx 2026-02-07 07:51:58 +00:00
7e04b7c6dc Bob AI: change color theme to green 2026-02-06 20:01:17 +00:00
ad85f99262 Merge version_3 into main
Merge version_3 into main
2026-02-06 19:59:59 +00:00
2 changed files with 13 additions and 11 deletions

View File

@@ -34,8 +34,10 @@ export default function PrimeCutPage() {
{ name: "Menu", id: "features" }, { name: "Menu", id: "features" },
{ name: "Experience", id: "experience" }, { name: "Experience", id: "experience" },
{ name: "Reviews", id: "testimonials" }, { name: "Reviews", id: "testimonials" },
{ name: "Reserve", id: "contact" } { name: "Reserve", id: "contact" },
]}
{ name: "Blog", id: "/blog" },
]}
bottomLeftText="New York, NY" bottomLeftText="New York, NY"
bottomRightText="reservations@primecut.com" bottomRightText="reservations@primecut.com"
/> />

View File

@@ -4,19 +4,19 @@
/* --background: #f7f6f7;; /* --background: #f7f6f7;;
--card: #ffffff;; --card: #ffffff;;
--foreground: #8b0000;; --foreground: #228b22;;
--primary-cta: #ff4500;; --primary-cta: #32cd32;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #ff6347;; --accent: #98fb98;;
--background-accent: #ff8c69;; */ --background-accent: #90ee90;; */
--background: #ffcccc;; --background: #e0ffe0;;
--card: #ffffff;; --card: #ffffff;;
--foreground: #8b0000;; --foreground: #228b22;;
--primary-cta: #ff4500;; --primary-cta: #32cd32;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #ff6347;; --accent: #98fb98;;
--background-accent: #ff8c69;; --background-accent: #90ee90;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);