diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ec0fe8..374aa0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,9 +102,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Essential", price: "$49/mo", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-fashion-concept-fashionable-asian-senior-woman-showing-black-screen-smartphon_1258-147277.jpg", priceButtonProps: { children: "Select Plan" } }, - { id: "p2", name: "Growth", price: "$149/mo", imageSrc: "http://img.b2bpic.net/free-photo/shopping-concept-handsome-redhead-man-tshirt-showing-plastic-credit-card-smiling-standing-ove_1258-161606.jpg", priceButtonProps: { children: "Select Plan" } }, - { id: "p3", name: "Enterprise", price: "Custom", imageSrc: "http://img.b2bpic.net/free-vector/dark-theme-pricing-chart-table-template-with-three-option-plan_1017-57780.jpg", priceButtonProps: { children: "Contact Sales" } } + { id: "p1", name: "Essential", price: "$49/mo", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-fashion-concept-fashionable-asian-senior-woman-showing-black-screen-smartphon_1258-147277.jpg" }, + { id: "p2", name: "Growth", price: "$149/mo", imageSrc: "http://img.b2bpic.net/free-photo/shopping-concept-handsome-redhead-man-tshirt-showing-plastic-credit-card-smiling-standing-ove_1258-161606.jpg" }, + { id: "p3", name: "Enterprise", price: "Custom", imageSrc: "http://img.b2bpic.net/free-vector/dark-theme-pricing-chart-table-template-with-three-option-plan_1017-57780.jpg" } ]} title="Subscription Tiers" description="Choose the level of market intelligence your team needs."