File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,4 +2,6 @@ export { FeatureCard } from './FeatureCard'
22export { CustomerCard } from './CustomerCard'
33export { EventCard } from './EventCard'
44export { ProjectCard } from './ProjectCard'
5- export { Image } from './Image'
5+ export { Image } from './Image'
6+ export * from './ServiceCard'
7+ export * from './PricingCard'
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export default function WebsiteSection({ ...args }) {
9595 { args . hero && args . hero . type === 'mediumImpact' && < MediumImpactHero { ...args . hero } /> }
9696 { args . hero && args . hero . type === 'highImpact' && < HighImpactHero { ...args . hero } /> }
9797 { args . hero && args . hero . type === 'postHero' && < PostHero { ...args . hero } /> }
98- { args . hero && args . hero . type === 'sectionHero' && < SectionHero { ...args . hero } /> }
98+ { /* { args.hero && args.hero.type === 'sectionHero' && <SectionHero {...args.hero} /> } */ }
9999
100100 { /* <div className="relative bg-brand-one pb-12 pt-10">
101101 {args.heroBackgroundImage && (
Original file line number Diff line number Diff line change 77
88export * from "./components" ;
99export * from "./hooks" ;
10+ export * from "./sections" ;
Original file line number Diff line number Diff line change 1+ export * from './ServiceSection' ;
2+ export * from './PricingSection' ;
You can’t perform that action at this time.
0 commit comments