Skip to content

Commit 48c1516

Browse files
committed
feat: change text on home page
1 parent 4489930 commit 48c1516

File tree

1 file changed

+4
-4
lines changed
  • examples/memberships/src/app/(store)

1 file changed

+4
-4
lines changed

examples/memberships/src/app/(store)/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ import { Suspense } from "react";
44

55
export default async function Home() {
66
const promotion = {
7-
title: "Your Elastic Path storefront",
7+
title: "Your Elastic Path membership",
88
description:
9-
"This marks the beginning, embark on the journey of crafting something truly extraordinary, uniquely yours.",
9+
"Get access to exclusive deals, discounts, and more with your Elastic Path membership.",
1010
};
1111

1212
return (
1313
<div>
1414
<PromotionBanner
1515
promotion={promotion}
1616
linkProps={{
17-
link: "/search",
18-
text: "Shop Now",
17+
link: "/membership",
18+
text: "View pricing",
1919
}}
2020
/>
2121
<div className="grid gap-12 p-[2rem] md:p-[4em]">

0 commit comments

Comments
 (0)