3 Commits

Author SHA1 Message Date
cfe7947cf6 Update theme colors 2026-05-14 06:17:23 +00:00
462b0914c9 Update src/app/page.tsx 2026-05-14 06:16:38 +00:00
6ad4f980a2 Merge version_1 into main
Merge version_1 into main
2026-05-14 06:13:42 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -37,14 +37,14 @@ export default function LandingPage() {
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="The GT Road"
brandName="Cook du cook"
button={{ text: "Reserve" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="The GT Road"
logoText="Cook du cook"
description="Experience the culinary journey of the historic Grand Trunk Road, bringing authentic flavors from across the route to your table."
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-eats-entrecote-kebab-meat-rib-with-sesame-seeds-poppies_141793-5187.jpg"
@@ -155,7 +155,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="The GT Road"
logoText="Cook du cook"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--background: #fffafa;
--card: #ffffff;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);