Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user