diff --git a/app/pricing/page.tsx b/app/pricing/page.tsx index ac6b89b..7d3bab4 100644 --- a/app/pricing/page.tsx +++ b/app/pricing/page.tsx @@ -37,10 +37,10 @@ const PricingPage = () => {
- Dishpix supports teams of all sizes, with pricing that scales. + Choose the perfect plan to enhance your culinary photography with cutting-edge AI technology.
{getDiscountBadge().text} @@ -53,19 +53,19 @@ const PricingPage = () => { {/* Pricing Cards Grid */}
- {title === 'Start' && 'The perfect starting place for your web app or personal project.'} - {title === 'Pro' && 'Everything you need to build and scale your app.'} - {title === 'Premium' && 'Critical security, performance, observability, platform SLAs, and support.'} + {title === 'Basic' && 'Perfect for food bloggers and home cooks looking to enhance their culinary photography.'} + {title === 'Pro' && 'Everything you need to showcase restaurant dishes professionally and attract more customers.'} + {title === 'MasterChef' && 'Complete professional suite for food photographers and culinary brands demanding perfection.'}
{price}
diff --git a/lib/theme-context.tsx b/lib/theme-context.tsx
index b1ab659..26517d9 100644
--- a/lib/theme-context.tsx
+++ b/lib/theme-context.tsx
@@ -11,7 +11,7 @@ interface ThemeContextType {
const ThemeContext = createContext