Update src/app/page.tsx

This commit is contained in:
2026-04-07 16:01:35 +00:00
parent 4881f87186
commit 35d18ab775

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>
);
}
}