From 5621511dced0f4c879d55e99114de627e1a4a3a3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:21:36 +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 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." -- 2.49.1