Skip to content

Commit

Permalink
add Pricing section
Browse files Browse the repository at this point in the history
  • Loading branch information
milewskibogumil committed Dec 10, 2024
1 parent e359405 commit 67a6fc7
Show file tree
Hide file tree
Showing 6 changed files with 673 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/astro/src/components/Components.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import TabsText, { TabsText_Query } from '@/components/global/TabsText.astro'
import DecryptTabs, { DecryptTabs_Query } from '@/components/global/DecryptTabs.astro'
import TagsLine, { TagsLine_Query } from '@/components/global/TagsLine.astro'
import StagesAccordion, { StagesAccordion_Query } from '@/components/global/StagesAccordion.astro'
import Pricing, { Pricing_Query } from '@/components/global/Pricing.astro'
import PricingRange, { PricingRange_Query } from '@/components/global/PricingRange.astro'
const components = {
Expand Down Expand Up @@ -99,6 +100,7 @@ const components = {
DecryptTabs,
TagsLine,
StagesAccordion,
Pricing,
PricingRange,
}
Expand Down Expand Up @@ -165,6 +167,7 @@ export const Components_Query = /* groq */ `
${DecryptTabs_Query}
${TagsLine_Query}
${StagesAccordion_Query}
${Pricing_Query}
${PricingRange_Query}
},
`
Expand Down
Loading

0 comments on commit 67a6fc7

Please sign in to comment.