import { Container } from "@/components/container"; import { Background } from "@/components/background"; import { Heading } from "@/components/heading"; import { Subheading } from "@/components/subheading"; import { Pricing } from "@/components/pricing"; import { PricingTable } from "./pricing-table"; import { Companies } from "@/components/companies"; import { Metadata } from "next"; export const metadata: Metadata = { title: "Pricing - [App Name]", description: "[App Name] - Choose the perfect plan for your needs. Transparent pricing with powerful features included.", openGraph: { images: ["https://ai-saas-template-aceternity.vercel.app/banner.png"], }, }; export default function PricingPage() { return (
Simple pricing for your ease [App Name] offers flexible pricing plans to suit your needs. Choose your plan and get started instantly with our powerful features.
); }