diff --git a/src/app/page.tsx b/src/app/page.tsx index fcff0bf..082ed51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Our Story", id: "about" }, { name: "Contact", id: "contact" }, ]} - brandName="FreshRoot Farm" + brandName="Red Bud Farms" /> @@ -104,7 +104,7 @@ export default function LandingPage() { 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." /> @@ -189,7 +189,7 @@ export default function LandingPage() { { items: [{ label: "Store", href: "#products" }, { label: "About Us", href: "#about" }] }, { items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }] }, ]} - logoText="FreshRoot Farm" + logoText="Red Bud Farms" />