4 Commits

Author SHA1 Message Date
8f32778e93 Merge version_2 into main
Merge version_2 into main
2026-04-07 16:01:42 +00:00
66f113fffe Update src/app/styles/variables.css 2026-04-07 16:01:36 +00:00
35d18ab775 Update src/app/page.tsx 2026-04-07 16:01:35 +00:00
4881f87186 Merge version_1 into main
Merge version_1 into main
2026-04-07 15:59:36 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="PureMustard Mill"
brandName="SHREE SHYAM OIL"
/>
</div>
@@ -130,7 +130,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="PureMustard Mill"
logoText="SHREE SHYAM OIL"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
@@ -138,4 +138,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fffefe;
--card: #f6f7f4;
--foreground: #080908;
--primary-cta: #0e3a29;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #e6e6e6;
--primary-cta-text: #fffefe;
--secondary-cta: #e7eecd;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #080908;
--accent: #35c18b;
--background-accent: #ecebe4;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);