From 3e586a8b8ffc18d5f43b33a0326389dbe1bff47d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:39:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" /> -- 2.49.1