5 Commits

Author SHA1 Message Date
1556029910 Update src/app/page.tsx 2026-02-07 04:11:58 +00:00
b891e4e321 Update theme colors 2026-02-07 03:52:37 +00:00
2c26fc71b5 Update theme colors 2026-02-07 03:52:18 +00:00
56d99aaf3a Update theme colors 2026-02-07 03:51:51 +00:00
6346c22281 Bob AI: change the about section with a different version ... 2026-02-06 23:57:15 +00:00
2 changed files with 18 additions and 16 deletions

View File

@@ -33,8 +33,10 @@ export default function LuxuryTravelPage() {
{ name: "Destinations", id: "destinations" }, { name: "Destinations", id: "destinations" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" },
]}
{ name: "Blog", id: "/blog" },
]}
button={{ button={{
text: "Book Journey", href: "contact" text: "Book Journey", href: "contact"
}} }}

View File

@@ -2,21 +2,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f5faff;; /* --background: #f7f6f7;;;;;
--card: #f1f8ff;; --card: #ffffff;;;;;
--foreground: #001122;; --foreground: #25190c;;;;;
--primary-cta: #15479c;; --primary-cta: #ff6207;;;;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;;;;
--accent: #a8cce8;; --accent: #ffce93;;;;;
--background-accent: #7ba3cf;; */ --background-accent: #e8cfa8;;;;; */
--background: #f5faff;; --background: #f7f6f7;;;;;
--card: #f1f8ff;; --card: #ffffff;;;;;
--foreground: #001122;; --foreground: #25190c;;;;;
--primary-cta: #15479c;; --primary-cta: #ff6207;;;;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;;;;
--accent: #a8cce8;; --accent: #ffce93;;;;;
--background-accent: #7ba3cf;; --background-accent: #e8cfa8;;;;;
/* 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);