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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fffefe; --background: #0a0a0a;
--card: #f6f7f4; --card: #1a1a1a;
--foreground: #080908; --foreground: #ffffff;
--primary-cta: #0e3a29; --primary-cta: #e6e6e6;
--primary-cta-text: #fffefe; --primary-cta-text: #fffefe;
--secondary-cta: #e7eecd; --secondary-cta: #1a1a1a;
--secondary-cta-text: #080908; --secondary-cta-text: #080908;
--accent: #35c18b; --accent: #737373;
--background-accent: #ecebe4; --background-accent: #737373;
/* 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);