diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eb27f98..5dcd2b8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,7 +16,9 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
- + + + {children} diff --git a/src/components/PricingTable.tsx b/src/components/PricingTable.tsx index 2af6f0b..06e47f5 100644 --- a/src/components/PricingTable.tsx +++ b/src/components/PricingTable.tsx @@ -8,7 +8,6 @@ const stripePromise = loadStripe("pk_test_51NzD5xFI67mXFum2XDMXiLu89SbCAMY5O0RnK export default function PricingTable() { return (