Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e586a8b8f | |||
| 0c36e25671 |
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Our Story", id: "about" },
|
{ name: "Our Story", id: "about" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="FreshRoot Farm"
|
brandName="Red Bud Farms"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
|||||||
reverse: true,
|
reverse: true,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Why Choose FreshRoot?"
|
title="Why Choose Red Bud Farms?"
|
||||||
description="Transparency and quality are at the heart of everything we produce. From the meat on your dinner plate to the soap in your shower."
|
description="Transparency and quality are at the heart of everything we produce. From the meat on your dinner plate to the soap in your shower."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
|||||||
{ items: [{ label: "Store", href: "#products" }, { label: "About Us", href: "#about" }] },
|
{ items: [{ label: "Store", href: "#products" }, { label: "About Us", href: "#about" }] },
|
||||||
{ items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }] },
|
{ items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }] },
|
||||||
]}
|
]}
|
||||||
logoText="FreshRoot Farm"
|
logoText="Red Bud Farms"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user