2 Commits

Author SHA1 Message Date
3e586a8b8f Update src/app/page.tsx 2026-04-30 15:39:08 +00:00
0c36e25671 Merge version_3 into main
Merge version_3 into main
2026-04-30 15:37:34 +00:00

View File

@@ -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>